WordPress Tutorials

1078 bookmarks
Custom sorting
Pagination in a Custom Query - Bill Erickson
Pagination in a Custom Query - Bill Erickson
The Genesis pagination uses standard WordPress pagination functions, like previous_post_link() and next_post_link(). These functions only apply to the main WordPress query, not any custom ones. So if you created a page template that had a custom query in it, the main query would be for that page’s content. If you tried adding pagination after your custom query,…
·billerickson.net·
Pagination in a Custom Query - Bill Erickson
How to Turn Any WordPress Theme Modification into a Simple Plugin
How to Turn Any WordPress Theme Modification into a Simple Plugin
One of the first things budding WordPress developers learn is to use child themes for customizing WordPress websites. While this is a sound practice, there will also be times when you want to reuse code you’ve added to a child theme with a different theme or on a different website. The best way to package code for use with any theme and on any WordPress website is to add the code to a simple plugin. Plugins are easy to copy from one website to another and can be used with any theme. Let’s look at an example.
·premium.wpmudev.org·
How to Turn Any WordPress Theme Modification into a Simple Plugin
How-To Archives - gravity+
How-To Archives - gravity+
Without a single line of code! Grab a copy of the Gravity Forms Dynamic Population Pro plugin Either add a hidden field to your form with the post ID you want to grab the ACF data from, or add a dropd...
·gravityplus.pro·
How-To Archives - gravity+