Your query here is fine. It’s the only way to split it up into sections like that, but it belongs on a page template, not the archive. Archives should always use the main loop for its contents. Make the post type private to turn off the archive and just use your queries in a page template.
But for the tag issue, queries are never going to insert markup like that. Queries don’t output any markup at all outside what’s in the content. Your problem is that the content in the previous question, “What insurances are currently accepted by Summit?” isn’t closing a link tag properly:
or please <a href="https://summithmeinc.com/services/insurance-billing/">refer to our page on insurance billing for a list of current insurance companies we work with<a/>.
That <a/>
at the end needs to be </a>
.
Related Posts:
- Custom Post Type Archives by Date and Taxonomy
- How do I display two separate taxonomy archives for two post types that share a single taxonomy?
- Query Custom Post Type taxonomy type based on page
- How to get the parent’s taxonomy?
- Adding a term name from a custom taxonomy assigned to a post link displayed by a wp_query loop based on another taxonomy
- List all custom post type posts from a given category?
- get_categories for custom post type and filter by custom taxonomy (brand) and list child categories of a defined category
- Category page only displaying the posts from a custom type
- How to list custom post types?
- Show Post Count of a Category
- tax_query returning all posts instead of selective posts in WP_Query
- Fetch taxonomies by custom post type id array
- is_main_query() not working for WP REST API
- Hierarchical Custom Post Types – Show only parent on tax archive?
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- How to show CPTs in term archive
- Filtering WP_Query
- Custom post taxonomies as tax_query terms?
- Several post types on WP Query by tag and taxonomy
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- Variable not working in WP_Query
- Query all post and CPT from 2 specific taxonomies AND by ACF custom field
- Use the custom post type archive for taxonomies?
- How to constrain the results to a specific post_type on tag archive page?
- Sort results without WP_QUERY?
- Custom Post Type Archive Pagination
- Running a custom query inside another cpt single and trying to grab a variable
- Get posts by category name
- wp_dropdown_pages with tax_query clause
- Query Custom Post Type by Taxonomy
- Page that lists publications by classifying them by taxonomy
- Display related CPT with custom taxonomy
- Filtering posts based on three taxonomies
- Display Custom Post Type Based on Taxonomy With WP_Query()
- WP_Query for custom taxonomies showing posts from non-specified terms?
- Custom post types not showing on the standard WordPress Category page
- Tell wordpress to show a single page instead of an archive page
- Archive for custom taxonomy
- Custom Taxonomy – fields
- Query for a custom post taxonomy
- Displaying WordPress posts from post and custom post type in custom taxonomy
- How to display elements of different post types?
- category_name not working in WP_Query
- How can I set up the URL for a category archive for a custom post type?
- how to pass args for archive.php query?
- WP Query + custom fields: How to query event posts from the current date backwards 6 months and organize it month by month?
- Show custom category archive as front page and remove taxonomy slug from urls
- How do I get parameters from the URL?
- Get post with multiple meta keys and value
- Get posts for custom post type with WP_Query
- Enforcing canonical URLs with multiple custom post types
- Multiple Paginations on one Page
- How to set individual capabilities on a taxonomy? Or how to re-register an existing taxonomy?
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- WordPress custom post type category pagination 404 Error
- how to group custom post type posts by custom taxonomy terms
- Custom Post Type: How to display all of same taxonomy?
- Loop on front-page.php
- Linking to the most recent post in a Custom Post Type
- Creating a navigation menu of all posts of a custom post type and their children posts?
- How to organize hierarchical structure in custom post type with taxonomy (like with categories)
- Detect inside a custom query the kind of post type to assign custom classes
- Rename a slug label
- Archieve.php not loading for custom post type
- get_pagination not working on a custom post type query (using WP_Query)
- WP_Query with custom post type ID
- Dynamically insert an article at the top of a taxonomy archive – or?
- Get Posts by Category, Tag , and CPT Taxonomy
- Topic won’t save for a custom post type — how to debug?
- Why does my URL keep returning 404 error code?
- Custom Post Types – Taxonomy and Customization
- Display featured posts for a custom post type by taxonomy
- What is the most efficient way to execute recursive complex queries?
- date_query empty results with custom post type
- Duplicate slug/permalink issue while adding same post name
- conditional filter
- How best to structure multiple CPTs and tax within a ‘resources’ section
- Custom post type archive page filters
- display post count in archive page that have relation with another taxonomy term
- How can I sort the results of a REST API response by the title of a connected custom post type?
- Query when is one or several values
- get taxonomies from terms
- Use WP_query to match post types based on custom field values
- Post Filtered by Custom Field Value
- Custom category taxonomy – archive page not showing up
- tax_query not working?
- Custom Taxonomy page redirecting to 404 page
- Override “Parent” input for custom taxonomy
- Imported Content Doesnt Show Up On Frontend
- Custom Post Type Categories Not Maintaining URL structure any more
- How to load more custom type posts through AJAX & LOAD MORE POSTS button
- Pagination always adding “Next” link when results come from Custom Post Type WP_query
- Check if taxonomy is attached to at least one post in a post-type
- How to make an admin create/edit post page to look like taxonomy page?
- Looping taxonomy in taxonomy?
- How to manage wordpress knowledge base/wiki/posts collections
- Is it possible to make is_category() recursive?
- Get X posts with the same terms as the current post (custom post type and custom taxonomy)
- Display ACF object field data using Elementor Custom Query
- Sort ACF by custom taxonomy