| Server IP : 104.237.150.88 / Your IP : 216.73.216.189 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-us 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/ubuntu-us.org/htdocs/wp-content/themes/love-the-orange/ |
Upload File : |
<!-- Sidebar Start -->
<div id="sidebar">
<div class="rightPan">
<span class="stc"> </span>
<h3>Browse by Categories</h3>
<ul>
<?php wp_list_categories('show_count=1&title_li='); ?>
</ul>
<div class="gbc"><span class="sbc"> </span></div>
</div>
<!-- browse by Tag-->
<div class="rightPan">
<span class="stc"> </span>
<h3>Browse by Tag</h3>
<div class="tags">
<?php wp_tag_cloud('smallest=10&largest=17&number=100&orderby=name&order=ASC'); ?>
</div>
<div class="gbc"><span class="sbc"> </span></div>
</div>
<!-- browse by tag box -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 2') ) : ?>
<div class="rightPan">
<span class="stc"> </span>
<h3>Blogroll</h3>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>
<?php endif; ?>
<div class="gbc"><span class="sbc"> </span></div>
</div>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 1') ) : ?>
<div class="rightPan">
<span class="stc"> </span>
<h3>Meta</h3>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
<div class="gbc"><span class="sbc"> </span></div>
</div>
<?php endif; ?>
</div>
<!-- Sidebar End -->