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?
- Taxonomy term archive claims there are no posts, but there are. How to resolve?
- How to display posts from home page in blogs in category wise
- Separate archive template to show posts and CPT by same category/taxonomy
- Create an archive page by combining two post type
- author archives, showing all custom post types, problem on pagination
- Custom Taxonomy archive with url parameters
- convert custom query to wp_query
- Wrong request query on cpt and tax
- Custom Taxonomies not appearing in Admin
- Previous/Next Link by Meta Value in CPT
- Show custom post type filtered by category
- Randomize Posts. Skip the first post in ascending order
- Remove category from query (show all posts in archive.php) pre_get_posts()
- Creating a navigation menu of all posts of a custom post type and their children posts?
- Get custom taxonomies from multiple posts
- URL of a custom post type’s post format archive?
- Pagination for Custom Taxonomy Page [duplicate]
- Custom Post Type Set Comments ON by default without show METABOX
- Search / Filter posts on Title/Content OR Tags
- Pagination on with query_posts in custom post type template
- Custom Post Type Taxonomy Filters
- Wp_query: sort by PHP variable
- WP_Query most viewed posts, in multiple Post Types, last 30 days, excluding a specific taxonomy term
- How do I do this with WordPress? Taxonomies?
- Custom-Posttype & Custom Taxonomy WP_Query
- Crafting WP_Query array, sort by date
- Custom loop with multiple taxonomy queries
- Return one unique custom post type result when it shares a custom taxonomy in WP_QUERY?
- Custom Post Type with archive page but no detail page
- Converting the_content string to an array?
- Create template for taxonomy results limited by Custom Post Type
- forming WP_Query for posts of all post types but from specific categories
- Is using taxonomies the way to go here or would custom post types be better?
- Get latest 3 posts from multiple CPT in one query
- Loop to fetch 3 post_thumbnail instances from 3 most recent custom post types named “portfolio”
- Using default WP menu functionality to link to custom post-type listing?
- Display upcoming Events for next 7 Days
- Can taxonomies of custom post types be used with category actions?
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Custom Taxonomy back-end customizations
- Custom post type – get_day_link()
- Isotope Filtering with Bootstrap Tabs – Custom Post Type Query Loop in each Tab (Have to click twice to filter)
- Taxonomy custom post type URL
- Custom post ui plugin & WP_Query – Polylang
- Change CPT archive title
- How can I get the number of custom post type posts that have a specific attachment image set?
- How to use load more custom post type data normal or according to on click category tab In WP
- orderby rand is not working for a custom post types
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Problem querying Custom post type by custom fields
- Orderby CPT custom fields not working