The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Rating in the post grid / archive page
How-to and Troubleshooting
(@selenii)
Active Member
Joined: 2 years ago
Can I use the same shortcode in the postgrid/archive page for each post to display the rating of the post? I am using Divi Builder
This topic was modified 2 years ago by
selenii
(@selenii)
Active Member
Joined: 2 years ago
Hi, thank you for your feedback. I'm using the Post Rating Based on Comment Rating Field.
Is that the right shortcode for this?
[wpdrating metakey="all" show-lable=false show-count=false show-average=false itemprop=false ]
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Mar 01, 2024 10:20 am
(@selenii)
Active Member
Joined: 2 years ago
But how can I display it in the loop of divi blog modul?
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Mar 21, 2024 10:45 am
@selenii,
Here is the code:
echo do_shordcode('[wpdrating metakey="all" show-lable=false show-count=false show-average=false itemprop=false ]')
(@selenii)
Joined: 2 years ago
Active Member
Posts: 10
Mar 22, 2024 10:02 am
@asti I doesnt work, when I put this code in the function.php. What I do wrong?
Hier the code for example for the software category.
function add_shortcode_to_posts_in_category($content) {
// Überprüfe, ob es sich bei dem aktuellen Post um einen in der Kategorie 'software' handelt
if (is_single() && has_category('software')) {
// Dein Shortcode, den du zum Inhalt hinzufügen möchtest
$shortcode = do_shortcode('[wpdrating metakey="all" show-lable=false show-count=false show-average=false itemprop=false]');
// Hänge den Shortcode an den Inhalt des Posts an
$content .= $shortcode;
}
// Gebe den geänderten (oder unveränderten) Inhalt zurück
return $content;
}
// Füge den Filter zum 'the_content' hinzu
add_filter('the_content', 'add_shortcode_to_posts_in_category');
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Apr 04, 2024 11:19 am
@selenii,
The shortcode must include the post ID to function correctly, especially if it's being displayed on an archive page. Otherwise, it will attempt to retrieve data from the global post, which may not be correct.
(@selenii)
Joined: 2 years ago
Active Member
Posts: 10
Apr 05, 2024 9:42 am
@asti But how do I make sure that it is recognized which post it is? The post id should actually be changed dynamically.
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Apr 06, 2024 12:07 pm
@selenii,
There is not an easy solution we can post here.
Currently, we have paid plugin customization and custom addon development services at the gVectors Team. They can assess the work and create it for you. Just contact us via sales[at]gvectors.com email address and send a list of requirements you'd like to have.