raezerj 0 Report post Posted June 18, 2012 Hello! Am wondering if it's possible to add the rel="publisher" tag to the Google+ link. Thanks! Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 18, 2012 Hi, I think so, first download a fresh copy of PageLines Framework from your PageLines Launchpad. Then unarchive the .zip and then open your favourite FTP client. Then connect to your website via the FTP client and navigate to either your child theme folder. Then in the newly download copy of PageLines you have just download, go to the sections folder and then drag and drop the Branding section folder to your child themes section folder that should be visible in your FTP client. This will upload the Branding section to your child themes folder. Once uploaded, in your FTP client, open the Branding section folder that is now in your Child themes sections folder and open the section.php file. The Google code is roughly line 50-51, simply add the [code]rel="publisher"[/code] To the Google+ icon code. So it looks similar to this: [code]if(ploption('gpluslink')) printf('', ploption('gpluslink'), $this->base_url.'/google.png');[/code] Let me know if that works. Please search our forums, before posting! Share this post Link to post Share on other sites