Dear Community,
I am trying to establish ratings in my articles. Therefore it would be nice if the rating of each article already appears on the home screen. Do you habe any ideas how I can technically include the rating in the preview. My page is http://www.web-dreinull.de
Thank you so much!
Hi waveboarder89,
I assume that this project is more complex than the forum for the Pinboard theme can support. Maybe you’ll be more lucky to find a programmer to do this for you in another board.
Cheers,
Alexander @ http://www.mouseclick.com
I assume you are using a plugin which hooks into 'the_content'
filter. If you can find that piece of code and duplicate it so that it also hooks into 'the_excerpt'
filter you would have ratings displayed on your home page. Otherwise plugins like this usually have template tags so maybe you can output it directly in the theme’s templates.