jaks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Excluding permalink Pages from NavSorry for being a dolt. Works like a charm 😀
Thanks again for the smack in the back of the head to wake me up.
Jaks
Forum: Fixing WordPress
In reply to: Excluding permalink Pages from NavHow do I findout what the page ID is? I looked in the DB because I was going to try that just incase it might work but I see no references to pages there.
Edit: Duh Me I found the page ID in admin right next to the page lol. I’ll test it out.
Thanks for the help 🙂
Forum: Fixing WordPress
In reply to: Excluding permalink Pages from NavThere seems to be some sort of issue with parts of this site right now. I’m getting a server error for that link. I did a search and get the same thing.
Anyway I did use &exclude=partner-links in multiple spots. Yes i switched the & from side to side when it needed to be moved.
I’ve done the following aswell as a few other things none of which did anything:<li class=”<?php echo $highlight; ?>”>”>Home
<?php wp_list_pages(‘exclude=partner-links&sort_column=menu_order&depth=1&title_li=’ ); ?><li class=”<?php echo $highlight; ?>”>”>Home
<?php wp_list_pages(‘sort_column=menu_order&exclude=partner-links&depth=1&title_li=’ ); ?><li class=”<?php echo $highlight; ?>”>”>Home
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=&exclude=partner-links’ ); ?>Forum: Plugins
In reply to: subscribe2 plugin helpI’m trying to figure out how to remove the HTML and Full post options from Subscribe2.
Anyone have any ideas?
I’m currently looking for this same things. I have my categories setup with an ad include for each category but the posts in those categories have nothing.