I want internal links to related pages

Discussion in 'HTML & Website Design' started by login, Jun 19, 2008.

  1. #1
    I want to automatic show internal links to related pages on my sites pages. The pages gets the content from a database.
    How can I do this? I know that for wordpress there are plugins that does this, but my sites are not on wordpress.
     
    login, Jun 19, 2008 IP
  2. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't understand what you mean -- do you just want to display clickable URL text? If so, check the source code for my signature link page.

    James
     
    jamesicus, Jun 19, 2008 IP
  3. Deidredup

    Deidredup Well-Known Member

    Messages:
    119
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Yeah, there is wordpress plugins. Is your site build on a cms? If not, without a bit programming knowlege, you won't be able to do that.

    James, he means that he wants to display a list of similar pages at the bottom of each page. Like you'll find on blogs, underneath a blog post there is usually a list of related posts. He want something like that accept it's not a blog ;)
     
    Deidredup, Jun 19, 2008 IP
  4. awatson

    awatson Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Going to be tricky to come up with a way to do this without more information... You might be able to run a LIKE query searching for keywords in other articles related to the current article, then the X most recent to a list at the bottom.
     
    awatson, Jun 19, 2008 IP