fredster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Publishing only certain categories to the front pageAlready taken care of, thanks to help of “io_error” in the #wordpress IRC channel.
The basics of the solution are here:
http://www.viewfinderdesign.co.uk/archive/38/excluding-a-category-from-the-home-page/
I copied my index.php to home.php, and added the call to query_posts() he recommended, only instead of excluding a category (with the -catID), I only *included* the category I want to show on the front page (ie, “cat=1”).
Worked like a champ.
Forum: Plugins
In reply to: Looking for plugin beta testersSorry, Slicky, you caught me. 🙂
I moved it from beta to production last night and forgot to change the link. It should work now.
Forum: Plugins
In reply to: Looking for plugin beta testersJust an update – a few minor bugs have been found and fixed in the Private Notes plugin. If you downloaded and installed it, you probably want to get the newer beta release.
Forum: Plugins
In reply to: Looking for plugin beta testersThanks, Viper. I get so used to using the ‘b’ and ‘i’ tags when I’m typing I forget about the ‘strong’ and ’em’. Fixed it in the initial config and made a new .gz on my site (plus reconfigured my own install).