criscom
Forum Replies Created
-
check your .htaccess. it might not be writeable. make it writeable.
Forum: Fixing WordPress
In reply to: more tag not showingproblem 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 AustriaForum: Fixing WordPress
In reply to: more tag not showingsorry 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
In reply to: more tag not showingi have just disabled all plug-ins again. More-link still invisible.
Forum: Fixing WordPress
In reply to: more tag not showingThe 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> <?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
In reply to: more tag not showingSorry, 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: https://www.einstern.at
Your help is much appreciatedForum: Fixing WordPress
In reply to: How to organize side bar categories?google may be a good resource. i just searched with these tags: organise sidebar categories wordpress
You might want to check these links:
https://www.blog.mediaprojekte.de/cms-systeme/wordpress-plugins/wordpress-widget-king-links/
Forum: Fixing WordPress
In reply to: Password Protect A Single Pageyou might want to try this:
https://broome.us/archives/2007/01/31/the-wordpress-password-plugin/