filfil
Forum Replies Created
-
Forum: Plugins
In reply to: Simple Tags can’t work with WordPress 2.9 RCThanks a lot for your solution, bgunnink, it works perfectly!
Thanks for your prompt reply. Since I didn’t find terms like “widecolumn” or “narrowcolumn” in the single.php of my theme I attach my single.php to this post. Hopefully you can help me:
`<?php get_header(); ?>
<div id=”container”>
<div id=”content” class=”hfeed”><?php the_post(); ?>
<div id=”post-<?php the_ID(); ?>” class=”<?php veryplaintxt_post_class(); ?>”>
<h2 class=”entry-title”><?php the_title(); ?></h2>
<div class=”entry-content”>
<?php the_content(‘<span class=”more-link”>’.__(‘Read More’, ‘veryplaintxt’).'</span>’); ?><?php link_pages(‘<div class=”page-link”>’.__(‘Pages: ‘, ‘veryplaintxt’), “</div>\n”, ‘number’); ?>
</div><div class=”entry-meta”>
<?php printf(__(‘This was written by %1$s. Posted on <abbr class=”published” title=”%2$s”>%3$s at %4$s</abbr>. Filed under %5$s. %6$sBookmark the permalink. Follow comments here with the RSS feed.’, ‘sandbox’),
‘<span class=”vcard”><span class=”fn n”>’ . $authordata->display_name . ‘</span></span>’,
get_the_time(‘Y-m-d\TH:i:sO’),
the_date(‘l, F j, Y,’, ”, ”, false),
get_the_time(),
get_the_category_list(‘, ‘),
get_the_tag_list(‘Tagged ‘, ‘, ‘, ‘. ‘),
get_permalink(),
wp_specialchars(get_the_title(), ‘double’),
comments_rss() ) ?>
<?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) : ?>
<?php printf(__(‘Post a comment or leave a trackback.’, ‘veryplaintxt’), get_trackback_url()) ?>
<?php elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) : ?>
<?php printf(__(‘Comments are closed, but you can leave a trackback.’, ‘veryplaintxt’), get_trackback_url()) ?>
<?php elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) : ?>
<?php printf(__(‘Trackbacks are closed, but you can post a comment.’, ‘veryplaintxt’)) ?>
<?php elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) :?>
<?php _e(‘Both comments and trackbacks are currently closed.’, ‘veryplaintxt’) ?>
<?php endif; ?><?php edit_post_link(__(‘Edit this entry.’, ‘veryplaintxt’),”,”); ?>
</div>
</div><!– .post –><?php comments_template(); ?>
<div id=”nav-below” class=”navigation”>
<div class=”nav-previous”><?php previous_post_link(__(‘‹ %link’, ‘veryplaintxt’)) ?></div>
<div class=”nav-next”><?php next_post_link(__(‘%link ›’, ‘veryplaintxt’)) ?></div>
</div></div><!– #content .hfeed –>
</div><!– #container –><?php get_sidebar() ?>
<?php get_footer() ?>Forum: Fixing WordPress
In reply to: When typing bold – letters appear bold AND CAPITAL, how to avoid?Thanks a lot, that solved my problem!
I did take care of that already. Thanks anyway. But now since you’ve recommanded it, I created an even more complicated one. Let’s hope that it helps. The funny thing is that I created a completely new post as well with new ID, new date and pasted the slightly changed content of the same article into the new one but it won’t be shown. Just as if someone was able to filter articles that contain special keywords. Even more strange is as I said before, when inserting a break somewhere it works again.
Thanks for the hint, I just send my concern to the abuse department of my web host.
Just out of curiousity, does my case sound somehow familiar to you? Or is this a rather unusual behavior of a wordpress article? I mean, does some other possible reason for my problem occurs to you? Could there be a less dramatic reason than hacking?
cheers,
filfilForum: Fixing WordPress
In reply to: how to show complete article instead of just a preview?Oh no, I don’t know how I could miss it! Shame on me! I relied on the google-search-function. I wondered why it didn’t find anything like “excerpt” and tried it three times before returning to the forum. Sorry about that and thanks again for your help. The things one has to change are so simple but if you don’t know where to look you’re lost. That’s why I really appreciate your help.
Forum: Fixing WordPress
In reply to: how to show complete article instead of just a preview?I got the same problem with the search-function. So I tried the same. I went to the search.php in order to replace the_excerpt by the_content. But I couln’t find the_excerpt there. There already is the_content but still only an excerpt is shown as search result. What to do about that?
Forum: Fixing WordPress
In reply to: how to show complete article instead of just a preview?Thanks a lot WildBil2Me, it worked pefectly!
Forum: Plugins
In reply to: Problem with LightboxHi Rupert,
thanks a lot for your reply, eventhough I’ve discovered the lightbox-auto plugin myself when visiting your website a few days before returning to this forum. Everything is working well. Thanks for your plugin and the opportunity of changing the colors of the frames so easily.
Cheers
Stefan