walkities
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Sub Pages widget] very close to perfect but not quiteI’m not sure if this is what you’re looking for but I didnt want the page title mentioned in my sidebar so I edited the plugin file myself (if you’re comfortable enough to do so).
Open the file SubPages.php and around line 119 it should say
// the title $title = $title.$rootPost->post_title;
All I did was change it to comment out adding the post_title
// the title // $title = $title.$rootPost->post_title;
Works great for me.
Forum: Plugins
In reply to: [Plugin: Audio Player] No support for .m4a files?Having the same issue, hope this gets supported!
I havent had much luck finding ob_start, could anyone be specific about which file it was found in or if there is another work around to this?
Did anyone solve this problem, Im having the same issue with my homepage. Everything else appears correct though.
Forum: Fixing WordPress
In reply to: Multiple ExcerptsOk thanks, Ill check some out, I could understand using a loop I just dont know how it would effect or work it into such things as the previous/next link.
Forum: Fixing WordPress
In reply to: Multiple ExcerptsIll try this again and try to make it clearer
Index Page: This currently is set in the admin options to display just one post which it does on my opening page.
Category/Tag Page: Essentially I want the 5 latest posts with only its excerpts showing following by the previous/next link. Im needing help on how (if its possible) to display the 5 most recent posts related to either the current category or tag without changing it in teh admin interface because that will screw up my main page.
Forum: Plugins
In reply to: Video games playedNever found anything but just ended up using the blogroll for it, was satisfactory (for anyone that comes across this)
Forum: Plugins
In reply to: Video games playedYup, off the top of my head here is one