Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9856
    my add
    Keymaster

    Please give me a guide to show Featured and recent posts like demo.
    Thanks for help..

    #9858
    Templatesyard
    Participant

    Code for html widget. Replace Featured with your own label.

    <div class="small-recent-posts">
    <script>
    widgetrc(
     'Featured','3','singlecolumnsmallthumb'
    );
    </script>
    </div>

    This code if need to showcase recent posts.

    <div class="small-recent-posts">
    <script>
    widgetrc(
     '','3','singlecolumnsmallthumb'
    );
    </script>
    </div>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.