• Hi. Is it possible to place a single post from certain category on the primary sidebar? If I use Alx Posts only the post title appears and I would like all the text to appear since they are very small paragraphs.

    As always, very grateful for the help. Take care.

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! To do this you need to edit /plugins/alx-extensions/inc/widgets/alx-posts.php.

    On line 91 you will find:

    
    <?php if($instance['posts_date']) { ?><p class="post-item-date"><?php the_time( get_option('date_format') ); ?></p><?php } ?>
    

    After this line, add the excerpt code that you wish to show.

Viewing 1 replies (of 1 total)
  • The topic ‘Complete post on primary sidebar’ is closed to new replies.