Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter brownday

    (@brownday)

    I tried pasting them into several areas but can’t seem to get it work =/

    Thread Starter brownday

    (@brownday)

    Where would I insert this between from the code I pasted?

    Thread Starter brownday

    (@brownday)

    The 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!

    Thread Starter brownday

    (@brownday)

    Thanks 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

    Thread Starter brownday

    (@brownday)

    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

    Thread Starter brownday

    (@brownday)

    I 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?

    Thread Starter brownday

    (@brownday)

    After numerous attempts at this I’m still lost!

    Thread Starter brownday

    (@brownday)

    Amy help on this? Thanks

    Thread Starter brownday

    (@brownday)

    thanks Twelvefootsnowman that fixed my home page but the rest of my pages are still messed up. any idea?

Viewing 9 replies - 16 through 24 (of 24 total)