I can't find this code anywhere in wordpress 2.5.1.
It isn't in the header.php file.
Can someone please tell me where it's located?
Thanks in advance.
I can't find this code anywhere in wordpress 2.5.1.
It isn't in the header.php file.
Can someone please tell me where it's located?
Thanks in advance.
That would totally depend on what theme you're using -- and if that theme happens to use that tag. Share :-)
Default Theme
sidebar.php
Thank you, Sir. :-)
I'm trying to hide a specific page on my blog and have added in the
"&exclude=710" text to the existing code within the sidebar.php file. It now looks like this [below]:
<?php wp_list_pages('title_li=<h2>Pages</h2>&exclude=710' ); ?>
yet it is still visible in my sidebar.
Any idea what I might be doing wrong?
Are you running any cache plugins? If so, be sure to clear cache after any theme changes.
How do I clear the cache?
... because I think I've done that already and still the page is not hidden.
Well, are you running a caching plugin?
If yes, it'll have a page under Options (are you really running 2.5.1?) and from there you'll likely spot a button to clear cache.
I have certain basic plugins working but do not think I am using a "caching plugin".
Can you give me an example of one of those?
yes to 2.5.1
caching plugins tend to have the word "cache" in their name ;-)
Are you positive that 710 is the page ID in question?
This topic has been closed to new replies.