Display WordPress WooCommerce Hooks In Exact Location On Page
|

Display WordPress WooCommerce Hooks In Exact Location On Page

What I’ve been searching for for the past week+ is a way to display the name of a WordPress Hook (actions & filters) on the WooCommerce product page – in their exact location on the page – so I can see how everything is laid out. Like how Google Maps displays business names next to…

Migrate WordPress Website & Email to Cloudways; Domain Name to Namecheap

From Cloudways tech support: 1. WordPress Website Migration You can easily migrate your WordPress application manually by using our migrator plugin or you can take advantage of our managed migration service. We provide one free migration on account upgrade from the trial state. In your case, you may consider migrating the WordPress website manually using the plugin…

Kadence Theme – Display 2 Different Menus On Different Pages Using Element Hook, PHP & Plugins

Show Widget Area Using Hooked Element In Kadence Create a PHP function that adds a Widget area to the Kadence “Above All Content” Hook. Step-by-step instructions to register a custom [widget_area] shortcode so it can be used anywhere shortcodes are accepted in WordPress including in Kadence Elements. Add the PHP to site via Code Snippets WordPress plugin Kadence Element…

WP All Import WordPress Plugin – Import to Custom Post Type

Importing items via Excel Spreadsheet into 2 different Custom Post Types (CPT) for a recording studio: Custom Post Type (CPT) name: Music Projects (for Albums) Custom Post Type (CPT) name: Clients (for Artists) WP All Import only allows importing one Excel file into one CPT at a time, so I need to import the same…

Content Aware Sidebars WordPress Plugin

By Joachim Jensen – DEV Institute Create tailored widget areas in seconds Display different widget areas on different conditions Show or hide Widgets on any page Replace your theme sidebars on different conditions Create a post sidebar, a page sidebar, a category sidebar, or any custom sidebar I used this plugin to create distinct sidebars that…

Advanced Sidebar Menu WordPress Plugin

By OnPoint Plugins Creates dynamic menus based on parent/child relationship of your pages or categories. Advanced Sidebar Menu is a fully automatic sidebar menus. Uses the parent/child relationship of your pages or categories to generate menus based on the current section of your site. Assign a page or category to a parent and this will do…

Dropdown Select Menu Displaying Post Titles of Custom Post Type

Dropdown Select Menu displaying post titles from Custom Term “National Clients” from Custom Taxonomy “Client Status” from Custom Post Type “Clients” This is for a music recording studio, displaying National Clients and Local Clients via a dropdown select menu. The PHP and HTML code is placed on the WordPress site via Code Snippets WordPress plugin….

Kadence WP – Remove Column From Content Flow On Mobile

Goals: 1) On desktop, laptop, tablet: fill screen with 2 columns (that have unique content in each column). 2) On mobile phone: display only 1 column (and its content) and remove the other column (and its content) from the content flow. The final CSS that accomplishes the goal The desktop layout is made using the…

WordPress Syntax Highlighter Plugins

WordPress Syntax Highlighter Plugins

For years I’ve been using the “Enlighter – Customizable Syntax Highlighter” plugin to display code on my WordPress site. But I’ve never really been crazy about the color themes. I’ve also gotten used to seeing the cool color theme that StackOverflow uses to display code. And while StackOverflow is using their own syntax highlighter theme…