supreme
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Sidebar not showing up?!?!?Still no luck. I am seriously stuck. Does anyone have AIM/MSN, I would be willing to paypal anyone that can help me solve this problem.
Thanks again Whistler
Forum: Installing WordPress
In reply to: Sidebar not showing up?!?!?If i dont have this <?php get_sidebar(); ?> code, should I apply it somewhere? will that bring my sidebar to all pages?
Forum: Installing WordPress
In reply to: Sidebar not showing up?!?!????? Anyone?
Forum: Installing WordPress
In reply to: Sidebar not showing up?!?!?Thanks for the response! Here is the code below.
<div id=”sidebar”>
<?php if (is_home()) { $check_home = ‘1’; } else { $check_home = ‘0’; } ?><div class=”sidebar_left”>
- <?php include(‘adsense_sidebar.php’) ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>
</div>
<div class=”sidebar_right”>
-
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2) ) : ?>
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- <?php /* If this is the frontpage */ if ($check_home == ‘1’) { ?>
<?php get_links_list(); ?><?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
- <h2>Archives</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
- <h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=1’); ?>
- <h2>Recent Entries</h2>
-
<?php query_posts(‘showposts=10’); ?>
- “><?php the_title() ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><?php endwhile; endif; ?>
- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
- <abbr title=”XHTML Friends Network”>XFN</abbr>
- WordPress
<?php wp_meta(); ?>
<?php } ?>
<?php endif; ?></div>
<div style=”clear:both;”></div>
</div>Forum: Fixing WordPress
In reply to: Rearranging links, archives, recent entries, etc.THANKS MOSHU!!!!
GOT IT!