Activity Stream
48,167 MEMBERS
61817 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member

    Post Help Me Please.. Code PHP Wordpress

    Hello All,

    Show me please php code for single.php at wordpress (self host), how to make auto related keywords terms grap from title post.

    Example:

    Title Post: acer tablet

    i wanna result auto related keywords: acer tablet pc windows 7, acer tablet review, acer tablet laptop

    Thanks so much.
    fedro$a Reviewed by fedro$a on . Help Me Please.. Code PHP Wordpress Hello All, Show me please php code for single.php at wordpress (self host), how to make auto related keywords terms grap from title post. Example: Title Post: acer tablet i wanna result auto related keywords: acer tablet pc windows 7, acer tablet review, acer tablet laptop Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    satiq.net
    For free?

  4.     
    #3
    Member
    Yes sir, can you show me for free.

  5.     
    #4
    Member
    This require lots of code, time, and programming skills, I have to say that probably you won't find it for free.

  6.     
    #5
    Member
    After a quick search in Google I have found:
    http://www.veryrelated.com/related-api-v1-docs.php
    http://www.veryrelated.com/related-a...ikey&base=acer

    You can use the get_the_title() function, then explode() the post title to words, then use an api like above to get related words. In your place I would do this on post creation, and not call the api everytime. For this, you need to modify the functions file, not single.php. You will need to add something like
    PHP Code: 
    function get_related_keywords() {
      
    // get related keywords
      // and store them as post tags or custom fields
      // ...

    }
    add_action('publish_post','get_related_keywords'); 
    Then display them wherever you want.

  7.     
    #6
    Member
    Thanks so much deliteblogger, i will try it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wordpress Code help
    By .nItIsH. in forum Technical Help Desk Support
    Replies: 0
    Last Post: 22nd Jan 2012, 03:22 PM
  2. How to code / What plugin [Wordpress]
    By weena in forum Technical Help Desk Support
    Replies: 0
    Last Post: 26th Dec 2011, 10:36 PM
  3. [Hiring] Code WordPress Theme
    By dima1236 in forum Completed Transactions
    Replies: 3
    Last Post: 23rd Oct 2011, 03:08 PM
  4. tag code for wordpress
    By Majky71 in forum Wordpress
    Replies: 5
    Last Post: 2nd Oct 2011, 02:02 PM
  5. Wordpress code help
    By RT in forum Wordpress
    Replies: 1
    Last Post: 20th Dec 2009, 12:34 AM

Tags for this Thread

BE SOCIAL