One of the templates that I always include in any theme I code is the page.php file. This is the template that WordPress will use for creating static pages. It’s useful to have a dedicated page.php file instead of falling back to index.php because you’ll need your pages to display slightly different content from single […] View original post at …
How to Easily Duplicate a WordPress Post or Page
There are lots of reasons why you might want to duplicate a WordPress post or page. One reason is that it allows you to work on content without affecting the original version. Another reason is providing an easy way for clients to look at content and make changes before it goes live. Whatever your goal, […] View original post at …