stanof
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_page_menu includes 'Home" even with show_home=0I also tried a new ‘post-template.php’ file and still the same problem.
I would have to conclude that there has been a mistake made perhaps when the the 3.2 upgrade was released, or maybe a version before that. Because I have another website using 3.1 and the ‘show_home’ arg works there switching back and forth.
The mistake could be in the codes of wp_page_menu() or wp_list_pages() functions.
Since I am not a PHP wizard I know enough to code my own themes and create sites with databases, so I apologize if that isn’t a fair guess of the issue.
Forum: Fixing WordPress
In reply to: wp_page_menu includes 'Home" even with show_home=0I just tried the simplest thing and use only:
wp_page_menu();
Guess what? The ‘home’ still shows up.
According to the WP documentation the default setting for this function is is ‘show_home’ => false. So I don’t get at all how it can display the ‘home’ link without me asking for it.
There is only one thing now – perhaps a corrupt file?
Forum: Fixing WordPress
In reply to: wp_page_menu includes 'Home" even with show_home=0Thanks for suggestion but it did not work.
I am thinking whether it made some reference in a DB (or somewhere) to have the ‘home’ included and now it is just including it?
It is a weird behavior, I haven’t seen something like this with WP before. So of course, I am thinking about (looking for) a possible my own coding error but since it is just one call for a function with couple of args I am running out of luck.
Forum: Installing WordPress
In reply to: Installed WordPress 2.1 and Gallery 2.1 – integration?Thanks for the help. I successfully connected the 2 softwares. It’s working but I have to learn how to set up users with proper priviledges to access the G2 photos from WP.
Thanks again.