myhairisspikey
Member
Posted 1 year ago #
I'm using both simple facebook connect and simple twitter connect. I appended the links to the bottom of all posts, but my problem is they also show up on "pages" that I publish. Is there a way to hide them?
http://wordpress.org/extend/plugins/simple-facebook-connect/
Easiest way would be to just use CSS to make them not show up on pages. What's the site, so I can have a look and tell you the CSS to use?
myhairisspikey
Member
Posted 1 year ago #
This in your stylesheet will remove them from all "Pages":
.page .twitter-share-button, .page .fb_ltr {
display:none;
}