Issue with posts in page with child theme
-
Hello:
Great plugin! I’m having a small issue with your plugin: I’m using a child theme of the WP Bootstrap 4 and I’m trying to use a custom template (as per your instructions) but is not working exactly as you mentioned in your documentation:
1. I created a folder “posts-in-page” in my child them and there I added my own templates, then referencing them in the shortcode as
[ic_add_posts category='XXX' orderby='date' order='DESC' showposts='5' template='my_template.php']
but didn’t work
2. the same custom template on the root of my child theme with the same shortcode and didn’t work either
3. if I copy/paste “posts_loop_template.php” to my child theme’s root directory, it does workI actually checked on GitHub, and you are using get_stylesheet_directory to get the URI of the theme, so I checked on my code, and it dumps correctly my child theme’s URI.
Any help will be appreciated.
PS Thanks for your plugin
- The topic ‘Issue with posts in page with child theme’ is closed to new replies.