• Resolved cockatrice

    (@cockatrice)


    Hi, I am using the codes

    .widget .post-content span {
        display: none;
    }
    .single .nav-links {
        display: none;
    }

    That I found here to remove the widget post dates and nav links to other posts that appeared at the bottom of every post.

    Both work fine except they dont actually solve the problem they just hide it. Both the dates and nav links can be found within the page source.

    Is there a way that I can rip these out from the theme code rather than just “hiding” them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cockatrice

    (@cockatrice)

    managed to get rid of nav links by deleting

    <?php sparkling_post_nav(); ?>

    from singles.php

    Still cant find post-content-span-date to remove it entirely. checked sidebar.php no luck

    Theme Author Silkalns

    (@silkalns)

    Remove this from theme folder – inc – widgets – widget-popular-posts.php

    <span class="date"><?php echo get_the_date('d M , Y'); ?></span>

    Thread Starter cockatrice

    (@cockatrice)

    Worked like a charm. Thanks Silk

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deleting rather than Hiding’ is closed to new replies.