Priyank Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Page] Not showing all postsHi @tanvichadha,
Basically shortcode[ic_add_posts]
will use default pagination which is set from WordPress reading settings. If you want to add all posts then please try using this[ic_add_posts showposts='-1']
instead.
Please let me know whether it worked for you or not.
Thanks,
Team IvycatForum: Plugins
In reply to: [Posts in Page] WP 5.5.1 IssueHey @trwhite6878 ,
Thanks for using our plugin and Sorry for late reply here.
I am glad that you figured out the issue.
Please reach out tp us if you find any difficulties.Thanks,
Team IvycatForum: Plugins
In reply to: [Posts in Page] Issue with posts in page with child themeHi @xuesolution ,
Thanks for describing the issue here.
We found the bug here and will try to resolve it in the next plugin update.Regards,
Ivycat TeamForum: Plugins
In reply to: [Posts in Page] Not Finding one custom post typeHey rick9004,
This plugin works with any number of custom post type but since you have used other plugins, we request you to provide some information here.
Can you please list down two plugins you used to create custom post type. It will help us to regenerate the issue and provide a quick solution for it.Thanks,
Forum: Plugins
In reply to: [Posts in Page] Filtering by author of postHi luaad,
This plugin doesn’t have the functionality to list posts by author name yet but we will try to add this feature in upcoming future versions if possible.
Thanks,
Forum: Plugins
In reply to: [Posts in Page] Query posts by custom fieldHi @skipper9904,
I am sorry to say that but currently, there is no option to get posts by ACF field.
But we will think of it and add it in future releases.
Thanks!Forum: Plugins
In reply to: [Posts in Page] Date not displaying on all postsHi gleamsrls,
You can copy the template: ‘posts_loop_template.php’ from the plugin’s directory and paste it to the theme’s root directory. After doing so, you can edit the file as per your need and don’t forget to add the template name in shortcode as given bellow.[ic_add_posts template='template-in-theme-dir.php']
If this is not the issue then please provide all the steps you followed with the short code.
Thanks!
Forum: Plugins
In reply to: [Posts in Page] Plugin don’t display all the postsHi razvan-rat,
Can you please try replacing the shortcode with the one provided below.
[ic_add_posts category='clients' showposts='-1']
It will display all the posts that are having ‘clients’ category assigned.