How to Duplicate a Page in WordPress (3 Simple Ways)

How to Duplicate a Page in WordPress (3 Simple Ways)

Reasons to Duplicate a Page There are many reasons why one may want to duplicate a page or post in WordPress. An example might be that you’ve built a really awesome landing page for a new product that you’re launching. However, you may want to do some A/B testing for...

WordPress: Modify the Length of Post Excerpts

Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file. Below is the code to modify the length of the post excerpts: //* Modify the length of post excerpts add_filter( 'excerpt_length',...