Sharing Buttons Show up on Query of Post but not Category
-
Hi:
I’m using this code for a “query_posts”:query_posts(‘cat=6′.’&paged=’.$paged);
When I do the sharing buttons do not show up on any posts that are displayed.
However, if I use this:
query_posts(‘p=50′.’&paged=’.$paged);
to pull in just one specific post they show up fine. But, obviously, that won’t work, as I need to display all the posts from that category.
Any help or guidance would be greatly appreciated.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sharing Buttons Show up on Query of Post but not Category’ is closed to new replies.