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

    I want show Featured Posts in Sidebar like demo of the theme RealMag. Please give me customization code for that.

    #9763
    Templatesyard
    Participant

    Go to Gashboard >> Layout >> WHAT’S TRENDING? >> Edit, and paste the following code in the HTML Text box. Note: Replace “Featured” with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.

    <h2 class="feature-heading">Trending Articles From <b>Brand. Mag. Ux.<b></b></b></h2>
    <script type='text/javascript'>
    var numposts = 10;
    var showpostthumbnails = true;
    var displaymore = false;
    var displayseparator = false;
    var showcommentnum = false;
    var showpostdate = false;
    var showpostsummary = false;
    var numchars = 280;
    </script>
    <script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.