Thread Starter
Pedro
(@igmosi)
Ok thanks!! that’s what I wanted.
Using Custom Fields I can generate a way to filter my post by Location. But now the the question is how I can add a “application” like categories (working exactly the same) but with Location as Filter in the sidebar.
I tried with other plugging but it doest work the same way as categories. I guess it must be adding some code to sidebar.php??
thanks!!!
IF you are talking about Custom Field Taxonomies, look at using something like the meta_cloud() template tag.
Thread Starter
Pedro
(@igmosi)
I think I am not talking about Taxonomies.
I pretend to add in the sidebar another application, working exactly the same as categorizes (allowing posts to be grouped with others in the same page).
I pretend this application shows in the sidebar like:
BY LOCATION (-> key in custom field)
– SPAIN (-> Value in custom field)
– FRANCE (-> Value in custom fiel)
– FINLAND (-> Value in custom fiel)
When I press SPAIN, the same posts grouped by SPAIN are showed in the same page … just exactly the same as categories but using custom fields
I guess it can be done adding php code but unfortunately I don’t know how. 🙁
That plugin isn’t really about taxonomies. It is about custom fields.
If I am understanding correctly, it will help you do this –> “When I press SPAIN, the same posts grouped by SPAIN are showed in the same page”