Microsoft
Software
Hardware
Network
Question : current page item wordpress
i'm using wp_list_pages() to generate my nav menu, and it works fine, but it does not recognize my "Blog" as the current_list_item. The Homepage is not the blog it is a static page. The blog page uses a template called "blog.php" which calls the 'index.php' (or blog) page using the line below.
load_template(TEMPLATEPATH
. '/index.php');
I know there was a current_list_bugfix plugin a while ago, is that still in effect or has wordpress addressed the problem?
Answer : current page item wordpress
wp_list_pages list pages in your system, your blog is not really a page, create a default page and point to it as your blog page, it should then show up on your wp_list_pages()
Random Solutions
Can't parse arguments via variables in Bash
Windows Vista Access 2002 office system pack install error
Outlook 2007 Junk Mail Filter Not Working
RUBY - Read and write to file - selected rows
Result Set in a dynamic query
image map in html for signature in outlook
Is there a URL to access OWA Address Book (not contact list), or invoke Find Names-Web dialog page?
Restore exchange ntbackup to other location ; restore mails
CSS display inline problem
Linux / Python 2.5 / Tkinter Will not import Tkinter