CSSLover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: In 3.7.1: Update a page, and website/page content disappears!Ah ha – it seems like it was the Jetpack plug-in, for whatever reason. Again, thanks for your help!
Forum: Fixing WordPress
In reply to: In 3.7.1: Update a page, and website/page content disappears!I’ve deactived them, and the page displayed. Now it’s time to narrow it down to which one is the culprit…
Thank you for your suggestion!
Forum: Fixing WordPress
In reply to: Changing the background image on the posts pageAndrew –
That did it! Thank you for taking the time to help me out! I’ll have to look into Firebug…
Thanks! 🙂
Forum: Fixing WordPress
In reply to: Can't figure out where to put post excerpt code!That WORKED! 🙂
Thank you SO much for helping me out, Shelly and Rev. Voodoo! I very much appreciate it.
Forum: Fixing WordPress
In reply to: Can't figure out where to put post excerpt code!In my content.php page, this code follows:
<?php if ( is_search() ) : // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'toolbox' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'toolbox' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content -->I assume I remove/edit the code which says…
<?php if ( is_search() ) : // Only display Excerpts for Search ?>…right? Or what do I need to edit? Thank you!
Forum: Fixing WordPress
In reply to: Can't figure out where to put post excerpt code!Thanks – I’ll check for those!
Forum: Fixing WordPress
In reply to: Text/HTML widget links running into below widgetsHere’s the link to the resolution I was finally able to locate to anyone who may stumble across this enty:
http://wordpress.org/support/topic/twenty-ten-widget-imagelink?replies=11