satokon 0 Report post Posted February 28, 2011 Hi there, I am using plugins such as Related Posts and TweetMeme on my wordpress blog and they both show button and links within the blog post. Unfortunately they also show up in my boxes as well not when you arrive at my site but when you click to see any of the posts. Is there any way I can set up so that those plugins don't show up in the boxes and still active in my blog posts? For this reason boxes aren't public for it to be seen. I'm hoping to find a solution here... Thank you for your assistance. Share this post Link to post Share on other sites
Kate 3 Report post Posted February 28, 2011 Hi Satoko - Have you considered hiding them with CSS? That would probably be the quickest solution... Share this post Link to post Share on other sites
satokon 0 Report post Posted March 2, 2011 Hi Kate Thank you for responding! No, I didn't even think that was possible as I'm only familiar with basic CSS... Could you give me an example CSS code? Thank you in advance! Share this post Link to post Share on other sites
Kate 3 Report post Posted March 2, 2011 Hi Satoko - I'd have to see the code to know for sure what classes the plugins are using, but if you use Firebug, you should be able to pick them out yourself. For instance, say that Tweetmeme used the class "tweetmeme", then you would use something like this: .tweetmeme{display:none;} So, basically the code will still be generated, but you're "hiding" it with CSS. Share this post Link to post Share on other sites