Remove author archives from category page

Discussion in 'Compass WordPress Theme' started by vitamilla, Jul 29, 2014.

Thread Status:
Not open for further replies.
  1. vitamilla

    vitamilla Guest

    Joined:
    Jun 11, 2014
    Messages:
    12
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Go to category.php present in your theme directory and remove the code given below

    Code:
     <h1><?php printf(AUTHOR_ARCHIVES, "<span class='vcard'><a class='url fn n' href='" . get_author_posts_url(get_the_author_meta('ID')) . "' title='" . esc_attr(get_the_author()) . "' rel='me'>" . get_the_author() . "</a></span>"); ?></h1>

    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    p#crumbs {
    display: none;
    }
    ul.post_meta {
    display: none;
    }
     

    This will solve your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  3. vitamilla

    vitamilla Guest

    Joined:
    Jun 11, 2014
    Messages:
    12
    Likes Received:
    0
    Thank you so much Gourav, it worked perfectly. You guys rock!

    ;-)
    Milla
     
Thread Status:
Not open for further replies.

Share This Page