• I have used the free version of this theme, but I want to change the Blog page (here I am showing all my posts) title to something else and category page title as well because it is showing Category Archive: Category Name, I want to show only category name.

    Please help else all my work will go into vein as I will be forced to change the theme. Please author try to help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Agree with singhabhishek251 any update?

    Kelsey

    (@kelseyfrizzell)

    to get rid of the “Category Archive:” intro put the following code into your custom CSS:

    .archive #intro span {
    display: none;
    }

    hope that helps!

    Hello
    Yes, I would also like to be able to display the name of the page I designated as posts page instead of “BLOG”. But I cannot seem to find this. Did note some theme developer assistance http://www.orderofbusiness.net/blog/get-title-for-posts-page-in-wordpress/ but its a bit over my coding head. Thank you kindly.

    Ose

    try going to
    minamaze/admin/main/options/01.general-settings.php
    and find
    printf( __( 'Blog', 'lan-thinkupthemes' ) );

    change the word Blog inside the quotes to the word you want.

    Thank you so much. I will try this and report back. Kind wishes!!!!!!!!!!!
    Ose

    Hello
    Is there an alternative coding location for this? I am using a wordpress hosted service that does not give me access to this file. Is there a way to translate to html?

    Thank you
    Ose

    hmmm sorry I don’t know.

    REMOVING INTROS: The Minamaze theme does have a custom CSS section. In your dashboard visit Appearance > Theme Options > General Settings. You will find a field “Custom CSS” near the bottom of the page.

    CHANGING TITLES: In our case, we found that edits of the child theme php in wp-content/themes/minamaze-child-theme/admin/main/options were not reflected in the site. Did you have better luck? Eventually, we made edits of the parent theme with 100% success.

    Md Mazedul Islam Khan

    (@mazedulislamkhan)

    Hi,
    Regarding the word blog query can you please ensure you have not written the page name blog and you have not selected the blog page from the settings -> reading -> posts page option. Selecting the blog page from the settings -> reading ->posts page option will override the blog page template. Please deselect the blog page from the settings -> reading -> posts page option and the word blog should removed by itself.

    Here’s the relevant screenshot which I hope you find helpful:

    http://awesomescreenshot.com/0543qegu46

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How and where to change Blog page title and category page title??’ is closed to new replies.