How to I remove the info after posts
"posted by admin-no comments-posted in-tagged with..." in Blaskan
It doesn't seem to be in the normal places. ie loop.php, single.php and pages.php...
How to I remove the info after posts
"posted by admin-no comments-posted in-tagged with..." in Blaskan
It doesn't seem to be in the normal places. ie loop.php, single.php and pages.php...
It may be easier to use CSS ("display: none;") to "hide" that line. If you post a link to your site, someone can likely give you specific help with doing so.
Yes. I would prefer to use css if possible.
Website is http://www.light-thoughts.com
Thanks for your help!
It's STRONGLY recommended that you use a Child Theme or a Custom CSS plug-in for changes -- so that they are not overwritten when you update the theme...
That said, add the "display: none" to this CSS code:
.type-post footer, .type-attachment footer {
border-top: 1px dashed #CCCCCC;
clear: both;
color: #999999;
display: none;
font-size: 12px;
margin: 20px 0 0;
padding: 5px 0 10px;
}This worked for me! Then, later, after I removed/reinserted it (I was dealing with a problem of certain pages refusing to update)...it stopped working. Caches cleared, etc., but "Post It" still survives...
You must log in to post.