Go7enKs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show entire posts in archive pageAnd that’s the ONLY way to change that? ??
Forum: Fixing WordPress
In reply to: Show entire posts in archive pageCan I do that if I don’t have wordpress on a ftp? I mean, I just have a blog like blog1.wordpress.com
How can I edit my theme templates withing the WordPress dashboard? Under “edit css”?
Forum: Fixing WordPress
In reply to: Making “hidden” posts to put in specific pagesNevermind. With the plugin I downloaded I solved everything. Thanks LenK for your help. Thank you very much ??
Forum: Fixing WordPress
In reply to: Making “hidden” posts to put in specific pagesI sorted out how to exclude the category downloading a plugin. SO that problem is solved.
The only problem left is that when I click on the hidden category it redirects me to the homepage instead of displaying all the post from that categeory.
EDIT: Actually, now when I click on ANY category it redirects me to the homepage…What did I do wrong?
Thanks again!
Forum: Fixing WordPress
In reply to: Making “hidden” posts to put in specific pagesI’m using “Bluebeam” designed by Website Templates.
I’m sorry if I’m such a newbie, I appreciate your help.
By the way, where do I insert this?: <?php wp_list_categories(‘arguments’); ?>
Forum: Fixing WordPress
In reply to: Making “hidden” posts to put in specific pagesAlso how can I retrieve the post from a specified category in a page? Cause right now if I click on the “hidden category” it doesn’t display any posts. It redirects me to the homepage without my hidden post.
Thanks for helping me ??
Forum: Fixing WordPress
In reply to: Making “hidden” posts to put in specific pagesInteresting. I tried it and it’s pretty easy.
Can I also hide the category from the “Categories list” in my sidebar? Because I don’t need it to show up there, I’ll put a direct link under the Album of the Week picture. Is that possible?
Forum: Fixing WordPress
In reply to: Post disorderedDo I need a plugin for that?
Forum: Plugins
In reply to: Create a “hidden” pageOk got it! Thanks!
Forum: Plugins
In reply to: Create a “hidden” pageJust a last question…so if I want to include also the “List Pages by Menu order” it’d be like this?
<?php wp_list_pages(‘exclude=1,2,3,457&title_li=&sort_column=menu_order’); ?>
This is just to know if i got the trick :p
Forum: Plugins
In reply to: Create a “hidden” pageLOL. Sorry. I’m really ignorant in all this stuff. Thank you very much for the attention and sorry if I bothered you ??
Forum: Plugins
In reply to: Create a “hidden” pageThis is the existing tag:
`<?php wp_list_pages(‘title_li=’); ?>′
Forum: Plugins
In reply to: Create a “hidden” pageSorry for my ignorance…but for example?
Like this?<?php wp_list_pages(‘title_li=’) ; (‘exclude=17,38&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
Forum: Plugins
In reply to: Create a “hidden” pageOk, thanks…but where do I have to put the string?
<?php wp_list_pages(‘exclude=17,38&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>I mean, I try to edit the header.php writing that string where there’s a
- tag already but it messes the menu up. Do I have to add that string or replace another…?