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

    Hi I want setup News BT Blogger Template like demo. so please give setup instructions.

    #8340
    Templatesyard
    Participant

    For add News ticker.
    Go to Dashboard >> Layouts >> Add HTML & JavaScript, then place code and save.

    <div class="magazine_news_ticker">
    <script>
    widgetrc(
     'Featured','6','shownewsticker'
    );
    </script>
    </div>

    For add showcase recent posts.
    Go to Dashboard >> Layouts >> Add HTML & JavaScript, then place code and save.

    <div class="magazine_news_ticker">
    <script>
    widgetrc(
     'gooyaabi','6','shownewsticker'
    );
    </script>
    </div>

    Change the word gooyaabi to your label name. and you can change No of posts and title with remplace 6 and shownewsticker.

    For add Recent posts widget.
    Go to Dashboard >> Layouts >> Add HTML & JavaScript, then place code and save.

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

    hi, i like for mag day responsive template. how to add for slideshow ?

    #13526
    Gooyaabi
    Keymaster
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Give Customization tips for News BT Theme’ is closed to new replies.