Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter takingthpic

    (@takingthpic)

    Thanks again mate…..I did remove the theme and then re-install it, I have also changed the theme and although as I mentioned above, it does change when logged in….when I am not logged in or other visitors….don’t get to see any change! I can’t update any pages or such again though, I do see changes when logged in to the control panel but not otherwise.

    Thread Starter takingthpic

    (@takingthpic)

    Hi asechrest and many thanks for your reply.

    In wordpress admin panel the index.php file looks like:

    <?php get_header(); ?>
    <?php get_sidebar(); ?>

    <div id=”content”>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
    <small>by <?php the_author() ?> ~ <?php the_time(‘F jS, Y’) ?> <?php edit_post_link(‘(edit)’); ?></small>

    <div class=”entry”>
    <?php the_content(‘Continue reading »’); ?>
    </div>

    <p class=”postmetadata”>Filed under: <?php the_category(‘, ‘) ?> | <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
    </div>

    <?php endwhile; ?>

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
    </div>

    <?php else : ?>

    <h2>Not Found</h2>
    <p>Sorry, but you are looking for something that isn’t here.</p>
    <?php include (TEMPLATEPATH . “/searchform.php”); ?>

    <?php endif; ?>

    </div>

    <?php get_footer(); ?>

    Again in the wordpress admin panel the footer.php looks like:

    <div id=”footer”>
    <p>© 2008 <?php bloginfo(‘name’); ?> | design by Easy Wedding Search</p>
    </div>

    </div>

    <?php wp_footer(); ?>

    </body>
    </html>

    No reference to what you mention.

    I have also checked the index.php file by ftp:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wordpress/wp-blog-header.php’);
    ?>

    But not sure how to find the footer.php by ftp???

    Thread Starter takingthpic

    (@takingthpic)

    Please guys I’m really desperate for some help here. I have contacted the authors earlier this morning and searched the web but still no further forward with no replies from any of the authors of the plugins yet.

Viewing 3 replies - 1 through 3 (of 3 total)