randaclay
Forum Replies Created
-
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Pinterest Button Not WorkingI found that the problem was there was not a featured image designated for the post/page. Once I set featured images, it worked. I should mention that these were posts imported from Blogger. I don’t know if that made a difference or not.
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Pinterest Button Not WorkingIs there a resolution to this? I’m having the same problem at fiberflame.com
Forum: Plugins
In reply to: [NS Like This] [Plugin: NS Like This] How to change language in likes?I found the problem, since the plugin author is not responding. Go into the plugin editor, in the liked_content.php file, find:
setlocale(LC_ALL, ‘it_IT@euro’, ‘it_IT’, ‘it’);and replace with:
setlocale(LC_ALL, ‘en_US’, ‘en’);Forum: Plugins
In reply to: [Custom Post Permalinks] Custom Post Permalinks not working for meThanks John – turns out it was the Multi-Page Toolkit that was causing the problem.
Forum: Fixing WordPress
In reply to: Problem with post order- not sorting by dateThank you. This is the obvious way to troubleshoot and I often forget to be thorough with deactivating plugins to find the cause of problems. Thanks for the reminder. It was indeed a ratings plugin that was resorting the posts.
Forum: Fixing WordPress
In reply to: Removing <p> from the_excerptThank you ajaskey! I’ve been hunting around for a solution to this for days. Thanks for taking the time to follow up here with your solution.
Thanks! It works great now.
Forum: Plugins
In reply to: Trying to list posts by tag on the category pageI have the answer, in case anyone else comes along looking to do the same thing:
Added cat=$cat to the query:
$postsRight->query(“tag={$tagRight->slug}&showposts=$noOfPosts&cat=$cat”);