screenshot-1

Post Duplicator

I recently created my first free WordPress plugin and posted it on WordPress.org. Click here to check it out! Plugin Description: This plugin was created to make an exact duplicate of a selected post. Custom post types are supported, along with custom taxonomies and custom fields. *Note: Comments are not passed to the new post. There are no settings to ...

Read More
img_pagination

Paginating WordPress

After many Google searches and working out my own pagination code, I came across WordPress’s pre-built function paginate_links. If you think using “Previous Page/Next Page” is a little too generic, you’ll want to make use of this function. In this post, I’ll show you how to quickly create your own set of paginated links. Step 1 Insert the following code into ...

Read More
Back To Top