fivebeforechaos
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Code appearing in browser titleHmm, I looked in header.php and didn’t see that. The code is not appearing in the header, it’s in that title bar at the very top of the browser.
Thanks.
Forum: Plugins
In reply to: All in one SEO not opening upDouble clicking it doesn’t seem to do anything for me, unfortunately.
Forum: Fixing WordPress
In reply to: Text Widgets in 2.5The new widget interface is incredibly frustrating in general. I don’t see why we can’t just move something from one sidebar to the other. I wish I hadn’t upgraded.
Forum: Fixing WordPress
In reply to: Where is the actual php code that enables full text RSS?Well, I’ve found where the option gets changed in the code, no difference. Where do I go from here?
Forum: Fixing WordPress
In reply to: Where is the actual php code that enables full text RSS?Addition.. by saying “I have full text option checked off”, I mean it is enabled.
Forum: Plugins
In reply to: Is it possible to have a dropdown of posts in one particular category?Excellent. I just saw that and thought it was too good to be true. Thanks!!!
Forum: Fixing WordPress
In reply to: Unusual IE errorthat seems to have done the trick. thank you.
Forum: Fixing WordPress
In reply to: Still trying to figure out how to reorder link categoriesI’m not sure… My php skills aren’t the greatest. I tried this:
<?php wp_list_bookmarks(‘category_orderby=id&category_order=desc’); ?>
to change the order and it didn’t seem to do anything. I didn’t see anything in there where I could actually specify the order (I don’t really want to sort it at all – I want to specify the order). Any help on how I could do that would be greatly appreciated.