noir453
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing duplicate Featured ImageHooray! You’re a genius. Thanks a bunch!
Forum: Fixing WordPress
In reply to: Removing duplicate Featured ImageOK… I think I’m on to something. haha
Here’s what I found in content-single.php that mentioned “thumbnail”. How do I know what part to remove?
if (has_post_format( ‘gallery’ )) {
apprise_gallery_post();
} else {
if ( has_post_thumbnail() ) {
if (has_post_format( ‘video’ )) {
} else { ?>
<div class=”thumb-wrapper”>
<?php the_post_thumbnail(‘full’); ?>
</div><!–thumb-wrapper–>
<?phpForum: Fixing WordPress
In reply to: Removing duplicate Featured ImageThat seems to deal with a “thumbnail” whereas my problem is with the featured image…aren’t they different?
Also, my single.php only contains the following::
<?php
/**
* The Template for displaying all single posts.
*
* @package Apprise
*/
get_header(); ?>
<div id=”main” class=”<?php echo of_get_option(‘layout_settings’);?>”>
<?php
// Start the Loop.
while ( have_posts() ) : the_post();get_template_part( ‘content’, ‘single’);
endwhile;
?>
</div><!–main–>
<?php get_footer(); ?>I couldn’t find anything about the image here…thoughts?
Forum: Fixing WordPress
In reply to: Removing duplicate Featured ImageHow would I find the specific line?
Forum: Themes and Templates
In reply to: [Forever] Space between post title and contentDone! You’re the best!
JaneForum: Themes and Templates
In reply to: [Forever] Space between post title and contentIn any particular place? Or just under “editor”?
Forum: Themes and Templates
In reply to: How to add pages in Navigation bar in Magazine Basic themeThat worked great. I’ve been struggling with this for 2 weeks. I thought about changing themes, but I LOVE MAGAZINE BASIC!
https://speakjanespeak.comForum: Themes and Templates
In reply to: HELP with Magazine Basic- adding pagesOh. And its the magazine basic theme.
Forum: Fixing WordPress
In reply to: Wierd data at the top of my blog!!!! HELPYAy! That worked perfectly…THANK YOU
Forum: Fixing WordPress
In reply to: Wierd data at the top of my blog!!!! HELPOh thanks!!!!
I’ll check it out.Forum: Fixing WordPress
In reply to: Wierd data at the top of my blog!!!! HELPspeakjanespeak.com
sorry