youngp22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Extending WidthI’ve figgured it out, whoever made the theme didnt put in the content width but i just added that width code and it seems to work.
Thanks for the help.
Forum: Themes and Templates
In reply to: Extending Width…
Forum: Themes and Templates
In reply to: Extending WidthBump, really need an answer to this.
Forum: Themes and Templates
In reply to: Extending WidthSorry bout that, the theme is Minimalist Fever 1.1
Forum: Themes and Templates
In reply to: Theme Problem (Phoria) A code is appearing on my index pageup
Forum: Themes and Templates
In reply to: Theme Problem (Phoria) A code is appearing on my index pageHere 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” 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(); ?>
Forum: Themes and Templates
In reply to: Theme Problem (Phoria) A code is appearing on my index pageTried 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
Forum: Themes and Templates
In reply to: Theme Problem (Phoria) A code is appearing on my index pageI tried editing it though when i went to the page it just says error and wont load my page at all.