brownday
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to populate blog with postsI tried pasting them into several areas but can’t seem to get it work =/
Forum: Themes and Templates
In reply to: How to populate blog with postsWhere would I insert this between from the code I pasted?
Forum: Themes and Templates
In reply to: How to populate blog with postsThe template code for the template it has now is:
<?php /* Template Name: Blog */ ?> <?php get_header(); ?> <?php if (get_option('ebusiness_categories') == 'on') : ?> <div id="categories"> <img src="<?php bloginfo('template_directory'); ?>/images/categories-left-<?php echo $ebusiness_color_scheme; ?>.gif" alt="line" style="float: left;" /> <?php $menuClass = 'nav superfish'; $menuID = 'nav2'; $secondaryNav = ''; if (function_exists('wp_nav_menu')) { $secondaryNav = wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) ); }; if ($secondaryNav == '') { ?> <ul id="<?php echo $menuID; ?>" class="<?php echo $menuClass; ?>"> <?php show_categories_menu($menuClass,false); ?> </ul> <!-- end ul#nav --> <?php } else echo($secondaryNav); ?> <img src="<?php bloginfo('template_directory'); ?>/images/categories-right-<?php echo $ebusiness_color_scheme; ?>.gif" alt="line" style="float: left;" /> </div> <?php endif; ?> <div id="container"> <div id="left-div"> <?php if (get_option('ebusiness_full_post') == 'on') { ?> <?php include(TEMPLATEPATH . '/includes/blogstyle.php'); ?> <?php } else { include(TEMPLATEPATH . '/includes/defaultindex.php'); } ?> </div> <?php get_sidebar(); ?> <img src="<?php bloginfo('template_directory'); ?>/images/content-bg-<?php echo $ebusiness_color_scheme; ?>.gif" alt="line" style="float: left; margin-top: 15px;" /> </div> <?php get_footer(); ?> </body></html> <?php if (is_archive()) $post_number = get_option('ebusiness_archivenum_posts'); if (is_search()) $post_number = get_option('ebusiness_searchnum_posts'); if (is_tag()) $post_number = get_option('ebusiness_tagnum_posts'); if (is_category()) $post_number = get_option('ebusiness_catnum_posts'); if (is_home()) $post_number = get_option('ebusiness_blogstyle_homeposts'); global $query_string; query_posts($query_string . "&showposts=$post_number&paged=$paged"); ?>
Am I missing something to have the posts populate it?
Thanks in advance!
Forum: Themes and Templates
In reply to: How to show sidebar in blog postsThanks for pointing me there but it doesn’t solve my question. I’m guessing you can just insert a sidbar.php include code somewhere into the default template of the post but I don’t know where.
Anyone have any other ideas?
Thanks
Forum: Themes and Templates
In reply to: Border around my sidebar?Thanks a lot! Any ideas on how to make my website look good in IE7? =( I have a Mac so I can’t see any cross-browser problems with IE
Forum: Themes and Templates
In reply to: Footer BG showing up on the top of my pageI really don’t know how to fix these errors. Is there a way to find out how to edit my files according to these errors?
Forum: Themes and Templates
In reply to: Some CSS styling issuesAfter numerous attempts at this I’m still lost!
Forum: Plugins
In reply to: Shortcode to display all posts in another pageAmy help on this? Thanks
Forum: Themes and Templates
In reply to: What's wrong with my content div??thanks Twelvefootsnowman that fixed my home page but the rest of my pages are still messed up. any idea?