andun
Forum Replies Created
-
Forum: Plugins
In reply to: NextGen Gallery: How to make thumbnails show up in preview post?Hi
Here is a solution for all people still working on this problem:
In your theme in archives.php:
Look for the line where the content is previewed and change the line like it is on the front page:
Add this line: (german description)
<?php the_content(‘Den Rest des Beitrages lesen … »’); ?>Delete this or similiar lines:
<?php the_content_rss(”, TRUE, ”, 50); ?>With my solutions the pictures are show but the preview is not shortten to 50 words, as seen in the old code.
(http://codex.ww.wp.xz.cn/Template_Tags/the_content_rss)Hope it’s working for you!
Forum: Fixing WordPress
In reply to: Wrong links in admin panelOh, I’m very sorry!
My previous post can be deleted, cause I used an unstable 2.7 version. I don’t really get it, why I got it, when using svn, but …
sry, for wasting your time!
Forum: Fixing WordPress
In reply to: Wrong links in admin panelHi
I have EXACTLY the same problem as described in the first post, but I’m not using any Plugin except for Akismet and Google Analytics. (All deactivatet for test.
Any idea?
When I’m in the Gallery Options the navigation bar disappears. Only the link “Dashboard” is there. An on the following site, the bad links are shown in the navi. If I’m writing a post or something the links in the navi are correct. … ??? Understand what i mean?
Any Ideas? Thank you!
Andun