Related Posts plugin for WordPress
ADVERTISEMENTSI just installed a plugin for WordPress that displays the related entries to a post. Unfortunately, I got the following error:
[You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
SELECT ID, post_title, post_content,MATCH (post_name, post_content)
AGAINST (’wordpress skins’) AS score FROM wp_posts WHERE MATCH
(post_name, post_content) AGAINST (’wordpress skins’) AND post_date < =
‘2006-02-19 08:27:18′ AND (post_status IN ( ‘publish’, ’static’ ) && ID
!= ‘96′) AND post_password =” ORDER BY score DESC LIMIT
I have reported about this error to the author of the plugin and hopefuly correct it soon.
I have put the link to the plugin’s page, incase you want to try it.
Update: I have fixed the error. Actually the error was because I had left the number of posts to show field in the options page empty.
Download WordPress Related Entries 2.0
Search JohnTP.com or view a random post
Related Articles
- WordPress Plugin: Add Related Posts To Your Feed
- How to Add Related Posts to your Feed
- Do You Consider Related Posts In RSS Feeds As Clutter?
- How to promote your WordPress Archive
- How to customize your blogs 404 Error Page
Find out what I am doing currently by .
Posted on February 19th, 2006 | Category: Internet, Personal |
Ashwin
February 21, 2006 at 9:39 am
Thanks for the plugin notification… The site seems to be done now, I’ll check back later
Is it automatic or do I need to select the posts?
johntp
February 21, 2006 at 10:58 am
The plugin does the work automatically, but we can also manually insert keywords.
Read the plugins readme for more info
Sparky
March 8, 2006 at 7:01 pm
I still get the error described above…I’m using version 2.02 of your plugin.
thanks
johntp
March 9, 2006 at 9:17 am
: Did you leave the number of posts to show field in the options page empty?
Simon
May 27, 2006 at 1:59 pm
Thanks John, you have a great site here
shreekant jawahar
August 10, 2006 at 1:25 pm
I have installed it and now want to remove for some reasons..
How to remove the sql …..i am new with php and mysql
John T P
August 10, 2006 at 1:59 pm
shreekant jawahar- To uninstall plugin just deactivate it from your Admin Panel