Disneyland 1972 Love the old s

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Tuesday April 30th 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»WEEZYWAP Forum
Forum Rules | Smilies | BB Codes | Back
* netguru * Weezy Sir weezy I need dis blogmr site http://hipwap.blogmr.com/ footer.html
header.html
home.html
page.html
post.html code with css code
2017-01-21 10:11 (Edited 2017-01-21 10:14 by netguru ) · (0)
* Weezy * netguru Css of hipwap.blogmr.com
<style type="text/css">@import url(http://hipwap.blogmr.com/style-5008.css);</style>
Copy code


Header code of hipwap.blogmr.com
<div id="header" class="header">
      <h1>
        <a href="http://hipwap.blogmr.com"><font color="red" size="5">NAIJAFROSH | World Music Portal</font></a>
      </h1>
      <h2>
        Download, Play,Promote Nigeria And Foreign Musics Here
      </h2>
    </div>
    <div id="menu" class="menu">
      <ul>
        <li class="" id="menu-list-home">
          <a href="http://hipwap.blogmr.com">Home</a>
        </li>
        <li class="" id="menu-list-categories">
          <a href="http://hipwap.blogmr.com/pages/about.html">About</a>
        </li>
        <li class="" id="menu-list-categories">
          <a href="http://hipwap.blogmr.com/follow.html">Follow</a>
        </li>
                <li class="pull-right" id="menu-list-pages">
          <a href="http://hipwap.blogmr.com/login.html">Login</a>
        </li>
              </ul>
    </div>

Copy code



Footer code of hipwap.blogmr.com
<div class="widgets">
      <div class="widget-search-form widget">
        <form action="http://hipwap.blogmr.com" method="get" accept-charset="utf-8">
          <div class="input-group">
            <input class="form-control" type="text" name="search" placeholder="Enter keyword" value="" maxlength="60"/>
            <span class="input-group-btn">
              <button class="btn" type="submit">
                Search
              </button>
            </span>
          </div>
        </form>
      </div>

      <div class="widget-category widget">
        <h3>
          Category
        </h3>
        <ul>
                    <li>
            <a href="http://hipwap.blogmr.com/category/education/1.html">Education <span>3</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/entertainment/1.html">Entertainment <span>21</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/free-beat/1.html">free beat <span>7</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/funny/1.html">funny <span>7</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/lyrics/1.html">Lyrics <span>3</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/mix-tape/1.html">mix tape <span>6</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/music/1.html">music <span>30</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/news/1.html">news <span>5</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/others/1.html">others <span>2</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/sports/1.html">sports <span>2</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/tutorial/1.html">tutorial <span>5</span></a>
          </li>
                    <li>
            <a href="http://hipwap.blogmr.com/category/video/1.html">video <span>14</span></a>
          </li>
                  </ul>
      </div>

      <div class="widget-navigation widget">
        <h3>
          Menu
        </h3>
        <ul>
                  </ul>
      </div>
</div>

    <div id="footer" class="footer">
      <p><font color="white"><b>
        © 2016 
        <a href="http://hipwap.blogmr.com">NAIJAFROSH | World Music Portal</a> <br/> Powered by
<a href="http://www.blogmr.com">BlogMR.Com</a></b></font>
      </p>
    </div>

Copy code
2017-01-21 21:14 · (0)
* netguru * Weezy Sir weezy all dis code is showing lyk nomarl blogmr.com template but forgot about dat one give me dis site kokowap.blogmr.com
HOME.html page.html post.html code
2017-01-21 21:59 · (0)
* Weezy * netguru For home.html
<div id="content" class="content posts">
  {% if posts_by_search %}
  <div class="alert alert-info">
    <h3>
      Search "{{ posts_by_search }}".
    </h3>
  </div>
  {% elseif posts_by_tag %}
  <div class="alert alert-info">
    <h3>
      Tag "{{ posts_by_tag }}".
    </h3>
  </div>
  {% elseif posts_by_category %}
  <div class="alert alert-info">
    <h3>
      Showing posts under category "{{ posts_by_category }}".
    </h3>
  </div>
  {% endif %}
  <!-- // -->
  {% if total_posts == 0 %}
  <div class="alert alert-warning">
    Empty post.
  </div>
  {% else %}
  <!-- // -->
<div style="background-color:#009900;color:#fff;padding:4px;font-weight:bold;">Trending Updates</div>
  {% for post in posts %}
  
 <div class="post" id="post-{{ post.id }}">
   
    <a href="{{ site.url }}/{{ post.link }}.html"> <div class="post-body">
 {{ site.settings.display_thumbnail == 'yes' ? post.thumbnail|raw : '' }}{{ post.content|striptags|slice(0,0) }}{{ post.title }}
</div>
</a>
</div>
   
  {% endfor %}
  <div class="pager">
    {{ pagination|raw }}
  </div>
  <div class="clear">
  </div>
  {% endif %}
</div>

Copy code
2017-01-23 05:48 · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 318, Hits: 7595689
Last modified: 27-08-2018 11:42:51 pm