Date & Author problem

Posted in: Newspaper
Post count: 17

Hi,

on all pages & posts, just above the sharing buttons it always says “aug 13, 2014 admin”. A date and author let say. In the theme template it is all switched off. I searched a lot in the code, but cannot find how to remove it. website: http://www.welketonic.be – screenshot: https://www.dropbox.com/s/re8kgfxvu98xh74/Schermafdruk%202014-08-14%2011.41.50.png

Thnx for helping me out!

B.

  • This topic was modified 11 years by bgo.
  • This topic was modified 11 years by bgo.
Post count: 6600

Hi,

Looks to me that you use a plugin that dose this, you could try to disable all plugins except those theme requires and check to see if this is still there, if not activate the plugins back one by one to see which one it’s responsible for this.

If this dose not work you can use this custom css in Theme panel > Custom CSS to hide them:

.td-post-text-content time,.td-post-text-content .none {
display: none;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.