191 comments found.
Hi There, Will this work to add a pre designed blog page to my wp site if I buy it and the wp bakery page builder?
Please let me know before I buy. Thanks, Sandra
Hello Sandra,
Thank you for browsing the plugin. This plugin can be used to add post modules on your site pages in WordPress. If you have a pre designed blog page in HTML, this can work to some extent, depending upon the design of that page. If you send me the link of that pre designed blog page, I can confirm whether such designed can be achieved by this plugin or not.
Regards
Is there a way to get “Read More” buttons with the posts? Much like this page has: https://jannah.tielabs.com/health/
Hello,
Yes it is possible. Inside the Post Module element, navigate to the “Content” tab and enable the “Show readmore link” option. You can also change the read more text in the field which appears next.
Regards
Thank you but can it be a button – not just a text link?
Hello,
Yes we can style it like a button. The inner HTML markup is an anchor tag. If you can send me the URL of your site (containing posts with readmore enabled), I will suggest some CSS to make it look like a button.
Regards
Here’s a page I’m working on that shows the Read More link in some of the posts http://968.42b.myftpupload.com/demo-18-custom-inside-sidebar/
Thank you, I look forward to your help with getting a button.
Hello,
Kindly add these CSS rules inside WordPress admin’s Appearance > Customize > Additional CSS:
.wppm .readmore-link {
background: #0088cc;
color: #fff !important;
padding: 2px 8px;
border-radius: 2px;
}
.wppm .readmore-link:hover,
.wppm .readmore-link:focus {
background: #0b6694;
color: #fff !important;
}
You can change the colors as required. Then click on “Save and publish” button and check the site.
Regards
Very Nice – Thank You!!!
Hi, how do I get my sidebar to look the same as your Demo 11?
Hello madetobeunique,
Thank you for purchasing the plugin. The sidebar on that demo uses two instances of WP post modules, and other widgets like Social Widget, Recent Posts, etc. In order to add these widgets, kindly follow these steps:
1. Navigate to Appearance > Widgets. Then inside your theme’s sidebar, add a “Custom HTML” widget. Then paste the following shortcode in it:
[wppm template="portfolio" gutter_grid="2" imgwidth="210" imgheight="140" imgcrop="true" category_name="featured" num="9" show_overlay="never" image_effect="fadeout"]
Change the category name(s) inside category_name=”featured” to the ones as required. Then save this widget. This will create a Mini gallery widget.
2. In order to add a Recent Posts with small thumbnail, again use a “Custom HTML” widget and paste the following shortcode in it:
[wppm num="4" terms="art-culture" template="list" list_split="33-66" gutter_grid="16" imgwidth="120" imgheight="80" imgquality="90" hsize="14" hide_cats="true" hide_author="true" hide_excerpt="true" hide_reviews="true" enable_schema="true" publisher_logo="197"]
Change terms=”art-culture” with the actual term names or category names.
3. The social widget is not included with this plugin. That is theme specific. But you can find similar widgets on WordPress.org for free.
4. The advertisement image is created using a “Custom HTML” widget and the following markup in it:
<a href="https://codecanyon.net/item/total-recipe-generator-visual-composer-addon/19410410"><img src="http://labs.saurabh-sharma.net/themes/newsplus/demo-2/wp-content/uploads/2017/02/ad_300.jpg" alt="total recipe generator"></a>
Do let me know if you find any difficulty with the above mentioned methods. I will help further.
Regards
Very helpful, thank you!!
In the grid display I need to move the title above the post excerpt and inline with the image to the left, and the date just below the post excerpt and other meta information. I’m trying to find a way to do this in the code but not seeing this. Any idea where to do this or any help? Thank you! Love this plugin.
Hello austinwebdesign,
In order to change this appearance, copy the file wp-content/plugins/wp-post-modules/wppm_templates/grid.php, and paste inside your current theme as wp-content/themes/your_theme/wppm_templates/grid.php.
Then modify the output in this file at around line no. 190:
$format = apply_filters( 'wppm_grid_s1_output', '<article%12$s%13$s id="post-%1$s" class="%2$s%3$s">%4$s<div class="post-content">%5$s<%11$s%14$s class="entry-title%15$s%16$s"><a href="%6$s" title="%7$s">%7$s</a></%11$s>%8$s%9$s%10$s</div></article>' );
The number %4$s is for post title, and %10$s is for the date and meta. You can swap these numbers or re position them for desired order or appearance. You can also use filter hook in functions.php file. If this all seems complicated, simply send me a screen shot of the desired output; I will suggest appropriate fix and solution.
Regards
Looks awesome. Possible to use WooCommerce content on these Modules ?
Hello latenightpixeljunkie,
Sorry for the delayed response. Yes you can show WooCommerce products using this plugin. But the price, variations or any other custom field will not be shown. The output will show product image, title and description.
Regards
Hi Saurabh. I wanted some help in troubleshooting a problem. I have the WP Post Modules plugin running on my live site. I used the All-in-one-migration Plugin to create a local copy of the site, and replaced the https://mysite.com URL with http://localhost/live/mysite while making the copy and transferring it to MAMP running on Port 80. Everything has transferred, but I am unable to see the front page that has the Magazine Layout. I’ve turned off the caching plugins and anything else I feel that might be interfering. Do you think you can help, in case you feel I might have missed something?
Hello Arjun,
Kindly check inside WordPress admin’s Settings > Reading > Front Page Displays. Inside “A Static Page”, your Home page shall be set (the one with magazine layout). I suppose currently this option is set to show blog posts on front page.
Regards
Nah! It was the PHP version in my MAMP. I was running 7.1.8 while the live site is running on 5.x I think. I switched it to the standard 7.0.22 and it’s started showing the posts. Sorry about the bother. I spent quite a few hours last night before writing to you, and some hours this morning as well. And behold, the problem was something else entirely. I was anyway doubting it had anything to do with your plugin at this point. Thanks a ton for the response though! 
Okay, you mean the front page is showing but the contents created using this plugin are not visible? In that case, kindly enable the debug mode and see if any error is shown. Also check whether the categories are still selected in each post module.
Regards
there might be a compatibility issue of WP Post Modules with PHP 7.1.8 – perhaps you can check that. It’s working with 7.0.22.
Okay, I will check and update you in a while.
Hello Arjun,
The plugin is compatible with php v7.1.9. Just tested with multiple pages and modules. Kindly check the php error log of your local server if it has any specific error in it.
Regards
Thanks for checking that Saurabh. Thing is that the earlier version of my migrated site was working fine with PHP v7.1.8. I am not sure right now what went wrong, but I’ll try and investigate and get back to you. For now, they’re working with v7.0.22. I will get back to you once I ascertain what happened.
I turned on Debug Mode. This is the Fatal error I am receiving with PHP 7.1.8 turned on.
Fatal error: Uncaught ArgumentCountError: Too few arguments to function wppm_short(), 2 passed in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and exactly 3 expected in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php:87 Stack trace: #0 /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php(33): wppm_short('Sanjha Chulha C...', '15') #1 /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wp-post-modules.php(3528): require('/Applications/M...') #2 /Applications/MAMP/htdocs/live/blogtrumpet/wp-includes/shortcodes.php(319): WP_Post_Modules->wppm_shortcode(Array, '', 'wppm') #3 [internal function]: do_shortcode_tag(Array) #4 /Applications/MAMP/htdocs/live/blogtrumpet/wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)(wppm)(...', 'do_shortcode_ta...', '[wppm post_type...') #5 /Applications/MAMP/htdocs/live/blogtr in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87
If I run it on PHP v7.0.8, these aren’t fatal errors, but warnings.
Warning: Missing argument 3 for wppm_short(), called in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and defined in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87 Notice: Undefined variable: allowed_tags in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 96 Warning: Missing argument 3 for wppm_short(), called in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and defined in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87 Notice: Undefined variable: allowed_tags in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 96 Warning: Missing argument 3 for wppm_short(), called in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and defined in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87 Notice: Undefined variable: allowed_tags in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 96 Warning: Missing argument 3 for wppm_short(), called in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and defined in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87 Notice: Undefined variable: allowed_tags in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 96 Warning: Missing argument 3 for wppm_short(), called in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and defined in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87 Notice: Undefined variable: allowed_tags in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 96 Warning: Missing argument 3 for wppm_short(), called in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/wppm-templates/ticker.php on line 33 and defined in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 87 Notice: Undefined variable: allowed_tags in /Applications/MAMP/htdocs/live/blogtrumpet/wp-content/plugins/wp-post-modules/includes/wppm.functions.php on line 96
I am unsure how to resolve these. I could have missed something at my end itself.
Hi Saurabh, I would like to add to my question, a little more from the investigation that I did. I am displaying 6 posts using the ticker display, which is giving these 6 errors/warnings. When I bring it down to 1 post, the error / warnings get reduced to 1. Other Post Modules are appearing fine – it’s just the one with the ticker that’s giving trouble. Not sure if I have missed anything. Perhaps you would know when you look at the warning messages.
Hello Arjun,
Thank you for sending the report. Yes it is a code error in ticker template because all other templates were updated as of new features added in plugin. These new features were not applicable on ticker template, and it remained untouched. I will fix this and update at my earliest. My apologies for this inconvenience.
Regards
No problem. Thanks for sending the update. I haven’t tested it yet. But I will get back once I do.
Thanks Saurabh for providing the updated file. I was able to migrate it to the test environment early this morning and the errors / warnings seem to have disappeared. I also saw the update from Code Canyon as well. Good work. Really appreciate the quick turnaround and great support.
You’re welcome, Arjun.
Regards
Hi, I have a strange issue. I created a multilanguage site with WPML. Your module works fine on the main language(en) but not when choosing the second langage. But when I’m logged in it works fine on both languages. Any ideas?
Hello antoniskonst,
Thank you for purchasing the plugin. The plugin works fine with WPML. I suspect it could be a cache issue. Are you using any caching plugin, in which the non-cached version is shown to logged in user. If not using caching plugin, kindly send me your site URL. I will check what is wrong.
Regards
Perfect. Thank you so much and have a nice weekend.
Hi, Please how do I remove the underline from the category name Image at: https://dmixbrasil.com.br/wp-content/uploads/2017/12/11.jpg
Thank you
Hello,
Can you send me the URL of page containing those links please. I will suggest appropriate CSS fix.
Regards
Hello,
Kindly add the following CSS rule inside Appearnce > Customize > Additional CSS:
.wppm-tabs li a {text-decoration: none;}
Save these changes and then check the site by clearing auto-optimize caches and browser caches.
Regards
Hello jucapuna,
As I mentioned earlier, using a draft preview may not save the options properly. You will need to update the page to retain those changes. I can further check if you send me your site URL and login at xconsau[at]gmail[dot]com.
The height issue of multiple select list was resolved in v1.1.0:
* Increased height for textarea and multi select drop-downs in Visual Composer elements
Are you using older version or latest one?
Regards
Hi. It will be cool crete filters by year, not just by category. it’s very cool when a lot of posts.
Hello maxtitov,
Thank you for the feedback. I will add this feature in next update. 
Regards
Thanks for your work.
Hello,
1. the title in the list view is on the first tab black and in de second and third tab white: http://beaumontcommunicatie.nl/newsroom/ (scroll to middle of page), it must be on every tab black
2. the excerpt is showing some visual composer shortcode
3. Is it possible to give a category there own colors? Now is every category green…
Do you have some solutions for me? Thanks!
Hello 5onlinenl,
Please find my answers below:
1. Thanks for reporting the issue. I am submitting an update for this fix. You can email me at xconsau[at]gmail[dot]com to get the updated archive earlier.
2. The post modules show ‘excerpt’ of initial post text in trimmed down manner. For best results, provide an excerpt inside the “Excerpt” panel of post edit screen. If this panel is not visible, you can enable it from the “Screen Options” button on top right corner of the post edit screen. If your post content has structured shortcodes and HTML at starting of post content, it may not be trimmed down properly and show blank lines of plain shortcodes.
3. Yes, it is possible with this latest update. I have added unique class names for each category link which can be targeted in CSS. I will suggest the CSS once you update the plugin.
Regards
Hi Saurabh, I am trying to use the code you have provided @draedeae to make the entire tile / porfolio grid clickable. However, the tile text lose the colour / text formatting that we can provide on the page itself, and it starts to inherit the theme setting which I need separately for the other pages. I am using your plugin to build my front-page. Is there a way that we can make the entire tile clickable, but it does not inherit the theme’s colours and uses it’s own?
Hello Arjun,
If the tile has successfully became clickable, we can override text styles as required. Kindly send me the URL of page containing clickable tiles. I will suggest necessary CSS to be added in theme.
Regards
Hi Saurabh, Thanks for getting back to me on this. I’ve got the portfolio grid and the tiles placed at https://geeknet.gq/discover – a test demo. I’ve added the necessary code to the theme’s functions.php file. Request you to have a look.
Hello Arjun,
Kindly add these rules inside your theme’s custom CSS:
.wppm-tile .entry-title,
.wppm-portfolio .entry-title {
color: #fff;
}
.wppm-tile a:hover .entry-title,
.wppm-portfolio a:hover .entry-title {
color: #f00;
}
You can change the hover color #f00 to any other value. Then save these changes and check the site by clearing all caches.
Regards
Thanks Saurabh. You’re awesome.
You’re welcome.
Regards
Thanks for such a detailed and quick answer!
Does the plugin come with any capacity for ad spaces? I’m struggling to find a header that does do this with a backend that would allow a user to easily do so themself.
If not, if I were to use another magazine template just for this ad sense purpose, would your plugin still provide the layout for the blog pages or would this theme over ride your styles and produce yours? As I say, I want the layout to be as bespoke as possible.
Last question, can I make each category tag (so the category box itself) a different colour. For example, ‘Travel’ is yellow, ‘Hotel’ is blue etc
Thanks so much
Hello Chris,
You can insert any amount of ads between the modules. Each module is like a column block inside page builder. You move blocks and replace the space with an advertisement. For example, on live demo you will see a leaderboard ad between the module content. You can also have a 300px ad or 428px ad anywhere inside the content.
The header location is theme specific. If you want to show a leaderboard ad next to the site logo, that should be accomplished by theme.
Currently, there is a color picker for category links inside the module. But that applies same color to multiple links in same block. If you want different color for each link, that can be done with a couple of lines of CSS. I will help with that if required.
Regards
friend that you do not forget to publish the Changelog
Hi there,
I’ve been looking for some time for a plugin that allows me to post magazine modules that link through to blog posts.
At the moment, I’m currently using a magazine theme but I can’t customise the theme enough to make it feel bespoke. I’ve not used a plugin before (only themes with their own plugins) so have a few questions.
- Are plugins updated like themes to keep them up to date and bug free?
- Am i able to use these modules in any theme? For example, could I use Xtheme for the head, footer and navigation but feature these as the body?
- Does it matter if the theme I use, uses Cornerstone editor?
- Will SEO Yoast work with the modules?
- Am i able to customise the pods to the extent of giving each category a different colour
- I see when you click a module it goes through to a blog page, is this design part of the plugin?
Sorry for the 101 questions! I just really need to get a solution that works for me. I also notice you offer a full theme – https://themeforest.net/item/newsplus-magazineeditorial-wordpress-theme/4208250Am I correct in thinking this is totally different? I think I’d rather a plugin as I worry I’d struggle to make the theme bespoke again, same problem I’m having now.
Thanks so much for your help, looking to buy in the next day or so if possible.
Chris
Hello Chris,
Thank you for browsing the plugin. Please find my answers below:
1. Yes, plugins are also updated like themes to keep up-to-date with latest WordPress versions, php and other plugins. Plugins purchased from CodeCanyon will not automatically update like the ones installed from WordPress.org repository. You need to manually update these plugins using FTP or File Manager when any new update is released. You can also use Envato Toolkit for updating plugins automatically (which you purchase from CodeCanyon).
2. Yes, you will be able to use this plugin in any theme. Some themes may have CSS style conflicts with the output of plugin. Those can be overridden with simple style fixes. You can use this plugin in X theme too, provided, you are using WP Bakery Page Builder. (This plugin requires WP Bakery Page Builder). The inner body part will contain all the modules whereas head, sidebar and footer can be of the theme.
3. This plugin currently only works with WP Bakery Page Builder or King Composer (separate plugin). If your current theme is using CornerStone Editor, you can still use WPB Page Builder to create pages. I have read on X theme’s support page about this topic.
4. Yoast SEO detects raw output in page/post editor and suggests if the content is good enough or not. Since this plugin uses shortcodes in editor, Yoast will not be able to detect the output in backend, however, the front end (compiled HTML output) is SEO friendly and also supports rich Schema microdata.
5. Yes, each module can be customized to some extent, like, heading colors, font, category link colors, text color, etc. Module background can be changed by adding a background to the column in WPB Page Builder.
6. Yes, this feature is part of plugin. Each module has posts which are linked to their respective permanent post page. This is general behavior of WordPress posts in archives.
7. NewsPlus is a completely separate product. The live demo uses this theme to showcase WP Post Modules plugin. NewsPlus also has a built in post module plugin. But WP Post Modules provide more options and scope of customization (independent of the theme).
Feel free to ask if you have more questions. I would be glad to respond.
Regards
Hi, I purchased your plugin but I don’t understand how it works, I see some of the posts but not all. How do I organize how it’s being displayed?
Hello alonakorov,
Thank you for purchasing the plugin. You can either use a pre-built template which contains different post module styles, or create your own one in a blank page. For both these, you can find step-by-step instructions inside the documentation/index.html file of your main download archive. If you have downloaded only “Installable WordPress files”, make sure to re-download all files package.
If you are using pre built template, and the posts still do not appear, it will be required to assign appropriate category inside post module from which posts shall be shown. If you can send me a URL of page on which this plugin is used, I will check and let you know why posts are not displayed.
Regards
Hi Saurabh I’m using Boss theme by BuddyBoss for the site I am planning. It’s shipped with a copy of WP Bakery Page Builder but uses Site Origin Page Builder as default. I want to implement a magazine style layout on the front page. Will your add-on do the trick, or do you foresee any styling / compatibility issues.
Hello Arjun,
Thank you for browsing the plugin. Yes it will work with the WPB Page Builder bundled with your theme. Make sure it is v4.1 or above. A latest version of 5.0.x will be better.
With Boss theme (or any other theme), you will not find any major issues except for styling on list items and links. Those are inherited from theme styling. I can provide necessary CSS overrides/fixes if you come across any such issue. With page builder and this plugin you can create a magazine home page as required.
Regards
Thank you Saurabh. That’s reassuring. I will most probably buy the plugin today, and start work with a test site. Will approach you when I need help.
You’re welcome, Arjun. Yes sure, feel free to contact me at comments section or at xconsau[at]gmail[dot]com. I would be glad to respond.
Regards
Thank you Saurabh. I have purchased the plugin, along with extended support. Will look forward to staying connected and working on it now.
Hello Arjun,
Thank you for the purchase. I hope you will like the plugin and it’s features.
Regards
Hi Saurabh, I installed the WP Post Modules on a test website with the Boss theme. I am seeing some styling issues – with bullets showing up along with the tiles – I guess list styling as you had pointed out earlier. Can you please provide me with the CSS overrides? The page is running at https://geeknet.gq/discover where you can see the sample error.
Thanks.
Hello Arjun,
Kindly add the following CSS rule inside theme’s style.css or via Appearance > Customize > Additional CSS:
.wppm-tile > li {
list-style: none !important;
}
Save these changes, and then check the site by clearing browser caches.
Regards
Thanks Saurabh. This is neat. 
friend there is a way to help me make a carousel, where one can assign a maximum width of height. and the most important thing to do something with page. (Pagination numbered)—PAGINATION, LAZY LOADING & CAROUSEL SUPPORTED POST LISTING…
Important —> You know I’ve noticed, too, that if you edit the content and it’s going to polish the plugin, you erase the options that you chose, I always have to choose which is post, then categories and finally the categories; In the same way also if I choose the social networks I have to choose them again every time I open in VC the option to edit or make some change.
Hello jucapuna,
Sorry I didn’t clearly understood your first query. Do you want carousel images of fixed height? And they shall be loaded with ajax when clicked on pagination? Kindly confirm and also send me a screen shot and URL if possible.
Regarding VC fields going blank, whenever you make any change to the module, those changes will remain temporarily until you update the page. If you duplicate a module block, it may not show same settings. They will get saved only when you click on update/publish button. (I have noticed this too, with other VC elements and this element; but it works when you update the page).
Regards
I need you to help me, is that if the texts are very short I need that in this almost leave by default a maximum of high, so that the text does not roll the link to share.
otherwise, change the points by number, per page.
if you want I give you administration of the site but I would have to send it separately. How we do?
Hello jucapuna,
Yes please send me your site/page URL containing the slider with login details at xconsau[at]gmail[dot]com. I will check it.
There is also an “Auto Height” option inside the “Display” tab of the module. You can choose autoheight as yes/no and see the results. When set to ‘Yes’, the slider will smoothly slide up or down according to the content.
Regards
Hi
I’ve been working with the plugin and exploring it’s capabilities. I must say it’s an impressive plugin..the presentation looks really cool only after little to no customization effort. Incredible ease of use and the support from the author is really very good.
I’ve been trying and exploring almost more that 20+ plugins (free and paid) that I’m trying to do different things with for the website I’m currently developing
I want to ask/suggest for the following features that I believe if included they will really make this plugin so complete and of it’s kiind that no other plugin is capable of doing for this type of application since the disappearance of SRP pro.
I’m wondering if these options are already included?
- A shortcode generator – first of all I would suggest to add/include a shortcode generator in UI so after setting up the module, you can copy the shortcode and use it elsewhere on posts, pages, sidebars etc
- In the query section, custom posts are not listed – now the Query section of the UI is not showing/listing all the custom posts that I created (using Tools plugin for instance). Only after using the slug of the custom post in a shortcode.
- Enable Auto Tag Filtering On Single Posts/Pages – Automatic detection of the current post’s tag (one tag or more tags) – display post from the current post’s tags, slug or custom field tag in a template.
An application of this would in a sidebar using the shortcode that is able to automatically detects and retrieve posts from the current posts tags (one or more), slug or custom field of that post.
- Enable Auto Category Filtering On Single Posts/Pages – Automatic detection of the current post’s category – display post from the current post’s category
Awesom plugin I wish you good work and keep up the good work
Best regadrs
Hello HELKE,
Thanks very much for the feedback and kind words. I’m glad you like the plugin. Please find my answers below:
1. As I mentioned in previous comment, a shortcode can be generated using VC and then copied from “Classic” mode of editor. But if you want a completely standalone generator, I will consider adding a separate button with modal window of generator fields (which works without VC).
2. If custom post types are registered after the VC has been initiated, they may not show in the UI. So when Custom Post Types are registered, they shall be initiated with highest priority 1. For example:
add_action( 'init', 'your_post_type_init_function', 1 );
This will make them show in Custom post type menu and Taxonomy menu.
3. Auto filtering from tags, categories in single posts and archives will be added in next update. It is a good feature for showing related posts too.
Thanks once again for the comprehensive feedback and feature suggestions.
Regards