Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter jderosa3

    (@jderosa3)

    thank you for the responses! Awesome!

    Thread Starter jderosa3

    (@jderosa3)

    Genius! Thanks… worked like a charm! Thank you kindly.

    Thread Starter jderosa3

    (@jderosa3)

    no go with this:

    <img src="<?php bloginfo('redtable'); ?>/images/rtd-header.png" width="642" height="286" alt="Round Table Discussion" />

    this was my code before:
    <img src="../images/rtd-header.png" width="642" height="286" alt="Round Table Discussion" />

    it works still but not on the second page and beyond…

    Thread Starter jderosa3

    (@jderosa3)

    I will try that… I actually put the images folder in the root of my domain directory… I put all my custom images there… but I guess that is bad practice and should move them to the theme images folder… and try what you said above…

    I will try and see what comes about… thanks for the tip…

    Thread Starter jderosa3

    (@jderosa3)

    anyone? I am lost here and have no idea why this is happening.

    Thread Starter jderosa3

    (@jderosa3)

    I am not sure which code to give… below is the code from the about.php file form the theme… let me know if you see anything:

    <?php
    /*
    Template Name: About
    */
    ?>
    <?php get_header(); ?>
    <!-- set main-upper-content -->
    
    <div id="main-upper-content" class="container content-bg">
      <?php //include (TEMPLATEPATH . "/promo.php"); ?>
      <!-- set left col -->
      <div id="column-left" class="column left">
        <?php include(TEMPLATEPATH . "/includes/authorbox.php"); ?>
        <!-- set main-entry -->
        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        <div id="main-entry-container" class="main-entry">
          <?php //the title ?>
          <h1 class="page-title">
            <?php the_title(); ?>
          </h1>
          <?php the_content('Read more...'); ?>
        </div>
        <?php endwhile; endif; ?>
        <!-- end main-entry -->
      </div>
      <!-- end left col -->
      <!-- set right-col -->
      <div id="column-right" class="column right">
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "searchform") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "categories") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "poll") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "bookmarks") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "blogfeeds") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "blogmeta") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "goodreading") ); ?>
        <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "donate") ); ?>
      </div>
      <!-- end right-col -->
      <!-- set frame-grass -->
      <div id="frame-grass" class="container"></div>
      <!-- end frame-grass -->
      <!-- clear: this is required so columns force main-content to encapsulate the content -->
      <div class="clear"></div>
      <!-- set main-lower-content -->
      <div id="main-lower-content" class="container content-bg">
        <div id="column-container">
          <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "recentposts") ); ?>
          <?php include ( getSidebarComponent( TEMPLATEPATH . "/includes/sidebar/", "sponsers") ); ?>
          <!-- clear -->
          <div class="clear"></div>
        </div>
        <!-- clear -->
        <div class="clear"></div>
      </div>
      <!-- end main-lower-content -->
    </div>
    <!-- end main-upper-content -->
    <?php get_footer(); ?>

    Thanks

    Thread Starter jderosa3

    (@jderosa3)

    Thread Starter jderosa3

    (@jderosa3)

    Could you guys show me an example of your robots.txt? I just copied and pasted the example shown…

    Thread Starter jderosa3

    (@jderosa3)

    Otto42 Amazing write up! Everyone should read this post explains everything anyone would want to know about absolute and relative URls – Thank you for this amazing job – it helped out a lot!

    jderosa3

    (@jderosa3)

    This would work but it is not compatible with 2.3.3 – doesn’t seem to work… anyone have any other Excerpt Plugs that work with the latest version?

Viewing 10 replies - 16 through 25 (of 25 total)