Hi
Is it possible to use this plugin for sorting events?
If not, can anybody suggest me some for sorting events based on location/state/country/spaces etc?
This is an answer to the question posted here 2 years ago:way to change dropdown to inline list
I ran into this same problem and have found the solution. First, if you are using permalinks in your site structure, you will have to implement the 404 Error with pretty permalinks fix. If you don’t use permalinks, it should work without any changes to the plugin. If you do use permalinks and don’t implement this fix, the plugin won’t be able to properly deal with the parsing of the url when you are in a category.
Second, it is simply a matter of choosing the correct url and making a normal link that can be clicked on. So, to order by post date descending, I made the link
?ssort=_post_date-pp&sdir=desc
To find any other links, just use the default dropdown menu to sort your page by how you would like, and grab the URL from your browser. Only add the part that smart sort adds (everything including and after the ?). Don’t add your domain name.
]]>I thought that adding the ability to sort posts by the number of times an article was viewed “views” or even by how “popular” an article is based on a up down voting system would be great. A filter for “featured” articles that could be tagged would also be nice…
]]>Hi, just wandering why this plugin (wp smart sort)doesn’t work with Classipress theme ?
Do you know how to make it work ?
Hi, just wandering why this plugin doesn’t work with Classipress theme ?
Do you know how to make it work ?
I haven’t installed this yet. I have something in mind and wonder if anyone has ever tried it and have it work.
This is for an e-commerce site with very wide images. If I were to give each image a post of it’s own, do you know if it is possible to have this work with merchant functionality?
]]>Wp smart sort plugin has options to sort ASCending or DESCending. Is it possible to add the option to sort RANDom? At least I’d like to change the option ASC or DESC to random. Any idea what lines I should change?
]]>Hi,
WP Smart Sort leaves out port number in sort selection widget URLs.
For instance – my test server lives on other than port 80, so Smart Sort links from it don’t work (I get 127.0.0.1/site instead of 127.0.0.1:87/site ).
By coincidence I happened to have this open in other window. Hope it saves a couple seconds ??
$pageURL = (@$_SERVER[“HTTPS”] == “on”) ? “https://” : “https://”;
if ($_SERVER[“SERVER_PORT”] != “80”)
{$pageURL .= $_SERVER[“SERVER_NAME”].”:”.$_SERVER[“SERVER_PORT”].$_SERVER[“REQUEST_URI”];
}else{
$pageURL .= $_SERVER[“SERVER_NAME”].$_SERVER[“REQUEST_URI”];
}
return $pageURL;
I might be wrong as I couldn’t test further, but this might be the case for parameters like ?lang=en too.
]]>with smart sort on (and all plugins turned off) – Smart sort prevents any posts from loading.
Shame as otherwise would have been an incredible plugin.
]]>Hello,
After I changed my permalinks to pretty (https://domain.com/%postname%/) the WP SmartSort-addon won’t do the job.
When you enter a category or tag page the default sort works, but when you try to change to another sort option from the drop down list, the url will change to domain.com/category/playstation-3/sort/_post_title-pp-asc/
and you get an 404 error.
Anyone know a solution? ??
]]>Any way to have a rating system that the sorter can sort by?
]]>Ever since 3.1 my links I used to sort by custom field value have been broken. The following URL used to work up until 3.1. I wonder if this plugin is now broke?
https://waytooindie.com/reviews/category/movies/sort/_Rating-pm-asc/
Even a more generic sort (link below) that just uses an orderby=posts of a certain category now does not work.
https://waytooindie.com/reviews/category/movies/?orderby=posts
Any help would be great.
]]>I’m trying to create an author archive, and was looking for a way to list the author’s posts and have a menu to sort by name, title and popularity.
This has been the best plugin I’ve been able to find.
I was just wondering if there’s a way to change the dropdown list for something that looks like this.
name | date | popularity
currently the dropdown contains this:
name asc
name desc
date asc
date desc
most commented asc
most commented desc
Hello,
I’ve just installed the wp smart sort plugin and I think it’s a great idea but unfortunately it doesn’t work for me.
I get this error:
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/firmesrb/public_html/wp-content/plugins/wp-smart-sort/wp-smart-sort.php on line 136
On another site I’m using the same theme with the same plugins and everything works fine. I have no clue what causes the problem.
List of plugins that I use:
Akismet
All in One SEO Pack
AVH Extended Categories Widgets
cbnet Different Posts Per Page
Contact Form 7
Display widgets
Google XML Sitemaps
Magic-fields
NextGEN Gallery
Redirection
Robots Meta
Search Everything
WP-PostRatings
XML Google Maps
Yet Another Related Posts Plugin
Yoast Breadcrumbs
Any help would be kindly appreciated.
If the author is willing to help I’ll make a donation.
Kind regards,
ivantus
]]>