kb241
Forum Replies Created
-
Forum: Plugins
In reply to: Dropdown Menu for Blogrollhere’s a link for you from CyberCoded. This guy has some code for your functions.php file to help you accomplish a drop down menu for your blogroll. Follow his instructions and you will be set to go!
Forum: Fixing WordPress
In reply to: [Plugin: WP-o-Matic] google news feeds not working properlyif you look at your RSS url in the campaign_feed table in your MySQL database you’ll notice that there are some extra characters that have been added to your URL that are preventing WP-O-Matic from pulling the feed. Everywhere in the URL where there is a & the plugin has a bug and has added this amp;
Just delete that out through the database and everything should work fine after that
Forum: Fixing WordPress
In reply to: import a .csv file into 2.5.1csvguy: are you still beta testing your plugin? Or do you have it for download somewhere?
I have used this…
<?php if (function_exists("nggDisplayRecentImages")) { nggDisplayRecentImages(3,112,112); } ?>Then I just styled it according to my sidebar.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] NextGen in php template<?php if (function_exists("nggDisplayRecentImages")) { nggDisplayRecentImages(3,112,112); } ?>Forum: Fixing WordPress
In reply to: subscribe2 form include without widget?<?php $content = apply_filters('the_content', '<!--subscribe2-->'); echo $content; ?>place that anywhere in your theme where you want the subscribe2 widget to appear
Forum: Themes and Templates
In reply to: Need help Adding Page Template to Blog PageWorked Perfect! Thank you very much for your help. It looks like I was thinking to hard, and I overlooked something simple.
Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!It only worked for me when I switched my theme and then switched it back. Then the Page Template dropdown appeared when editing my pages. This is kind of weird, but it worked.