Results 1 to 6 of 6
-
28th Apr 2012, 09:13 PM #1OPMember
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
-
28th Apr 2012, 10:10 PM #2MemberWebsite's:
satiq.netFor free?
-
24th May 2012, 07:19 PM #3OPMember
Yes sir, can you show me for free.
-
24th May 2012, 09:18 PM #4Member
This require lots of code, time, and programming skills, I have to say that probably you won't find it for free.
-
25th May 2012, 10:52 AM #5Member
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');
-
27th Jun 2012, 12:11 PM #6OPMember
Thanks so much deliteblogger, i will try it.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Wordpress Code help
By .nItIsH. in forum Technical Help Desk SupportReplies: 0Last Post: 22nd Jan 2012, 03:22 PM -
How to code / What plugin [Wordpress]
By weena in forum Technical Help Desk SupportReplies: 0Last Post: 26th Dec 2011, 10:36 PM -
[Hiring] Code WordPress Theme
By dima1236 in forum Completed TransactionsReplies: 3Last Post: 23rd Oct 2011, 03:08 PM -
tag code for wordpress
By Majky71 in forum WordpressReplies: 5Last Post: 2nd Oct 2011, 02:02 PM -
Wordpress code help
By RT in forum WordpressReplies: 1Last Post: 20th Dec 2009, 12:34 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...