The next version of the Custom Field Taxonomies plugin is now ready for testing.
From the changelog:
= 1.5 =
* added 'meta_orderby' and 'meta_order' parameters
* added 'URL key' and 'numeric' attributes for meta taxonomies
* added key-like=value queries
* ignore sticky posts
* added contextual help to admin page
If you want to take it for a spin, go download the development version:
http://wordpress.org/extend/plugins/custom-field-taxonomies/download/
Let me know if you find any weird behaviour.
carpenoctem
Member
Posted 3 years ago #
This:
<p>Test: <?php echo get_linked_meta(get_the_ID(), 'music') ?></p>
results in:
Fatal error: Call to undefined method CFT_Core::is_defined() in template-tags.php on line 39
Fixed. Thanks for reporting.
carpenoctem
Member
Posted 3 years ago #
In 1.4 this worked fine http://example.com/music?artist=somebody
In 1.5b the same url shows all posts from the category (no filtering)
Also, in 1.5b the url http://example.com/music?artistnew=somebody shows no posts (artistnew is the URL Key)
smart1k
Member
Posted 3 years ago #
In 1.5b the same url shows all posts from the category (no filtering)
The same...
netinial
Member
Posted 3 years ago #
Hello
First thanks for such a great plug-in.
There is small bug.
http://***dom.net/tr/c/antalya/kemer/camyuva?t=Villa&for=Sale
works true. but
http://***dom.net/tr/c/antalya/kemer?t=Villa&for=Sale
gives wrong results. gives result that are not belogn to this taxonomy.
What could be problem?
Hi,
I installed 1.5b and it works fine.
Sorting in numeric meta works like a charm, but -min and -max still see the same numeric meta as text.
I have a meta "prix" (price in french)
You can test this URL:
http://www.greatnames.ch/?prix-min=10000&meta_orderby=prix&meta_order=DESC
Prices below 10000 are selected as if it was text, but the result is then ordered well, as numbers.
Everyone, please try the new development version (1.5b2).
carpenoctem
Member
Posted 3 years ago #
Still not working (shows no posts).