Title: Posts links
Last modified: August 30, 2016

---

# Posts links

 *  Resolved [SusanRC](https://wordpress.org/support/users/susanrc/)
 * (@susanrc)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/posts-links/)
 * 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](https://wordpress.org/support/users/susanrc/)
 * (@susanrc)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/posts-links/#post-6298080)
 * Found it! atomic-paging-nav in Template Tags php
    changed “posts” to “articles”
   😀
 *  Thread Starter [SusanRC](https://wordpress.org/support/users/susanrc/)
 * (@susanrc)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/posts-links/#post-6298097)
 * 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](https://wordpress.org/support/users/kizniche/)
 * (@kizniche)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/posts-links/#post-6298120)
 * 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](https://wordpress.org/support/users/susanrc/)
 * (@susanrc)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/posts-links/#post-6298127)
 * Thanks….I’ll try that!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Posts links’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/atomic/1.6.2/screenshot.png)
 * Atomic
 * [Support Threads](https://wordpress.org/support/theme/atomic/)
 * [Active Topics](https://wordpress.org/support/theme/atomic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/atomic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/atomic/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [SusanRC](https://wordpress.org/support/users/susanrc/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/posts-links/#post-6298127)
 * Status: resolved