Post Type Switcher

This plugin adds a simple post-type drop-down to the post editor interface, allowing you to reassign any post to a new post type. It allows you to switch post’s type while editing your post. SUPPORTED TYPES The plugin can convert nearly every combination of posts, pages, and even custom post types: Page to Post Post … Read more

Paid Memberships Pro

Paid Memberships Pro gives you all the tools you need to start, manage, and grow your membership site. The plugin is designed for premium content sites, online course or LMS and training-based memberships, clubs and associations, members-only product discount sites, subscription box products, paid newsletters, and more. Users can select a membership level, complete checkout, … Read more

Celebrate the 19th Anniversary Of WordPress

May 27th, 2022 is the 19th anniversary of the first WordPress release. We think this is worth celebrating, and we want the WordPress community all over the world to celebrate with us by sharing thoughts, photos, tweets, and joining two fun live events and gameshows!   The first WordPress release May 27, 2003 By Matt Mullenweg  … Read more

Advanced Post Queries

Only works with Elementor PRO! An Elementor PRO extension that allows you to easily dynamically query your posts and portfolio widget results without custom query IDs. This plugin is built on Elementor’s posts and portfolio widgets so Elementor must be installed and activated. You can use this plugin to query your posts based on a … Read more

What You Need to Know About Post Excerpts

WordPress post excerpts are text summaries of posts and pages. They help visitors understand what the post is about in just a few sentences. Typically, these excerpts also contain a link so that the reader can easily read the complete post if they’re interested. Excerpts can be produced manually or automatically. You have the option … Read more

How to Display Custom Post Type Category (With Name & Link!)

Get Category of a Custom Post Type To get categories of a custom post type and display them along with their respective posts, I will use the the_terms() function inside the loop. the_terms() function display all the associated categories of a custom post type. It requires two parameters, post_id and taxonomy slug.

WP_Query

Taxonomy Parameters Show posts associated with certain taxonomy. {tax} (string) – use taxonomy slug. (Deprecated since version 3.1 in favor of ‘tax_query‘). tax_query (array) – use taxonomy parameters (available since version 3.1). relation (string) – The logical relationship between each inner taxonomy array when there is more than one. Possible values are ‘AND’, ‘OR’. Do not use with a … Read more

How To Use WP_Query In WordPress

The WP_Query class is one of the most important parts of the WordPress codebase. Among other things, it determines the query you need on any given page and pulls posts accordingly. It also saves a lot of information about the requests it makes, which helps a great deal when optimizing pages (and troubleshooting them). The other role … Read more

How To Create Sidebar Templates With Hello Theme

By default, the Hello Theme does not call the WP sidebar functionality. You can create a child theme and add a snippet of code as shown here to the functions.php file of a child theme. If you would like to use the WP sidebar widgets along with Elementor widgets, without using code, you can do so by creating a … Read more