Perryb2006
Forum Replies Created
-
As far as I know this plugin only catches those terms based on popularity of keywords. So not necessarily the search terms from Jet pack will match with this plugin. I maybe wrong though.
And thanks a lot for confirming it’s working. I wanted to be sure before jumping to the latest version, 3.3.1 ??
Forum: Plugins
In reply to: [External Links] Does External Links work with WordPress 3.3?Thanks for the input ??
I hope the developer updates it to support wordpress 3.3 officially.Tried the php code as well, didn’t work. Got the following error:
PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in <directory url>
$filter_data = array($hits, $q); $hits_filters_applied = apply_filters('relevanssi_hits_filter', $filter_data); $hits = $hits_filters_applied[10];
Did what you said. Changes the $hits_filters_applied[0] array to 10 but upon doing so, the search page for all the terms yielded “No Search Results”.
Thanks for the code, I’ll implement it and see if it takes care of the errors.
Also, is there a way to restrict number or search results shown in Relenvassi? As of now it shows 10 results per page and maximum of 500 but if I could change this to 10 results per page with maximum of 10 i.e only show 10 results of the search performed. This will not create sub pages and hence no duplication in search engine.I tried to implement this by editing the plugin file and changed the following code
add_filter('relevanssi_query_filter', 'relevanssi_limit_filter'); function relevanssi_limit_filter($query) { if (get_option('relevanssi_throttle', 'on') == 'on') { return $query . " ORDER BY tf DESC LIMIT 10";
~Changed 500 to 10~
But this didn’t work :/
IMO this will be better option.Could you please help me out in this regard? I am not that great with Robots.txt handling.
Thanks ??
Will this work:
DISALLOW: /search/*/page
to block all the pages except the first search page?Isn’t it possible to index the first page of search and noindex, follow the sub pages?
Thanks for prompt reply ??
I still can’t get it to work.
It fails to work with theme frameworks ??I have done the same. Commented out lines using /* Code */ (Barely know php).
Is the plugin working for you now?I created this thread for him to know about this issue ??
Waiting for his reply…Thanks html-css but I already figured that out soon after asking you ??
It working fine now. Thanks nonetheless ??
How did you downgrade it?
No fix as of now. I have the plugin disabled and waiting for dev to answer this issue.
Ah. But it did happen when I activated these 2 plugins. Anyway, looking forward to the update ??