nonletter
Forum Replies Created
-
Forum: Plugins
In reply to: [plugin newsletter subscription] page disappeared from extend?does someone know who i have to ask to resolve the problem? the wp.org website support is not answering
Forum: Fixing WordPress
In reply to: find and replace whole databasethe search and replace cannot work inside links table, is it possible to change that contents without the need for phpmyadmin ?
Hi,
if you got running the PHPexec plugin just put this code into your page:
<? php wpsb_opt_in(); ?>
you can also create a custom page template,
inserting the same code after the line:<div id="main">
<? php wpsb_opt_in(); ?>
Forum: Requests and Feedback
In reply to: the_excerpt() tag functionalityhave you tried the Scott Yang’s search excerpt? many customizations are possible
Forum: Fixing WordPress
In reply to: Organize Videos — Any ideas?categories / tags ?
Forum: Plugins
In reply to: Category filter on Searchinside search.php you can put something like
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> div class="post"> <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <div class="entry-content"><blockquote><?php the_excerpt(); ?> //////////// look at this //// <?php if ( in_category('1') ) { ?> ///////// that's it ///////// <?php } else {?> <p class="postmetadata"><em>Category </em><?php the_category(', ') ?> | <?php } ?> </blockquote></div> </div> <?php endwhile; ?>
Forum: Requests and Feedback
In reply to: 2.5 widget adminTnx Michael…
Another question: do you know why is that impossible to exclude a widget from certain pages / post ?
exactly ??
Forum: Plugins
In reply to: Newsletter Plugincheck out the wordpress newsletter plugin from plugin database
Forum: Everything else WordPress
In reply to: Show summary on index pagewhen writing a post, switch to CODE view and add
<!--more-->
where you want the link to be displayed. Everything after the command MORE will be shown only in final post
Forum: Everything else WordPress
In reply to: Page Layout Problemyep, CSS are nesting. Try with another template, or you can try fixing it using firebug
Forum: Requests and Feedback
In reply to: WordPress 2.5 Widget Interface – I don’t like itAgree. older was better.
Forum: Plugins
In reply to: RSS Widget Feed Problemshello, I’m using RSS widget integrated in 2.3RC1, I got:
“An error has occurred; the feed is probably down. Try again later.”
every time I add something on my delicious feed (https://del.icio.us/rss/nonmarco).
but the feed is working.Forum: Plugins
In reply to: Excluding widgets from certain template filesmaybe I’m a bit late ??
can I have it in my mail too? nonletter -a-t gmailcomForum: Fixing WordPress
In reply to: remove widgets from certian pagesThe old version of K2 had optimal customization for widget visualization in each page, now I can’t find it anymore. Now I’m interested in this issue too.
edit: found this