• Resolved SusanRC

    (@susanrc)


    There are several bottom of the page links

    Newer posts, Older posts, xyz post etc. I prefer the term “articles” to posts — can this be modified?

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter SusanRC

    (@susanrc)

    Found it! atomic-paging-nav in Template Tags php
    changed “posts” to “articles”
    ??

    Thread Starter SusanRC

    (@susanrc)

    One question — I have created a child theme and put all my changes in that folder in order to leave the originals intact. One problem I have run into is that the Template-tags.php file is in a subfolder — when I move it to the child root directory or create an inc subfolder in the child it is not recognized — I have made the modifications in the original file for now but would prefer to do it in the child. I’ve Googled it like crazy and this seems to be a problem for others (using different themes) as well. Any thoughts on this? Thanks.

    Theme Author Kyle Gabriel

    (@kizniche)

    template-tags.php must be correctly referenced in functions.php , line 148:

    /**
     * Custom template tags for this theme.
     */
    require get_template_directory() . '/inc/template-tags.php';

    It is also referenced in languages/atomic.pot from lines 331 through 337.

    Thread Starter SusanRC

    (@susanrc)

    Thanks….I’ll try that!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts links’ is closed to new replies.