I have been using Advanced Custom Fields Plugin to show Related posts below post content. Yesterday I added plugin Social share by Supsystic to show share buttons on my posts and it showing greatly.
The problem is when I click on share button to share a post on facebook or other social media it fetches the post from related post field.
For example, when I click the share button on the post titled "Google Chrome Features" facebook share frame opens but the post shown in the frame is "Firefox Features". However, "Firefox features" is in the related posts field below the post "Google chrome features". Any help will worth appreciation. thanks.
//End for each loop wp_reset_postdata();is one line or two (ie whether thatwp_reset_postdata();call is commented out of not - Hoboglobal $post;at the top of that code? Or (b) rename your variables$poststo$related_postsand$postto$related_post? Might be an issue with a global variable getting clobbered. - Hobo