Change 'post navigation' text

Home Forums All Other Themes Change 'post navigation' text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32153
    Stuart FarrimondStuart Farrimond
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: November 9, 2015

    Hi there,
    Using Bakery Pro theme.
    I see from other threads that you can hide ‘Post Navigation’ text from the bottom of blog posts with css. I wondered whether the words can be changed (e.g. to ‘Blog Navigation’)? I couldn’t spot where these words have been coded into the theme.
    Thanks

    #32195
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly check single.php or single-post.php in appearance>editor to find these words and change them.

    Regards,
    Shri

    #32940
    Stuart FarrimondStuart Farrimond
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: November 9, 2015

    Hi there,
    The words aren’t present in this file:

    get_header(); ?>
    
    <div class="content-area">
        <div class="middle-align content_sidebar">
            <div class="site-main" id="sitemain">
    			<?php while ( have_posts() ) : the_post(); ?>
                    <?php get_template_part( 'content', 'single' ); ?>
                    <?php skt_bakery_content_nav( 'nav-below' ); ?>
                    <?php
                    // If comments are open or we have at least one comment, load up the comment template
                    if ( comments_open() || '0' != get_comments_number() )
                        comments_template();
                    ?>
                <?php endwhile; // end of the loop. ?>
            </div>
            <?php get_sidebar();?>
            <div class="clear"></div>
        </div>
    </div>
    
    <?php get_footer(); ?>
    #33178
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Stuart,

    Kindly go to inc/template-tags.php to change the text “Post Navigation”.

    Regards,
    Dave

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