• How to reverse the order of title and thumbnail? Right now it is shwoing post title at top and thumbnail at bottom. I want it reversed, like thumbnail at top and post title at bottom. I treid to change the order in default.php without any success.

    Anyone here who knows how to do that?
    Thanks

    https://ww.wp.xz.cn/plugins/list-category-posts/

Viewing 1 replies (of 1 total)
  • Hi,
    There is no as such option to reverse the order. But I achieved this by adding one more parameter in the shortcode(To keep both functionalities, title above and below image).

    1) In shortcode I added title_above_image=false
    2) And then add this in shortcode_atts parameter list in the plugin file.

    3) You can check in the function lcp_build_post in /include/lcp-catlistdisplayer.php file.

    (If you want it permanently changed you can just go to step 3)

    All the best.

Viewing 1 replies (of 1 total)

The topic ‘reverse order (thumbnail title)’ is closed to new replies.