2077 Posts in 484 Topics- by 821 Members - Latest Member: liricklagu

Pages: [1]   Go Down
  Print  
Author Topic: Wordpress Glassy Three - Blog Theme [Code Editing] - 3  (Read 1198 times)
webmaster
Administrator
phpBB Guru
*****
Offline Offline

Posts: 924


hairulazami
View Profile WWW
« on: June 24, 2007, 03:41:48 AM »

Code Editing: Template Wordpress Blog

Membuat sidebar.php (load => strktur hal. SideBar)

Buat halaman php baru , save ke dalam file sidebar.php.
Struktur Defult script na, bisa di modifikasi sesuai selera makan lu, heheheh...serius amat seeehhh... nyantai broo...!!! kakakakwww.....
Code:
<!-- begin left sidebar -->
  <div id="sidebar">
  <div class="links">
  <?php if &#40; function_exists&#40;'dynamic_sidebar'&#41; &amp;&amp; dynamic_sidebar&#40;'Left Navigation'&#41; &#41; &#58; 
  
else &#58; ?>

<h2>Categories</h2>
<?php wp_list_cats&#40;&#41;; ?>
<?php //include &#40;TEMPLATEPATH &#46; '/searchform&#46;php'&#41;; ?>
  <br />
  <br />
  <h2><?php _e&#40;'Meta'&#41;; ?></h2>
  <?php wp_register&#40;&#41;; ?>
  <li><?php wp_loginout&#40;&#41;; ?></li>
  <li><a href="feed:<?php bloginfo&#40;'rss2_url'&#41;; ?>" title="<?php _e&#40;'Syndicate this site using RSS'&#41;; ?>"><?php _e&#40;'<abbr title="Really Simple Syndication">RSS</abbr>'&#41;; ?></a></li>
  <li><a href="feed:<?php bloginfo&#40;'comments_rss2_url'&#41;; ?>" title="<?php _e&#40;'The latest comments to all posts in RSS'&#41;; ?>"><?php _e&#40;'Comments <abbr title="Really Simple Syndication">RSS</abbr>'&#41;; ?></a></li>
  <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
  <li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS">Valid CSS</a></li>
  <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
  <li><a href="http://wordpress.org/" title="Powered by WordPress">WordPress</a></li>
  <?php wp_meta&#40;&#41;; ?>

&nbsp;
<?php if &#40;function_exists&#40;'wp_theme_switcher'&#41;&#41; &#123; ?>
<li><h2><?php _e&#40;'Themes'&#41;; ?></h2>
  <?php wp_theme_switcher&#40;&#41;; ?>
  </li>
  <?php &#125; ?>

<?php endif; ?>
</ul>
</div> <!-- /links -->
  <div id="sidebar"> </div>
  </div> <!-- /left sidebar -->
 
<!-- begin right sidebar -->
<div id="sidebar">
  <div class="links">
  <?php if &#40; function_exists&#40;'dynamic_sidebar'&#41; &amp;&amp; dynamic_sidebar&#40;'Right Sidebar'&#41; &#41; &#58; else &#58; ?>
&nbsp;
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
  <li><h2><?php _e&#40;'Author'&#41;; ?></h2>
  <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
  </li>
  -->

<h2><?php _e&#40;'Last Entries'&#41;; ?></h2>
  <ul>
  <?php get_archives&#40;'postbypost', '10', 'custom', '<li>', '</li>'&#41;; ?>
  </ul>
&nbsp;
<?php
  $link_cats 
$wpdb->get_results&#40;"SELECT cat_id, cat_name FROM $wpdb->linkcategories"&#41;;
  
foreach &#40;$link_cats as $link_cat&#41; &#123;
  
?>

<h2><?php echo $link_cat->cat_name?></h2>
<?php wp_get_links&#40;$link_cat->cat_id&#41;; ?>
  <?php &#125; ?>

 
<h2><?php _e&#40;'Archives'&#41;; ?></h2>
  <?php wp_get_archives&#40;'type=monthly'&#41;; ?>

&nbsp;
<?php endif; ?>

</div> <!-- /links -->
  <div id="sidebar">
</div>
<!--
  GENERATED CODE UNTUK GOOGLE ADSENSE
  TIASA TI PALIH DIEU....

-->

</div> <!-- end left sidebar -->
 
« Last Edit: January 01, 1970, 07:00:00 AM by webmaster » Logged


Pages: [1]   Go Up
  Print  
 
Jump to: