find related articles.. how to ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tomba

    find related articles.. how to ?

    hello all,

    I was wondering how some sites organise articles so that they can show a
    list of "related articles".
    How is it determined which are the related ones.

    Is there any free script that includes such a feature?
    thanks!
    Steven De Groote

    --
    Webmaster of:

    De startpagina Go2 biedt een overzicht van handige internet websites en links in Belgie of Vlaanderen. Handige Go2.be internet diensten zoals horoscoop, domeinnaam, wisselkoers berekenen, gratis muziek downloaden en telefoonnummer zoeken.



  • Sugapablo

    #2
    Re: find related articles.. how to ?

    Tomba wrote:
    [color=blue]
    > I was wondering how some sites organise articles so that they can show a
    > list of "related articles".
    > How is it determined which are the related ones.[/color]

    One way (and there is no *one* way) is to assign a "section number" or
    "category" to each article in a database. So you could have a table
    with the folowing columns:

    id
    article_title
    article_text
    author
    category
    article_date

    Then for any given article, take the last 3 (or whatever number you
    wish) articles from within the same category and post links to them
    underneath as "related articles".

    P.S. By sticking the author column in there as a seperate field, you
    could also have an "Also by [Author Name]..." list.

    --
    Sugapablo - russpghREMOVE@s targate.net
    http://www.sugapablo.com | ICQ: 902845

    Comment

    Working...