Category Archives: WordPress

Remove Navigation Links on WordPress Posts

The posts on my site are not chronological so it makes no sense to have the “previous/next” navigation links.  The best way to remove them is to comment out the code in the single.php file.  Below are the steps I used to remove the navigation links from my posts.  This applies to the WordPress Twenty Fourteen theme, so your code may be different. Continue reading Remove Navigation Links on WordPress Posts

Create A Child Theme in WordPress Twenty Fourteen

The best way to customize a WordPress site is to use a child theme.  That way the customizations are not lost when the parent theme is updated. Additionally, if you make a major mistake changing the files and the site goes down, you can just delete the child theme folder and the site will come right back up using the parent theme. Continue reading Create A Child Theme in WordPress Twenty Fourteen