Viewing 6 replies - 1 through 6 (of 6 total)
  • You need to put the beginning of the anchor tag:

    <a href="

    right before the http. Then the image should show up. This is probably in wp-content/themes/yourtheme/index.php

    Thread Starter youngp22

    (@youngp22)

    I tried editing it though when i went to the page it just says error and wont load my page at all.

    Oh, duh! It should be this:
    <img src="https://www.young-p.com/wordpress/wp-content/themes/phoria-10/images/ksep.gif" alt="" />

    Thread Starter youngp22

    (@youngp22)

    Tried that and it now the page just comes up as

    Parse error: syntax error, unexpected ‘<‘ in /home/youngp/public_html/wordpress/wp-content/themes/phoria-10/index.php on line 4

    Thread Starter youngp22

    (@youngp22)

    Here everything thats in the index.php file:

    <?php get_header();?>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post”> <div class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark”><?php the_title(); ?></div> <div class=”meta”> <?php the_time(‘F jS, Y’) ?> <?php edit_post_link(‘Edit’,’|’,”); ?></div> <div class=”storycontent”> <?php the_content(__(‘(more…)’)); ?> </div> <div class=”feedback”><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?> <?php edit_post_link(‘Edit’,’|’,”); ?> </div> <!– <?php trackback_rdf(); ?> –> <?php bloginfo(‘stylesheet_directory’); <img src=”https://www.young-p.com/wordpress/wp-content/themes/phoria-10/images/ksep.gif&#8221; alt=”” />
    </div><?php comments_template(); // Get wp-comments.php template ?><?php endwhile; else: ?>
    <div class=”storytitle”> Sorry </div><?php _e(‘No posts matched your criteria, please try agian.’); ?>

    <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
    <?php endif; ?>

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

    <?php get_footer(); ?>

    Thread Starter youngp22

    (@youngp22)

    up

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme Problem (Phoria) A code is appearing on my index page’ is closed to new replies.