stag
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Bold from Title and Paragraph issueThanks – Were would the CSS file be located?
Forum: Fixing WordPress
In reply to: Unable to place image in body text on main pageAhh you beaut. Completely works thanks π
Forum: Fixing WordPress
In reply to: Somehow deleted custom field – now wont show imagesSorry, link is http://is.gd/uWcU
Forum: Fixing WordPress
In reply to: Images not showing after uploadingThanks your help anyway – will mess around
Cheers
Forum: Fixing WordPress
In reply to: Images not showing after uploadingok, well that works the custom field. Image wont appear anymore. Just get the Winter Dark thumbnail
Again, any ideas?
Forum: Fixing WordPress
In reply to: Images not showing after uploadingWell this is what my theme index.php code is:
<?php get_header(); ?>
<div id=”rgtcol”><div class=”content”>
<?php while (have_posts()) : the_post(); ?>
<div class=”post”>
<img src=”<?php echo get_post_meta($post->ID, “Thumbnail”, true); ?>” alt=”<?php the_title(); ?> <?php _e(‘thumbnail’); ?>” width=”730″ />
<div style=”margin-bottom:5px;”></div>
<h3 id=”post-<?php the_ID(); ?>”><?php the_time(‘j.m.y’); ?> / “><?php the_title(); ?></h3>
<?php the_excerpt(__(‘Read more…‘)); ?>
<div style=”margin-top:15px;”></div>
<div style=”float:left; font-size:11px; width:500px;”>POSTED <?php the_time(‘j.m.y’); ?> <span class=”comments-link”><?php comments_popup_link(‘Post a comment’, ‘1 Comment’, ‘% Comments’); ?></span> LABELS/ <?php echo get_the_tag_list(‘ ‘,’, ‘,’ ‘);
?></div>
<div align=”right” style=”margin-right:10px; font-size:11px;”>
<?php if (function_exists(‘sharethis_button’)) { sharethis_button(); } ?><!–Email Link–>
</div>
<div style=”margin-bottom:10px;”></div>
</div>
<?php endwhile; ?></div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
</div>
</body>
</html>
Forum: Fixing WordPress
In reply to: Images not showing after uploadingany idea where abouts this would be in the code?
Forum: Fixing WordPress
In reply to: Images not showing after uploadingWell u can tell i am a noob is this. Thing is i cannot remember the name of the custom post. How do I find this out?
Forum: Fixing WordPress
In reply to: Images not showing after uploadingOh DAMN!!!! Ive just deleted my custom field by complete accident (by deleting the old posts) – This is what allows me to post the image first. Oh myyyyyy
Any idea how to rectify this, as i cant assign a thing in the custom field. Shoot, ive balls this right up π
Forum: Fixing WordPress
In reply to: Images not showing after uploadingOk, i havent made any proper posts, just some test stuff. The first 3 posts have images, but these are custom fields (i have the blog setup so I can have an image before the title post)
This post: 27.04.09 / Yet another new post – Please work images – I have inserted 1 image but this does not show. However, clicking the post title, takes u to the individual page which then shows the image.
No idea about WP display and posts page, whats this? Again, query_posts statement… urm…
Forum: Fixing WordPress
In reply to: Images not showing after uploadingAnd just to add, I have also posted a vid and exactly the same problem is occuring…
Forum: Fixing WordPress
In reply to: Hosting with wordpressalso, if i go for the free version over at wordpress.com, is it also able to transfer across to my own hosted version?