Kerangka untuk membuat template blog



Kerangka template menggunakan schema org



<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <HTML> <head> <style> <!--Tulis CSS anda di sini, mulai dari outer wrapper dan seterus nya--> </style> <!-- Jquery nya di sini --> </head> <body expr:class='data:blog.pageType' itemscope='itemscope' itemtype='http://schema.org/WebPage'> <div id='outer-wrapper'> <!-- Disini posisi elemen outer-wrapper --> <header class='header' id='header' itemscope='itemscope' itemtype='http://schema.org/WPHeader'> <!-- Disini lokasi untuk Header judul dan deskripsi Blog --> </header> <div id='main-wrapper' itemprop='mainContentOfPage'> <!-- Disini lokasi untuk posting dan komentar dan b:section dibawah ini adalah widget untuk posting dan komentar --> <b:section class='main' id='main' showaddelement='no'> <b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/> </b:section> </div> <aside id='sidebar-wrapper' itemscope='itemscope' itemtype='http://schema.org/WPSideBar'> <!-- Disini Lokasi sidebar blog yang berisi widget, dan kode b:section dibawah ini adalah kode untuk widget sidebar --> <b:section class='sidebar' id='sidebar-kanan' showaddelement='yes'> </b:section> </aside> <div class='clear'>&#160;</div> <div class='clear'/> <!-- Pembatas dari outer-wrapper --> <footer class='clear' id='site-footer' itemscope='itemscope' itemtype='http://schema.org/WPFooter'> <!-- Disini lokasi footer, bisa di isi widget dan copyright/nama/link pembuat template--> </footer> </div> <!-- Akhir dari outer-wrapper --> &lt;!--</body>--&gt;&lt;/body&gt; </HTML>


Lebih baru Lebih lama