Travel log child

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10206
    IraKarydi
    Participant

    Hello, i have the travel log child theme, i go to editor to make some changes that i found
    here, but i think that it doesn’t change anything. Could you please tell me where i must put the code
    function wp_travel_child_remove_cat_titles($title) {

    if ( is_archive() ) {

    $title = single_cat_title( ”, false );

    } elseif ( is_tag() ) {

    $title = single_tag_title( ”, false );

    } elseif ( is_author() ) {

    $title = ‘<span class=”vcard”>’ . get_the_author() . ‘</span>’ ;

    }

    return $title;

    }

    add_filter( ‘get_the_archive_title’, ‘wp_travel_child_remove_cat_titles’ );

    for hide the category and display the category title? http://prntscr.com/metlm1 Where i can find “child theme functions.php”? templates > functions.php ?

    Thanks

    #10231
    Support Team
    Keymaster

    Hello @irakarydi,

    You have to place the code inside you child theme’s functions.php file and this file will be there inside the child theme.

    If you do not have this file then please recreate the child theme and add the code in your child themes functions.php file.

    To know how to create and activate the child theme please refer to below given link:

    http://wptravel.io/how-to-create-a-child-theme/

    Hope this helps.

    Best Regards!!

    #10238
    IraKarydi
    Participant

    Thanks, for your reply. I have activated the travel log child and it seems ok but i try to uploaded again
    but it tells me that it can’t https://prnt.sc/mf46q2 , the theme failed. Now? If i go Appearance > Editor > Templates >
    functions.php is wrong? https://prnt.sc/mf48b8

    Thank you

    #10272
    Support Team
    Keymaster

    Hello @irakarydi,

    Can you please provide your login detail in the email given below so that we can inspect the issue further and help you?

    Email: wensolution[at]gmail.com

    Thank you.

    Regards!!

    #10276
    IraKarydi
    Participant

    Its ok i put the code with filezilla and it works

    Thank you if i have another issue i ll tell you

    #10278
    Support Team
    Keymaster

    Hello @irakarydi,

    Glad that your issues are solved and yes please post if anything comes up 🙂 .

    Best Regards!!

    #11695
    Lorita312
    Participant

    Guys who was in Russia? or rather it is in St. Petersburg?
    In May, we would like to go to St. Petersburg. After seeing all the forums, we came to the conclusion that it is better to take tours and excursions on site, as there are many options for English speakers like this one https://petersburg.expert/blog/white-nights-st-petersburg-dates-festivals-tips/ But I would like to get some feedback, recommendations on non-tourist places of this city. Thanks in advance =)

    #11701
    WP Travel
    Keymaster

    Hello @lorita312,

    The forum is basically to post the issues that you face while using our products. So if you have any issues related to the plugin then let us know.

    Thank you.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.