jaylane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: endless redirect loop when trying to access admin systemI deleted the Redirection Plugin for my site as well. Now I don’t have any way to easily create redirects. Oh well. I guess it’s better than my site being down.
Forum: Fixing WordPress
In reply to: Creating multiple RSS feeds from one blogI found a plugin that works just great.
http://wordpress.org/extend/plugins/advanced-category-excluder/
Forum: Fixing WordPress
In reply to: Having multiple blogs/RSS feeds within one siteCan I exclude the “pr” category from my blog page?
Forum: Fixing WordPress
In reply to: Having multiple blogs/RSS feeds within one siteNevermind the last question. I found a PHP widget plugin.
Forum: Fixing WordPress
In reply to: Having multiple blogs/RSS feeds within one siteI did think of another quick question. Can you put PHP code inside of a text widget?
Forum: Fixing WordPress
In reply to: Having multiple blogs/RSS feeds within one siteThanks so much. I’ll give it a try and see what happens.
Jay
Forum: Fixing WordPress
In reply to: How do I get secondary pages to NOT show up in my main nav?I actually figured it out. I went into my stylesheet and made the following change:
<?php wp_list_pages('depth=1&title_li='); ?>I’m learning my way around PHP a little bit.
Thanks for the help.
Jay
Forum: Fixing WordPress
In reply to: How do I get secondary pages to NOT show up in my main nav?Sorry, wrong terminology. I was referring to sub pages.