Title: nef's Replies | WordPress.org

---

# nef

  [  ](https://wordpress.org/support/users/nef/)

 *   [Profile](https://wordpress.org/support/users/nef/)
 *   [Topics Started](https://wordpress.org/support/users/nef/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nef/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nef/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nef/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nef/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nef/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar widget plugin makes TinyMCE disappear](https://wordpress.org/support/topic/sidebar-widget-plugin-makes-tinymce-disappear/)
 *  Thread Starter [nef](https://wordpress.org/support/users/nef/)
 * (@nef)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/sidebar-widget-plugin-makes-tinymce-disappear/#post-662757)
 * *bump*
 * can anyone take a look at this? 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar widget plugin makes TinyMCE disappear](https://wordpress.org/support/topic/sidebar-widget-plugin-makes-tinymce-disappear/)
 *  Thread Starter [nef](https://wordpress.org/support/users/nef/)
 * (@nef)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/sidebar-widget-plugin-makes-tinymce-disappear/#post-662673)
 * For some reason wordpress’s pastebin is not working.
    I pasted the code in the
   regular pastebin.com [here](http://pastebin.com/f5df4c6b7).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Post summaries for the front page](https://wordpress.org/support/topic/post-summaries-for-the-front-page/)
 *  Thread Starter [nef](https://wordpress.org/support/users/nef/)
 * (@nef)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/post-summaries-for-the-front-page/#post-658979)
 * That’s what was missing.
    Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Post summaries for the front page](https://wordpress.org/support/topic/post-summaries-for-the-front-page/)
 *  Thread Starter [nef](https://wordpress.org/support/users/nef/)
 * (@nef)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/post-summaries-for-the-front-page/#post-658977)
 * Thanks for your replies. Sorry for the late answer, I thought I would receive
   an email when I had a reply on this thread (but I didnt).
 * I’m using the [Silhouette theme](http://www.briangardner.com/themes/silhouette-wordpress-theme.htm)
   and the_content tag only appears only once in the loop. For some strange reason
   it doesn’t work as expected. When I change it as you mencioned, on the front 
   page the content appears, and when you click to read the full post, only the 
   excerpt is shown.
 * Here is the relevant part of my theme’s index.php:
 *     ```
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
       		<h1><?php the_title(); ?></h1>
   
       		<?php the_content(__('Read more'));?><div style="clear:both;"></div>
   
       		<div class="postinfo">
   
       			<?php the_time('F j, Y'); ?> | Filed Under <?php the_category(', ') ?>&nbsp;<?php edit_post_link('(Edit)', '', ''); ?>
   
       		</div>
       ```
   
 * Thank you very much for your help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Create searchable text that can’t be seen in a post](https://wordpress.org/support/topic/create-searchable-text-that-cant-be-seen-in-a-post/)
 *  Thread Starter [nef](https://wordpress.org/support/users/nef/)
 * (@nef)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/create-searchable-text-that-cant-be-seen-in-a-post/#post-660758)
 * Thanks a lot, it worked great!
 * For some reason the code editor closes the <span> tag at the first blank line
   it encounters.
 * For example if I write this:
 *     ```
       <span>
       Line 1
   
       Line 2
       </span>
       ```
   
 * after saving it looks like:
 *     ```
       <span>
       Line 1
       </span>
       Line 2
       ```
   
 * I don’t know why this happens, but i guess I will just use a script to erase 
   these lines.

Viewing 5 replies - 1 through 5 (of 5 total)