Title: criscom's Replies | WordPress.org

---

# criscom

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [http 500 internal server error after coping files from server to localhost](https://wordpress.org/support/topic/http-500-internal-server-error-after-coping-files-from-server-to-localhost/)
 *  [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/http-500-internal-server-error-after-coping-files-from-server-to-localhost/#post-3390177)
 * check your .htaccess. it might not be writeable. make it writeable.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [more tag not showing](https://wordpress.org/support/topic/more-tag-not-showing-1/)
 *  Thread Starter [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/more-tag-not-showing-1/#post-617401)
 * problem resolved: I am embarrassed to say that I have had switched off the more-
   tag in my style.css:
 * `/* RSS FEED SIDEBAR */
 * .more-link {
    display: none; }
 * /* RSS FEED SIDEBAR END */
 * after removing the display: none; – command, the more link showed up
 * Sorry, to have bothered you with this. My fault totally. Thanks for your patience,
   support and questions. They made sure I was able to solve the problem in the 
   end.
    Best from Austria
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [more tag not showing](https://wordpress.org/support/topic/more-tag-not-showing-1/)
 *  Thread Starter [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/more-tag-not-showing-1/#post-617395)
 * _sorry for my late reply – have slept for a few hours 😉_
 * I use the default-theme de-edition (that’s the german edition of the default 
   kubrick-theme).
 * I have tried switching themes right now and the more link shows when I use the
   defaul-kubrick theme version 1.6 by Michael Heilemann. (I have switched back 
   to the de-edition, in the meantime – or should I leave it on for you to have 
   a look?)
 * Since I have made a lot of adjustments in the de-edition that I am using, one
   of these adjustments must have messed up the code. seems i have to start rebuilding
   my design from the default-kubrick 1.6 theme again from the start. what would
   you suggest?
 * removing the `<em></em>` doesn’t change anything.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [more tag not showing](https://wordpress.org/support/topic/more-tag-not-showing-1/)
 *  Thread Starter [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/more-tag-not-showing-1/#post-617347)
 * i have just disabled all plug-ins again. More-link still invisible.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [more tag not showing](https://wordpress.org/support/topic/more-tag-not-showing-1/)
 *  Thread Starter [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/more-tag-not-showing-1/#post-617344)
 * The post I’m refering to is called:
 * Die Kunst stressfreier Produktivität
 * (Sorry, I was not precise enough)
 * And the <!–more–> tag is positioned right after the word “kontrollieren.”
 * Here is my entry in the backend edit panel:
 *     ```
       welches wir regelmäßig kontrollieren.
       <!--more-->
       <em>“Das Licht auf der Toilette geht nicht mehr. Ich muss eine Energiesparlampe besorgen.”
       “Die Druckvorlage ist nicht korrekt. Ich muss mich mit dem Produzenten in Verbindung setzen.”
       “Dieses Buch möchte ich unbedingt lesen.”</em>
       ```
   
 * I have changed the code in my index.php like you suggested:
 *     ```
       <div id="content" class="narrowcolumn">
   
       	<?php if (have_posts()) : ?>
   
       		<?php while (have_posts()) : the_post(); ?>
   
       			<div class="post" id="post-<?php the_ID(); ?>">
       				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
       				<small><?php the_time('j. F Y') ?> <!-- von <?php the_author() ?> --></small>
   
       				<div class="entry">
       					<?php the_content('Den ganzen Beitrag lesen...'); ?>
       				</div>
   
       				<p class="postmetadata">Kategorie <?php the_category(', ') ?> <strong>|</strong> <?php comments_popup_link('0 Kommentare »', '1 Kommentar »', '% Kommentare »'); ?> <?php edit_post_link('Bearbeiten','<strong>|</strong> ',''); ?> 
   
       				<!-- BEGINN WP-PRINT 2.1 PLUGIN -->
   
       		 <strong>|</strong> &nbsp;<?php if(function_exists('wp_print')) { print_link(); } ?>
   
       		<!-- END WP-PRINT 2.1 PLUGIN -->
   
       				</p>
       			</div>
   
       		<?php endwhile; ?>
       ```
   
 * I also suspect, like you suggested that the problem may have to do with one of
   the plug ins. I have tried to deactivate all plug ins but to no avail. I have
   also removed the wp-print-plug in – same result: more tag not showing. I am clueless…
   Thanks for you support
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [more tag not showing](https://wordpress.org/support/topic/more-tag-not-showing-1/)
 *  Thread Starter [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/more-tag-not-showing-1/#post-617339)
 * Sorry, bad typing; I added <!–more–> to cut off the post. The post is displayed
   up to the <!–more–> tag. The rest of the post text is not visible. So far that’s
   what I want. Alas, there’s not more… link for the reader to click and read on.
   She can only do that by clicking on the header of the post. But that’s not what
   I want. I am referring to the first post displayed on: [http://www.einstern.at](http://www.einstern.at)
   
   Your help is much appreciated
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to organize side bar categories?](https://wordpress.org/support/topic/how-to-organize-side-bar-categories/)
 *  [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/how-to-organize-side-bar-categories/#post-617237)
 * google may be a good resource. i just searched with these tags: organise sidebar
   categories wordpress
 * You might want to check these links:
 * [http://www.blog.mediaprojekte.de/cms-systeme/wordpress-plugins/wordpress-widget-king-links/](http://www.blog.mediaprojekte.de/cms-systeme/wordpress-plugins/wordpress-widget-king-links/)
 * [http://en.forums.wordpress.com/topic.php?id=45](http://en.forums.wordpress.com/topic.php?id=45)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password Protect A Single Page](https://wordpress.org/support/topic/password-protect-a-single-page/)
 *  [criscom](https://wordpress.org/support/users/criscom/)
 * (@criscom)
 * [19 years ago](https://wordpress.org/support/topic/password-protect-a-single-page/#post-533583)
 * you might want to try this:
 * [http://broome.us/archives/2007/01/31/the-wordpress-password-plugin/](http://broome.us/archives/2007/01/31/the-wordpress-password-plugin/)

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