partyvandan
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Image not showing in post<!--/post-title --> <div class="post-date"> <div class="fl">On <?php the_time('M.d.y'); ?> , In <?php the_category(', ') ?> , by <?php the_author_posts_link(); ?> </div> <div class="fr"> <a href="<?php the_permalink(); ?>" title="View <?php _e('Comments'); ?>"> <?php comments_number(0, 1, '%'); ?> <?php _e('Comments'); ?> </a> </div> <div class="clr"></div> </div> <?php $postimageurl = get_post_meta($post->ID, 'post-img', true); if ($postimageurl) { ?> <div class="post-pic"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="<?php echo $postimageurl; ?>" alt="<?php the_title_attribute(); ?>" /></a></div> <?php } ?> <!--/post-img --> <div class="post-excerpt"> <?php the_excerpt(); ?> </div> <!--/post-excerpt -->
Forum: Fixing WordPress
In reply to: Image not showing in postForum: Fixing WordPress
In reply to: Image not showing in postNot that I can find.
Forum: Fixing WordPress
In reply to: Image not showing in postOkay I got the featured image issue worked out, but I am still getting no image on the published post.
Forum: Fixing WordPress
In reply to: Image not showing in postI have looked the screen up and down and can’t find a place to set a featured image. I found screen shots of where it should be on the dashboard and it’s not there.
Forum: Fixing WordPress
In reply to: Image not showing in postThis is the theme https://www.templatesold.com/templates/wordpress-themes/wp-corporate/topcorp/5733.html
I’m trying to insert it into the content of the post.
Forum: Fixing WordPress
In reply to: Image not showing in postYeah it’s is the theme. Is there anyway to fix that?
Viewing 7 replies - 1 through 7 (of 7 total)