zefefre
Forum Replies Created
-
Forum: Plugins
In reply to: how to use plugins hook (custom caching) in wp-supercache?Thanks for your response donncha. 🙂
I think for now I’ll just try using regular WP-Cache with mclude and mfunc as I have no idea how to modify the pageviews plugin to use Javascript.
Forum: Plugins
In reply to: Only title in RSS feed?Gotcha!!
on wp-includes/feed-functions.php
find function the_excerpt_rss()
comment out or delete the lines inside that function.
Forum: Plugins
In reply to: Only title in RSS feed?I also would like to know how to display only post title on rss. Hope someone could help.
Forum: Plugins
In reply to: More efficient author list codeOh I just figured it out, thank you for the code!
@chuggins & akudless
You should add the code to template-functions-author.php and call the function from your template/theme file. The code need some modification though to make it works with latest version of wordpress.Forum: Plugins
In reply to: More efficient author list codeDoes anyone has any idea how to list authors based on their post count?
Forum: Plugins
In reply to: Search by category?Umm,, I have the same problem, don’t know the solution though.
It would be great if visitors can search within a category.