• Resolved MarcGuay

    (@marcguay)


    Hello,

    I would like the sharing sidebar to appear on all pages except the Frontpage/Homepage of the website which has been set to a static page in the settings. I see that the AddThis settings, there is no distinction between the Frontpage and the Posts page, they are both classed under “Homepage”. Is there any way to hook in and modify this so that it only applies to the Frontpage? Looking at the code briefly I don’t see the possibility.

    Thanks
    Marc

    https://wordpress.org/plugins/addthis/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Marc.

    Thanks for letting us know about your issue. Unfortunately, at this time, there isn’t a hook for this.

    Thanks,
    Julka

    Thread Starter MarcGuay

    (@marcguay)

    Hi again Julka,

    Thanks for getting back to me. I’ve worked around this by adding some CSS like so:

    body.home .addthis-smartlayers{
    	display:none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Frontpage vs. Posts page’ is closed to new replies.