When you add a link in the WordPress editor, the default is posts, pages, and single posts of custom post types. If you want to link to an archive page of a custom post type, or link to a taxonomy term (a category for example), then you would need to visit that page and grab the url from the browser bar and paste in the url (that’s one way of doing it). With this code ... Read More
Archives for January 2018
Remove Beaver Builder link and tab in Admin for WooCommerce pages
For a current project, I decided to use Beaver Builder for certain pages that the client can edit with a drag and drop editor. I ended up using Elementor Pro*. However, many people use Beaver Builder and WooCommerce together. In this situation you’ve got WooCommerce pages that are core (required) and generated when you go through the installer. These pages have shortcodes in them and they are also specified in the WooCommerce settings. These pages ... Read More
Clean up widgets page in WordPress
I don’t know about you, but a lot of projects don’t require every single widget that comes with the core, frameworks, or plugins. Once you know the widget class, then you can add it to the array and remove it. If you want to keep one, just comment it out with two // before the class. ... Read More