jisterain
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Alizee] Remove Comments DatePerfect. Thank you!
Forum: Themes and Templates
In reply to: [Rowling] Remove featured images from postPerfect! Thanks a lot for your help.
Forum: Themes and Templates
In reply to: [Rowling] Remove featured images from postHi tsuzan,
Here is what I see:
<?php if ( has_post_thumbnail() ) : ?> <div class="post-image"> <a title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>"> <?php the_post_thumbnail('post-image'); ?> </a> <?php if ( !empty(get_post(get_post_thumbnail_id())->post_excerpt) ) : ?> <p class="post-image-caption"><span class="fa fw fa-camera"></span><?php echo get_post(get_post_thumbnail_id())->post_excerpt; ?></p> <?php endif; ?> </div> <!-- /post-image -->Forum: Themes and Templates
In reply to: [MH Purity lite] Removing DateActually, never mind. I just had the second code in the wrong spot. It’s working now. Thanks for your help.
Forum: Themes and Templates
In reply to: [MH Purity lite] Removing DateThanks for that.
I used both of those and it’s not showing up on the post itself, but it is showing up on the homepage where the recent posts are.
Anything else I can do?
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)