How to get to the preview in tag?
-
I want to display only the popular posts (not pages) tags on a single page.
I want to show a preview of the post with its css class or id.How can I do this using a filter wpp_custom_html
Here only the title. How can I show preview?$output .= "<h2 class=\"entry-title\"><a href=\"" . get_the_permalink( $popular->id ) . "\" title=\"" . esc_attr( $popular->title ) . "\">" . $popular->title . "</a></h2>";
Or how can I do it with
Settings->WordPress Popular Posts->Parameters->post_html
It’s code view preview without class. And size inside tags, not in css class.<?php wpp_get_mostpopular( 'thumbnail_width=30&thumbnail_height=30' ); ?>
https://www.ads-software.com/plugins/wordpress-popular-posts/
- The topic ‘How to get to the preview in tag?’ is closed to new replies.