• Resolved thefilbert

    (@thefilbert)


    Hi,
    I like the footer putter and what it produces but I’ve been trying to either remove or hide the “powered by wordpress” in the footer area of theme twenty thirteen.
    everytime I try to do so, I lose the entire footer area.
    my preference is to use custom css rather than a child theme.
    I’ve tried :
    .site-info {
    display: none;
    }
    but that just wipes out the footer altogether.
    Any help would be appreciated.

    https://ww.wp.xz.cn/plugins/footer-putter/

Viewing 1 replies (of 1 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    You can use the following CSS snippet:

    a[title='Semantic Personal Publishing Platform'] { display: none; }

    See this post for a description of using Footer Putter with TwentyTwelve.

    TwentyThirteen is pretty much the same except the hook to use is twentythirteen_credits

Viewing 1 replies (of 1 total)

The topic ‘removing "powered by wordpress"’ is closed to new replies.