Pulling page link instead of post link
-
Hi,
When we have a page which includes several posts with Social Likes, The Social Likes links are all calling the page link rather than the individual post links. Any ideas on how to target the posts instead of the page?
Here is an example:
https://bearleaderchronicle.com/site/And here is the code that calls Social Likes for a post on a page:
<?php global $wpsociallikes; if (is_a($wpsociallikes, "wpsociallikes")) echo $wpsociallikes->add_social_likes(); ?>
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pulling page link instead of post link’ is closed to new replies.