how to make related posts work?
-
i installed the related posts plugin
https://wasabi.pbwiki.com/Related%20Entries
i activated the plugin. it shows
“If this is your first time installing this plugin you will have to run this script (opens a new window) in order to create the index table required by the plugin. If this fails, please refer to the readme on how to create it manually.”
since this is the first time i am installing this plugin and the automatic creation of a full text index fails. i donot know what to do now.
in the readme file they have given that
If automatic creation of a full text index fails. You will have to set it up manually. Don’t worry it’s not hard. Just open your database in phpMySQLadmin and run the following command (cut & paste):
ALTER TABLE
wp_posts
ADD FULLTEXTpost_related
(
post_name
,
post_content
)Note: You may have to change wp_posts to something else if you are using a different prefix, which is common when you have multiple WP installs running of the same database.
Now I don’t know what to do. Kindly help me.
- The topic ‘how to make related posts work?’ is closed to new replies.