rhalpha
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Picture With No Text Post ProblemHi Mitcho,
Instead of blocking that particular plugins text you should modify YARP so that it picks up the “caption text” as the excerpt from that picture in example.
Implementing random plugin blocking will eventually create huge load on server.
I hope you don’t implement that kind of blocking but for your information the plugin is called SexyBookmarks.
Thanks
RubayatForum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Upgrade to R3 gives include errorI am getting this Errors:
Warning: include(D:\www/wp-content/themes/xxx/) [function.include]: failed to open stream: No such file or directory in D:\www\wp-content\plugins\yet-another-related-posts-plugin\magic.php on line 300 Warning: include() [function.include]: Failed opening 'D:\www/wp-content/themes/xxx/' for inclusion (include_path='.;C:\php5\pear') in D:\www\wp-content\plugins\yet-another-related-posts-plugin\magic.php on line 300Disabled as a result.
Forum: Fixing WordPress
In reply to: Can’t Create Line Breaks ARGH!!I had this problem for a long time then finally solved it. I described it here:
http://rubayathasan.com/wordpress/plugin/enabling-line-break-in-wordpress/
Forum: Everything else WordPress
In reply to: Category slugsI had the same problem until I found out that there was duplicate entries in the database and that’s why wordpress was creating unique slugs by doing child-parent as the slug.
Cleanup duplicate entries in database and that should solve the problem.