efan8224
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Removing the page Title from the entryfigured it out!
Forum: Fixing WordPress
In reply to: Removing the page Title from the entrySorry I think I left some out!
<div id=”main”>
<?php if(have_posts()): ?>
<?php while(have_posts()): the_post(); ?>
<div id=”post-<?php the_ID(); ?>”>
<h2> ” title=”<?php the_title(); ?>”>
<?php the_title(); ?>
</h2>
<div class=”entry”>
<?php the_content(); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?><?php comments_template(); ?>
</div>
</div>Forum: Fixing WordPress
In reply to: Removing the page titleor is there a way to hide it so it does not display once it’s published?
Forum: Fixing WordPress
In reply to: PHP and HTML (image calling)thanks I’ll play around with it!
Forum: Fixing WordPress
In reply to: PHP and HTML (image calling)the code doesn’t seem to be working
Forum: Fixing WordPress
In reply to: PHP and HTML (image calling)the images are located within the theme folder in the images folder. so does that changed the src code t31os_?
Viewing 6 replies - 1 through 6 (of 6 total)