Recent posts snippets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5477
    lubica
    Member

    Dear Livemesh,

    I hope you’re doing well.

    I’m wondering if you could help me with creating a custom ‘recent posts’ snippets. I’d like these to look similar to the ones in screenshot1, however instead of ‘comments’ I’d like to display the name of the category.

    Could you please put together a shortcode that would do this for me?

    That’d be absolutely amazing, thanks 🙂

    All the best,

    Lubica

    #5672
    Raghavendra
    Moderator

    Lubica,

    Sorry – this post somehow escaped our attention until yesterday. Here is what you need to do to achieve what you need. Pls change the line number 448 of the file framework/presentation/layout-manager.php file from

                    if ($show_meta) {
                        $output .= '';
                    }
    

    to

                    if ($show_meta) {
                        $output .= '';
                    }
    

    That should do it. You can then use the same show_post_snippets shortcode to list your blog entries.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.