I need some advise on how to create achieve a representation of streets hierarchy (in this order: Continent > Country > State > City > Street Name) Like this:...
Users can enter term entries in a a taxonomy box (hierarchical) and I want to force that the entries be capitalized (first letter each word). I tried adding text-transform:uppercase...
The setup: custom post type of ‘attorney’ custom taxonomy of ‘specialty’, which is registered against the ‘attorney’ post type custom post type of ‘practice-area’ For every specialty, there is...
I’m working on a music festival website and up until now have used WordTour. I really like WordTour’s artists > events > venues content hierarchy, but am having difficulties...
I have tried to apply the advice offered by TheDeadMedic in this post to achieve the following URL structure: example.com/activities = a WP page example.com/activities/type-term = a custom archive...
I wonder what’s the right way of creating portfolio website (with as many portfolio pages I want). Usually I create page template that displays posts with category = Portfolio...
http://www.mediwales.com/v3/members/ At the moment, if you search just using a keyword it shows the correct member. But if you just search using a category it just shows the full...
I am working on a project that requires a CNN like article structure, where there are main articles (published in a magazine ‘volume/issue’) and authors’ blogs separate. The idea...
I have a WordPress install that has a ton of categories. I want to convert some of these categories into a custom taxonomy. For example, I have: Categories: Category...
I’m working on a template which will use some custom-post-types & custom-taxonomies.. I’m having problems with pagination and duplicate posts. HOME.PHP LOOP #1 On the homepage (home.php) I have...