Remove the word "category" from pages

Home Forums All Other Themes Remove the word "category" from pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30343
    EstherEsther
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: March 1, 2016

    I would like to remove the word “category” from the tittle of pages, I have changed the code in archive php but it doesn´t work.
    Where put
    if ( is_category() ) : single_cat_title();
    I have added
    if ( is_category() ) : single_cat_title(”, false);

    My pages of categories appear: Category: Name of the category
    When I inspection element I see: <h1 class=”page-title”>Category: Personal Cakes</h1>
    Thanks in advance

    #30344
    EstherEsther
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: March 1, 2016

    Do not worry about this issue , I succeeded

    #30345
    EstherEsther
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: March 1, 2016

    I have another problem, I have translated “read more” in all the archives that contain the items in index-default.php (here four times)
    <div class=”morebtn”>Ver más</div>
    and too in content.php, but I don´t I do not get it

    Is another place to change the item “read-more” ?

    #30481
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi Esther,

    Kindly change it from index.php

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.