Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Give Customization tips for News BT Theme’ is closed to new replies.
Hi I want setup News BT Blogger Template like demo. so please give setup instructions.
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>
hi, i like for mag day responsive template. how to add for slideshow ?
@maheshkupda visit here https://gooyaabitemplates.com/forums/topic/how-to-add-for-slideshow-magday-template/