Rok
Forum Replies Created
-
Forum: Plugins
In reply to: Comment QuickTags PlugIn for WP 2.3???Hello, to let you work this plugin, I require some info about your present installation i.e. “how you installed it and where etc. all”.
You can write here or on my blog.
Forum: Plugins
In reply to: Comment QuickTags PlugIn for WP 2.3???It’s 100% working on WordPress 2.3 also. I’m using this plugin for the last 2+ years on every release of WP.
Forum: Plugins
In reply to: Related Posts Plugin, Not Displaying Correctly@handysolo, it’s 100% working on 2.3. I’m currently working on my new templated for WordPress 2.3 and wasabi “related Posts” was the first plugin that I tested on WordPress 2.3, ‘coz I’m using it for the past 3 years.
Forum: Fixing WordPress
In reply to: Tags in WordPress Connections ThemeIf you go through my earlier two posts, I had said the same thing.!!
Anyways, congrats!
Forum: Fixing WordPress
In reply to: Need Coding HelpThanks for the alert. Here’s the pastebin link:
Forum: Fixing WordPress
In reply to: Tags in WordPress Connections ThemeAn addendum for step b. you may find the_content or the_excerpt function in post.php also.
I don’t know, what’s the version of connections theme you’re using.
So just check single.php and post.php for “Post footer” and “the_content”, “the_excerpt” code.
If you’ve upgraded to WordPress 2.3, use the latest WP_tags function from the link provided by MichaelH.
Forum: Fixing WordPress
In reply to: Tags in WordPress Connections ThemeIt matters, where you want to display tags:
1. For post view, open your single.php or post.php:
a. Find the Post footer, add the tag code there.
b. Or if you want to diplay tags within post contents, then open single.php and right after the_content or the_excerpt, add the tag code.2. To display tags on main page, open Index.php and repeat above steps a or b.
because WordPress can’t give a warning it sets all settings back to the defaults after every upgrade.
WordPress upgrade never reset settings. The privacy feature was included in current series of WordPress 2.x onwards. So, it was quite obvious and was also mentioned in the release note to change settings as per your requirement, when you first upgraded to the latest series.
Check this post and download plugin.
Forum: Plugins
In reply to: Plugin for posts that generates URL to copy and PasteForum: Plugins
In reply to: WP-Cache doesn’t seem to cacheHave you enabled WP-cache in options tab?
Forum: Plugins
In reply to: Can we have Related Pictures just like Related Articles?Please refer this post.
Forum: Plugins
In reply to: Related Post Plugin with imagesHere’re my views after checking the above site:
1. The site is displaying post excerpt, and within the excerpt range, they’ve images inside post.
2. You can use Wasabi’s Related Post, and configure to show excerpt, rather than only a post title.
Note: Make sure, you’ve image within the excerpt lenght that you’ve defined in step 2.Forum: Plugins
In reply to: Best Related Posts PluginWasabi’s Related post is very popular. If you’ve UTW, you can configure to show related posts.
Forum: Themes and Templates
In reply to: How do I customize my 404 page?Check this post.