Can anyone help me please. i want to show custom post type count by month of taxonomy in archive page for current year. Example: January 24 February 43 March...
This is not duplicated post! I working on the custom theme and have 2 taxonomies: bezirk and ortsgruppen. bezirk acts like main group and ortsgruppen is the sub group...
I have custom posts articles with custom taxonomy tags-articles, I need search all posts with have the term in title, or taxonomy associated with same title (or partial title):...
I created a custom taxonomy and wanted to add it to the side-menu of my portfolio custom post type (in the admin area). My custom taxonomy is not loading,...
I’ve been stuck on this for a little while now, and have tried multiple ways to achieve this with no luck. I’ve been looking for two ways to display...
Consider the two following custom post types: Museums Bakeries With one shared taxonomy: Region I’m using rewrite rules to improve the URL structure, so I can serve pages to...
I’m doing a site for a wine importer. The wines have many custom taxonomies (type of wine, import/domestic, etc.) When adding a wine, the taxonomies show up in the...
(Moderator’s note: The original title was “drop down taxonomy”) I want to add a drop-down box filled with my custom taxonomies, so when someone selects any value, it redirects...
My question is fairly basic. I have an archive.php and inside I have the main loop like so: <?php if (have_posts()) : while (have_posts()) : the_post(); ?> Do stuff...
I’d like to run a WordPress install with open registration so that anyone can sign up and post to a custom post type that would live at… domain.com/open/date/the-post-title I’d...