Kevin Tunis
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager Lite] TagsOk, I got that to work, thanks. Now when I am creating a archive page or clicking on the /business/ this does not show all the post with that tag. It does the same for categories. How do I show that?
Forum: Plugins
In reply to: [Permalink Manager Lite] TagsI have made some adjustments to the code it acts like it is not making any changes at all. Are there any settings in the plugin I need to set?
function pm_filter_post_permastructure($permastructure, $post) { // Filter only 'Post' permalinks if(empty($post->post_type) || $post->post_type !== 'post') { return $permastructure; } // A. Articles tagged 'business' if(has_term(array('business'), 'post_tag', $post)) { $permastructure = 'business/%category%/%postname%'; } // B. Articles tagged 'personal' else if(has_term(array('personal'), 'post_tag', $post)) { $permastructure = 'personal/%category%/%postname%'; } return $permastructure; } add_filter('permalink_manager_filter_permastructure', 'pm_filter_post_permastructure', 10, 2);Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] BREAKING BAD (works up to Elementor 3.5.9)One of the items I do not see is the Scrollable Column. Was this a part of Breaking Bad? I do not see anything like this in the Flexbox Container or the Container Extras.
Still having issues with this working.
I have the latest PHP version installed. The website is on WPEngines servers so it should have enough RAM. I am going to check with WPEngine. Thanks
Forum: Fixing WordPress
In reply to: Is there a plugin that automates shipping in Woocommerce?Okay Steve how can I move this post over to https://ww.wp.xz.cn/support/plugin/woocommerce