Results 1 to 1 of 1
-
1st Jul 2011, 05:49 AM #1OPMember
Change URL of Seo SearchTerm Tagging 2 Wordpress Plugin
Is there no one who knows how to change seo searchterm tagging 2 wordpress plugin permalink structure from domain/search/search-term/ to domain/anything-else/search-term/
please tell me i tried much editing in plugin and i have changed link structure plugin start showing my new structure but when i open link it gives error 404 not found.
i changed this
PHP Code:
$permalink = get_bloginfo( 'url' ).'/search/'.user_trailingslashit(pk_stt2_function_sanitize_s earch_link($term->meta_value));
PHP Code:
$permalink = get_bloginfo( 'url' ).'/myword/'.user_trailingslashit(pk_stt2_function_sanitize_s earch_link($term->meta_value));
PHP Code:
$new_rules = array('^search/(.+)\$' => 'index.php?s=' .$wp_rewrite->preg_index(1));
PHP Code:
$new_rules = array('^myword/(.+)\$' => 'index.php?s=' .$wp_rewrite->preg_index(1));
please help me if you know how to change it.
i need it because i am using AA 404 plugin on search page for related content and while /search/ comes in url it always gives same posts which have word "search"
so i want to change /search/ to something else which didn't disturb AA 404 plugin.
thank youmaster Reviewed by master on . Change URL of Seo SearchTerm Tagging 2 Wordpress Plugin Is there no one who knows how to change seo searchterm tagging 2 wordpress plugin permalink structure from domain/search/search-term/ to domain/anything-else/search-term/ please tell me i tried much editing in plugin and i have changed link structure plugin start showing my new structure but when i open link it gives error 404 not found. i changed this PHP Code: to PHP Code: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how change domain in wordpress 3.3.1?
By ciaociao4 in forum Tutorials and GuidesReplies: 2Last Post: 3rd Mar 2012, 04:52 PM -
How Can I Change URL Links In Wordpress ??
By Damaxi in forum WordpressReplies: 7Last Post: 27th Aug 2011, 09:47 AM -
Little code Change for a Clickable Links in Wordpress (Plugin)
By Ryza in forum Web Development AreaReplies: 0Last Post: 8th Jun 2011, 03:50 AM -
Wordpress Categories - Change in look
By kiddo in forum Webmaster DiscussionReplies: 7Last Post: 11th Jan 2011, 08:58 PM -
how to change View Place of Plugin
By BounceR in forum Webmaster DiscussionReplies: 0Last Post: 9th Dec 2009, 06:11 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...