Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Pulling page link instead of post link

$
0
0

Replies: 0

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:
http://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 all articles
Browse latest Browse all 59525

Trending Articles