Advertisement
grappler

home page widgets html

Mar 1st, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.69 KB | None | 0 0
  1. <div id="widgets" class="home-widgets">
  2.         <div class="grid col-300">
  3.                    
  4.                         <div class="widget-wrapper">
  5.            
  6.                 <div class="widget-title-home"><h3>Home Widget 1</h3></div>
  7.                 <div class="textwidget">This is your first home widget box. To edit please go to Appearance &gt; Widgets and choose 6th widget from the top in area 6 called Home Widget 1. Title is also manageable from widgets as well.</div>
  8.            
  9.             </div><!-- end of .widget-wrapper -->
  10.            
  11.                 </div><!-- end of .col-300 -->
  12.  
  13.         <div class="grid col-300">
  14.                    
  15.                         <div class="widget-wrapper">
  16.            
  17.                 <div class="widget-title-home"><h3>Home Widget 2</h3></div>
  18.                 <div class="textwidget">This is your second home widget box. To edit please go to Appearance &gt; Widgets and choose 7th widget from the top in area 7 called Home Widget 2. Title is also manageable from widgets as well.</div>
  19.            
  20.             </div><!-- end of .widget-wrapper -->
  21.                        
  22.                 </div><!-- end of .col-300 -->
  23.  
  24.         <div class="grid col-300 fit">
  25.                    
  26.                         <div class="widget-wrapper">
  27.            
  28.                 <div class="widget-title-home"><h3>Home Widget 3</h3></div>
  29.                 <div class="textwidget">This is your third home widget box. To edit please go to Appearance &gt; Widgets and choose 8th widget from the top in area 8 called Home Widget 3. Title is also manageable from widgets as well.</div>
  30.        
  31.             </div><!-- end of .widget-wrapper -->
  32.                        
  33.                 </div><!-- end of .col-300 fit -->
  34.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement