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?
- Custom Taxonomy archive with url parameters
- Creating “static” taxonomies to choose from, inside custom post type?
- How do I dynamically populate wp_nav_menu from a custom taxonomy?
- Filtering a WP_Query meta_query by numeric values isn’t working
- How do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Taxonomy-{taxnonomy}.php is not working
- Display all Posts and only certain Custom Post Types with meta fields
- Lists Posts from CPT that match the Title of the Page
- Returning a list of custom post types excluding those without a specific meta_value
- query private custom post type
- Root slug of taxonomy returning 404
- Show category ID on custom post type
- Pagination for Custom Taxonomy Page [duplicate]
- Isotope Filtering with Bootstrap Tabs – Custom Post Type Query Loop in each Tab (Have to click twice to filter)
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Get Posts by multiple custom fields is not working
- Sort entries by date mixing two post types
- custom post type search by reference id
- Custom Taxonomy Not Showing in Front-End When Outputting a Custom Post Type with WP_Query()
- Print current post category during WP_Query
- Custom Taxonomy Is Being Pulled into a Page, But It Doesn’t Have A Hyperlink
- WP_Query parameter conflict
- Retrieving meta-box from a custom-post-type
- Display custom post type for specific user
- List all Custom Post Type posts excluding certain Taxnomy term
- Archive Template being used instead of Category Template for Custom Post Type
- Custom post type pagination error
- Menu for taxonomies and posts belongs to taxonomy
- How to automatically create a terms based on each post of a post type
- Display post count for a specific month
- Query to Exclude Child Pages from Custom Post Type Archive
- WP_query has incorrect wp_posts.post_name = ‘asc’ when I have custom post type called ‘order’
- Randomizing WordPress Custom Post Type Sorting Through Them Without Page Refresh
- Order posts alphabetically with numbers but some of the posts has numbers in the title
- How to output custom post type title on custom page with category next to it?
- Create custom post type categories
- Add other all taxonomies as meta boxes to custom post type
- How to get post type archive category title
- Automatically / dynamically populating tags in custom post type
- Single taxonomy for different custom post types
- Insert single CPT items every x posts of another CPT
- WP_Query with custom post type search showing all results every time
- Custom Post Type and Taxonomies, creating the corresponding template file and loop the data
- Post data in separate divs with incrementing class using WP_Query
- Selecting posts older than the current Unix epoch timestamp
- How to list groupings and keep pagination
- Sharing a custom taxonomy – No posts?
- WP_query orderby not working after WP4.0 update [closed]
- show only one category posts in admin
- WordPress WP_Query Sort by 2 dates – custom fields
- WordPress CPT archive page display sticky post first and then display the rest of the posts in same Query