Forums

Blaskan
How to remove posted by admin-no comments-posted in-tagged with (5 posts)

  1. StuCorlett
    Member
    Posted 8 months ago #

    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...

    http://wordpress.org/extend/themes/blaskan/

  2. WPyogi
    Volunteer Moderator
    Posted 8 months ago #

    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.

  3. StuCorlett
    Member
    Posted 8 months ago #

    Yes. I would prefer to use css if possible.
    Website is http://www.light-thoughts.com
    Thanks for your help!

  4. WPyogi
    Volunteer Moderator
    Posted 8 months ago #

    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;
    }
  5. Peterzee
    Member
    Posted 2 weeks ago #

    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...

Reply

You must log in to post.

About this Theme

About this Topic