How to get related blogs for the currently opened blog

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

How to get related blogs for the currently opened blog

Post by adsegzy »

Hello friends,

I have many articles in my database. Whenever anybody opens any blog to read, i want to display blogs relating to the opened blog, in topic, at the bottom of the opened blog.

The methoed i used before was that, i broke the topic into keywords the use the keywords to search the database and display the similar ones but in most cases the ones displayed are not really relevant.

Pls help.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to get related blogs for the currently opened blog

Post by Celauran »

How is all of this set up? How are these blogs categorized? How do you determine what is or isn't related? Your post is too vague.
Post Reply