wp-content/plugins/posts-by-shortcode/posts-by-shortcode-rk.php
line 78 wp_enqueue_style( ‘style’, esc_url($plugin_url) . “/css/style.css”);
bolded slash causes a double slash and breaks connection with css.
$plugin_url = plugin_dir_url( __FILE__ );
__FILE__ has a trailing slash
]]>Hi, Rounak
Do you’ve the attribute in the shortcode to display multiple products by post id [show_posts_pbs_rk layout=”3″ post_id=”1,3″]?
Hi, I need to update my php Version from 7.4 to minimum 8.0. (Better even higher)
This will cause mistakes on the webpage. Ideas how to solve the problem?
]]>I can add how much post should appear on one side. But is it possible to go to the next page, if there are more posts?
Can I do it with the pagination=”yes”? If Yes its not working. I`m I doing something wrong?
Dear Raunak,
first of all, thank you for that great plugin. I was searching for so long for something like this. It’s great!!
No a few questions:
1.) Will it be possible to add a class to the button? It would be great if I could style it the same than on my normal blogpage (https://queer-hannover.de/beitraege)
2.) I found the css classes for the author, etc, but somehow its not working to change the color or the hover-color for links. I’m I doing something wrong? If Im doing it like this
.pbs_rk_post_meta_author {text-transform: uppercase; color:red}
.pbs_rk_post_meta_author:hover {text-transform: uppercase; color:blue}
the uppercase works, but not the color.
3.) can you maybe add something to change the date format?
4.) Is it possible to show more than one category without using two shortcodes?
Sorry for so many questions, but I really like the plugin and its so usefull!
Thank you, greetings Dirk
Hi, thanks for the interesting plugin! Do you have an attribute in the shortcode to display just a single post or page with the ID?
]]>