kansan5
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bluesand] Image at top of pageI am wondering something very similar! I want to set a featured image but I DON’T want it to appear at the top of my post! I hope we both get some answers! ??
Forum: Fixing WordPress
In reply to: Page Background GONE!Oops! Here it is:
KansanKettlebelle.com
Forum: Fixing WordPress
In reply to: HELP! (Parse error: syntax error, unexpected end of file in)Sadly it starts to give me that error again. Dang! I’m never going to mess with the codes again!
Forum: Fixing WordPress
In reply to: HELP! (Parse error: syntax error, unexpected end of file in)Sure! Thanks for all your help!
The pages that are lacking the background are ABOUT ME and BEST BLOGSkansankettlebelle.com
Forum: Fixing WordPress
In reply to: HELP! (Parse error: syntax error, unexpected end of file in)Great! That fixed it thank you! ??
But now the background is still not white like it used to be. You can see my full background image but I want it to be white behind the words. Any fix for that?
Forum: Fixing WordPress
In reply to: HELP! (Parse error: syntax error, unexpected end of file in)I changed the line 32 from:
</article> <!–post_class–?>to:
endif;
get_footer(); ?>And that brought the page back but now the white background is gone!
Forum: Fixing WordPress
In reply to: HELP! (Parse error: syntax error, unexpected end of file in)* Displays page content
*
* @since Bluesand 1.0
*/
?><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php if ( !is_search() ) : ?>
<!–add featured image –>
<?php if ( has_post_thumbnail() ) : ?>
<div class = “featured-img”>
<?php the_post_thumbnail(); ?>
</div>
<?php endif; ?>
<h1 class=”page-title”><?php the_title(); ?></h1>
</header>
<?php edit_post_link(); ?><?php the_content(); ?>
<?php //if page is paginated, display navigation links
wp_link_pages( array(
‘before’ => ‘<div class=”page-links”>’ . __( ‘<span>Pages:</span>’, ‘bluesand’ ),
‘after’ => ‘</div>’,
‘link_before’ => ‘<span class=”nonactive”>’,
‘link_after’ => ‘</span>’
) );</article> <!–post_class–?>
I’m not sure where to add that code. Could you tell me where it should go? I think there is a problem with the last line because it is saying “LINE 32” which is that </article> <!–post_class–?>