19 Mei 2019
0

  • Template author :
    - MKR - http://www.ivythemes.com
  • Descriptions :
    MyTimeLine is beautyful responsive blogger template layout with many future. It's 2 columns and 3 columns footer with right sidebar the color is black, white and blue with top navigation menu, social media share icon, slider widget sidebar, JSON search result, emoticon, featured post (random post/recent post can setup by tag/label), recent post, recent comments and more.
  • Features :
    MyTimeLine is a free blog template with type : 2 column, 3 Columns footer, Ads Ready, Black, Elegant, Featured Section, Green, Grey, Premium, Responsive, Right Sidebar, Top Navigation Bar, White

Config :
  • Menu
    <ul id='navinti'>
     <li><a expr:href='data:blog.homepageUrl'>Home</a>
     </li>
     <li><a href='#'>About</a>
     </li>
     <li><a href='#'>Archive</a>
     </li>
     <li><a href='#'>Comments</a>
     </li>
     <li class='dgnsub'><a href='#'>With Sub Menu</a>
      <ul class='sub-menu hidden'>
       <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>
    
  • Change profile image picture:
    find this image link: http://lh6.googleusercontent.com/-S_u47sY4Ias/AAAAAAAAAAI/AAAAAAAAFWs/nVcUUPYZkmQ/s50-c/photo.jpg
    and change with yours profile image link..
  • Recent Post
    <div id="recentpostxx"></div>
    <script type='text/javascript'>
    //<![CDATA[
    $(document).ready(function () {
    rccpostsx({
    numpostx:4,
    id_cintainrp:"#recentpostxx",
    cmtext:"Comments",
    thumbSize:60,
    contjumlah:100
    });
    });
    //]]>
    </script>
    
  • Recent Comments
    <div id="recentcommnetsx"></div>
    <script type='text/javascript'>
    //<![CDATA[
    $(document).ready(function () {
    rccommnetsx({
    id_containrc:"#recentcommnetsx",
    numComments:4,
    avatarSize:50,
    characters:100,
    adminBlog:""
    });
    });
    //]]>
    </script>
    
  • Random Post
    <div id="randompostxx"></div>
    <script type='text/javascript'>
    //<![CDATA[
    $(document).ready(function () {
    RandomPost({
    MaxPost:6,
    RandompostActive:true,
    idcontaint:"#randompostxx",
    ImageSize:200,
    tagName:false
    });
    });
    //]]>
    </script>
    
    to show post by tag/label, fill tagName like this: ex:label blogger ---> tagName:"blogger"
    to show recent post change RandompostActive value to false like this : RandompostActive:false

0 comments:

Posting Komentar