Search
24 C
en
  • Sign in / Join
  • Blog
  • Forums
  • Buy Now!
Newspaper Pro
Buy template blogger
  • News
  • Fashion
    • All
    • LifeStyle
    • Sosial Media
    • Woman
    • Health & Fitness
  • Gagdet
    • Video
  • Lifestyle
  • Video
  • Featured
    • Home - Homepage
    • Home - Post Single
    • Home - Post Label
    • Home - Post Search
    • Home - Post Archive
    • Home - Eror 404
    • RTL LanguageNew
    • ChangelogNew
Newspaper Pro
Search
Home Documentation Google Health & Fitness Newspaper UPADATE - Documentation For Template Blogger Viospaper Pro
Documentation Google Health & Fitness Newspaper

UPADATE - Documentation For Template Blogger Viospaper Pro

Guide on some setting up newspaper blogger templates from rianseo
Admin
Admin
05 Aug, 2018 26 0
Facebook
Twitter
Telegram
WhatsApp

Below are some settings after you install the Viospaper Free template, for the Meta Tag section you don't need to set it because it's set yourself.

Video Youtobe Responsive

How to Use?

  1. Open Blogger > Post > HTML view
  2. Paste code HTML
  3. Change URL video youtobe with your URL video from youtobe

Mengatur Menu Template

Silahkan kamu cari Kode seperti dibawah ini dalam Edit HMTL dan berikut cara mengatur link Menu pada template Newspaper Blogger Theme.

<!-- menu navigasi header start -->
<ul>
  <li><a href='#'>Menu</a></li>
  <li><a href='#'>Menu</a></li>
  <li><a href='#'>Menu1</a>
  <ul>
 <li><a href='#'>Sub Menu</a></li>
 <li><a href='#'>Sub Menu</a></li>
<li><a href='#'>Sub Menu</a></li>
<li><a href='#'>Sub Menu</a></li>
 <li><a href='#'>Sub Menu</a></li>
  </ul>
  </li>
  <li><a href='#'>Menu2</a>
  <ul>
<li><a href='#'>Sub Menu</a></li>
 <li><a href='#'>Sub Menu</a></li>
 <li><a href='#'>Sub Menu</a></li>
    <li><a href='#'>Sub Menu</a></li>
  </ul>
  </li>
</ul>
<!-- menu navigasi header end -->

Silahkan kamu Ganti tulisan yang saya beri tanda biru dengan text kamu dan untuk menganti link kamu silahkan ganti tanda " # " yang sudah saya berikan tanda warna merah.

Memasang Label Sesuai Kategori di Homepage

Buka tata letak > Label > Mode HTML > Nama label

Template Documentation For Template Newspaper Blogger

Mengaktifkan Featured Images Post di Homepage Blogger

Buka Setting > Other > Allow Blog Feed > Full

Template Documentation For Template Newspaper Blogger

Template Documentation For Template Newspaper Blogger

Mengganti Wigdet Trending News di Template Newspaper

Cari kode yang mirip seperti dibawah ini, biasanya letaknya ada dibagian kode </body>

<script type='text/javascript'>
//<![CDATA[
// Breaking News
$(document).ready(function(){var e="https://viospaper.blogspot.com",t=20;$.ajax({url:""+e+"/feeds/posts/default?alt=json-in-script&max-results="+t,type:"get",dataType:"jsonp",success:function(e){function t(){$("#adbreakingnews li:first").slideUp(function(){$(this).appendTo($("#adbreakingnews ul")).slideDown()})}var n,r,s="",a=e.feed.entry;if(void 0!==a){s="<ul>";for(var l=0;l<a.length;l++){for(var o=0;o<a[l].link.length;o++)if("alternate"==a[l].link[o].rel){n=a[l].link[o].href;break}r=a[l].title.$t,s+='<li><a href="'+n+'" target="_blank">'+r+"</a></li>"}s+="</ul>",$("#adbreakingnews").html(s),setInterval(function(){t()},5e3)}else $("#adbreakingnews").html("<span>No result!</span>")},error:function(){$("#adbreakingnews").html("<strong>Error Loading Feed!</strong>")}})});
//]]>
</script>

Ganti alamat yang saya beri garis merah dengan alamat blog Anda.

Memasang Wigdet Artikel Terbaru

Silahkan kamu copy semua kode dibawah kolom ini, dan paste code tersebut lewat Layout > Add a Gadget > HTML/JavaScript

<style scoped='' type='text/css'>
#recent-posts{color:#999;font-size:12px}
#recent-posts img{background:#ffffff;float:right;height:60px;margin-right:8px;width:70px;border-radius:0}
#recent-posts ul{margin:0 0 !important;padding:0}
#recent-posts ul li{margin:0 0 10px;padding:0 0;border-bottom:0}
#recent-posts ul li:last-child{border-bottom:0}
#recent-posts ul li a{display:block;color:#333333;font-weight:500;text-decoration:none;font-size:14px;margin:0 0 14px 0;line-height:normal}
#recent-posts ul li a:hover {color:#0066cc;}
</style>
<div id='recent-posts'>
<script type='text/javaScript'>
var rcp_numposts=5;
var rcp_snippet_length=130;
var rcp_info='yes';
var rcp_comment='Komentar';
var rcp_disable='T?t Nh?n xét';
function recent_posts(json){var dw='';a=location.href;y=a.indexOf('?m=0');dw+='<ul>';for(var i=0;i<rcp_numposts;i++){var entry=json.feed.entry[i];var rcp_posttitle=entry.title.$t;if('content'in entry){var rcp_get_snippet=entry.content.$t}else{if('summary'in entry){var rcp_get_snippet=entry.summary.$t}else{var rcp_get_snippet="";}};rcp_get_snippet=rcp_get_snippet.replace(/<[^>]*>/g,"");if(rcp_get_snippet.length<rcp_snippet_length){var rcp_snippet=rcp_get_snippet}else{rcp_get_snippet=rcp_get_snippet.substring(0,rcp_snippet_length);var space=rcp_get_snippet.lastIndexOf(" ");rcp_snippet=rcp_get_snippet.substring(0,space)+"&#133;";};for(var j=0;j<entry.link.length;j++){if('thr$total'in entry){var rcp_commentsNum=entry.thr$total.$t+' '+rcp_comment}else{rcp_commentsNum=rcp_disable};if(entry.link[j].rel=='alternate'){var rcp_posturl=entry.link[j].href;if(y!=-1){rcp_posturl=rcp_posturl+'?m=0'}var rcp_postdate=entry.published.$t;if('media$thumbnail'in entry){var rcp_thumb=entry.media$thumbnail.url}else{rcp_thumb="https://lh3.ggpht.com/--Z8SVBQZ4X8/TdDxPVMl_sI/AAAAAAAAAAA/jhAgjCpZtRQ/no-image.png"};}};dw+='<li>';dw+='<img alt="'+rcp_posttitle+'" src="'+rcp_thumb+'"/>';dw+='<div><a href="'+rcp_posturl+'" rel="nofollow" title="'+rcp_snippet+'">'+rcp_posttitle+'</a></div>';if(rcp_info=='yes'){dw+='<span>'+rcp_postdate.substring(8,10)+'/'+rcp_postdate.substring(5,7)+'/'+rcp_postdate.substring(0,4)+' - '+rcp_commentsNum+'</span>';};dw+='<div style="clear:both"></div></li>';};dw+='</ul>';document.getElementById('recent-posts').innerHTML=dw;};document.write('<script type=\"text/javascript\" src=\"/feeds/posts/default?alt=json-in-script&max-results='+rcp_numposts+'&callback=recent_posts\"><\/script>');
</script>
</div>

Simpan setelah itu.

Memasang Tombol Download

<div style="text-align: center;">
<a class="buttonDownload" href="ALAMAT-URL-DOWNLOAD">Download</a>
</div>

Nah saya rasa sudah jelas bukan, jika masih ada yang dipertanyakan bisa tulis dikolom komentar ini.

Update: HJN Template Blogger Free Version

More Themes Premium :

  • Framework Blogger Template
  • Blog Pro Blogger Template
Via Documentation
Facebook
Twitter
Telegram
WhatsApp
Older Posts
Newer Posts

You may like these posts

26 comments

  1. Tema Banua1/24/2019

    Keren

    ReplyDelete
    Replies
      Reply
  2. asiapp2/07/2019

    itu cara mengubah trending news caranya gimana? tks

    ReplyDelete
    Replies
      Reply
  3. Tema Banua2/11/2019

    Bapakau makan warisan Google

    ReplyDelete
    Replies
    1. Admin3/01/2019

      Bapa kau makan atap kantor Google

      Delete
      Replies
        Reply
    2. Reply
  4. Admin6/24/2019

    Bedebah babi!

    ReplyDelete
    Replies
    1. Mohammed Gulam Rabbi11/09/2019

      This comment has been removed by a blog administrator.

      Delete
      Replies
        Reply
    2. Tema Banua11/15/2019

      Owh terima kasih biadap, atas skill SEO Pelacurnya

      Delete
      Replies
        Reply
    3. Admin11/22/2020

      Goblok 😆😆

      Delete
      Replies
        Reply
    4. Reply
  5. Khalis7/22/2019

    Wuih... keren coeg! :v

    ReplyDelete
    Replies
      Reply
  6. Tema Banua8/30/2019

    #anjaymabar

    ReplyDelete
    Replies
      Reply
  7. Tech Tracker1/25/2020

    Hi, Cool I downloaded this website will work on this.. Thanks

    Check our sites of tips_tricks and technology : www.techtracker.in

    ReplyDelete
    Replies
    1. Tech Tracker1/25/2020

      This comment has been removed by the author.

      Delete
      Replies
        Reply
    2. Reply
  8. Tech Tracker1/25/2020

    This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. Admin1/28/2020

      Spam aja kerjaan anak haram ini!

      Delete
      Replies
        Reply
    2. Tema Banua3/24/2020

      Biadap, anak jin! Pergi kau dari dunia maya ini!

      Delete
      Replies
        Reply
    3. Reply
  9. Tema Banua3/26/2020

    Laporkan BUG bisa tulis disini!

    ReplyDelete
    Replies
      Reply
  10. R Ayi Hendrawan S4/04/2020

    Siap min kalo ada bug ane lapor

    ReplyDelete
    Replies
      Reply
  11. RS Hindi15/01/2020

    Please change logo setting

    ReplyDelete
    Replies
      Reply
  12. prakash_blog_015/23/2020

    i purchase template but i can't apply FOLLOW US icons
    so please give solutions

    ReplyDelete
    Replies
      Reply
  13. Mohammed Gulam Rabbi11/23/2020

    This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. Admin11/23/2020

      Ok bajingan

      Delete
      Replies
        Reply
    2. Reply
  14. padho padhai11/29/2020

    vhjvvv

    ReplyDelete
    Replies
      Reply
  15. Unknown9/08/2021

    hi I am you r frined

    ReplyDelete
    Replies
    1. Alexa Maria9/09/2021

      Yes your my frends

      Delete
      Replies
        Reply
    2. Reply
  16. Unknown9/08/2021

    our site

    ReplyDelete
    Replies
      Reply
  17. Bivek Pandit3/06/2022

    Thank you for sharing this amazing content to template Blogger Theme.
    I like your post and I will share the great article with my friends.
    The stuff you provided was extremely nice content
    .

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

Note Your Message for Blogger!

- Advertisment -
Responsive Advertisement
- Advertisment -
Responsive Advertisement

About Me

My photo
Alexa Maria
Kandangan, Kalimantan selatan, Indonesia
Content Writer & Publisher, sangat menyukai tentang Fashion & Android. Suka meyayangi hewan kucing.

Pinterest
View my complete profile

Stay Conneted

facebook Like
youtube Subscribe
instagram Follow

Featured Post

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

Admin- September 15, 2018 55
Blogspot News Magazine Charts the Most Fashionable New York Women in 2023
The model is talking about booking her latest gig, modeling WordPress underwear in the brand latest Perfectly Fit campaign, which was shot by Lachian Bai…

Most Popular

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

September 15, 2018
The Most Anticipated Hotel Openings in Strasbourg this Summer

The Most Anticipated Hotel Openings in Strasbourg this Summer

September 15, 2018
Study 2021: Fake Engagement is Only Half the Problem

Study 2021: Fake Engagement is Only Half the Problem

August 03, 2018

Recent Comments

Editor Post

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

September 15, 2018
UPADATE - Documentation For Template Blogger Viospaper Pro

UPADATE - Documentation For Template Blogger Viospaper Pro

August 05, 2018
Fashion Photography Helps Raising Funds

Fashion Photography Helps Raising Funds

September 15, 2018

Popular Post

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

Blogspot News Magazine Charts the Most Fashionable New York Women in 2023

September 15, 2018
The Most Anticipated Hotel Openings in Strasbourg this Summer

The Most Anticipated Hotel Openings in Strasbourg this Summer

September 15, 2018
Study 2021: Fake Engagement is Only Half the Problem

Study 2021: Fake Engagement is Only Half the Problem

August 03, 2018

Populart Categoris

  • Documentation1
  • Fashion1
  • Google3
  • Health & Fitness4
  • Lifestyle4
  • Music1
  • Newspaper2
  • Walpeper6
Newspaper Pro

About Us

Viospaper Pro Blogspot Theme is your news, entertainment, music fashion Blog. We provide you with the latest breaking news and videos straight from the entertainment industry.

Contact us: contact@gmail.com

Follow Us

© Newspaper Blogger Theme by Rian SEO
  • Disclaimer
  • Privacy
  • Advertisement
  • Contact Us