• Resolved ldinkins

    (@ldinkins)


    First off, love the great template.

    I was wondering how I could go about changing the padding around my top border/logo. In the post pages, it is clashing hard with my menu and with the title of the page. How would I go about fixing this?

    Here’s a link example:

    https://lindsaydinkins.com/five-ways-know-seo-working/

    Also, how would I go about getting rid “categories” and “author” on these pages as well?

    Thanks for your help!
    Lindsay Dinkins

Viewing 1 replies (of 1 total)
  • Theme Author MageeWP

    (@magictheme)

    HI, to hide categories and author, remove the below code in single.php

    <div class="entry-meta"> <span class="entry-date-sub"><?php echo get_the_time("M d, Y"); ?></span> <span class="entry-category"><?php _e("Categories","onetone");?> : <?php the_category(', '); ?></span> <span class="entry-author"><?php _e("Author","onetone");?>: <?php echo get_the_author_link();?></span> <span class="entry-comments"><?php  comments_popup_link( 'No comments yet', '1 comment', '% comments', 'comments-link', '');?></span> </div>
                </div>

    If you would like to change pad, go to style.css

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide post categories and author; how to add padding.’ is closed to new replies.