Seems like one of your ACF fields contain a <a>
tag in them.
In HTML you cannot have and <a>
tag inside another <a>
tag.
Check the ACF fields the_field('feature_item_title')
and the_field('hero_subtitle')
, check their content, most likely you will find a <a>
tag in one of them, remove it and your html will be structured correctly
Related Posts:
- Do I need to use The Loop on pages?
- Is including the loop necessary for page.php? [duplicate]
- When and Why is is_singular(‘my_cpt’) true while in_the_loop() is false?
- loop not showing up when using a custom page template
- Get link of inserted media file of post within loop
- Custom page template
- Getting page ID inside loop
- Problem the_permalink
- Redirect Loop to Page, Can’t Find Origin, Can’t Remove [closed]
- Get Pagination (WP-PageNavi) not to work
- Loop and Page template : my WP_query don’t take args
- Create a loop that gets pages with their template
- Running a loop with a custom query string on a custom page template
- How to load all pages into one page with their templates
- Custom Loop Using Shortcode in Custom Page Template
- Do I need to use The Loop on pages?
- Page-loop is looping content from custom loops on the same site. How to avoid that?
- Multiple get_posts() queries on one page
- Getting posts link in WordPress
- Can’t get the previous and next posts permalink
- Print the whole page?
- excerpt not showing up
- Custom Header added within Dashboard pages, is this possible with custom template files?
- List page is showing 404
- get the value for ALT is we check to see if an actual ALT value is set, if not we use the caption and if no caption is set we use the title
- My WordPress installation doesn’t load correct template
- get_template_part() to render single page Theme
- Display articles related to a custom field on a page
- Stuck with conflicting loops on page template
- Same Loop on Multiple Pages
- Loop not showing up on page template
- How wp maps urls into files
- Custom Page Template and Category Exclusion
- WordPress loop put title into variable
- Display all posts in a page code for template
- Counting the posts of a custom WordPress loop (WP_Query)?
- Get post content from outside the loop
- Is there any difference between the_title() and echo get_the_title()?
- Pagination not working on home page
- How to Change Loop to Order Posts by Views (using wp-postviews plugin)
- Get ID of a page containing secondary loop in content
- is_home, and is_front_page conditional problem
- Is `query_posts` really slower than secondary query?
- Are there any scenarios where the query_posts may be used?
- Exclude category by slug for for each loop
- Related Posts loop – offset
- WordPress Loop Through Particular Pages
- Display date only once for a each set of posts relating to that date
- The main Loop is not starting in a custom blog template page
- Generating dynamic Tabs with multiple query post loop
- How do I override part of the main loop in my child theme?
- Chopping up a large ajax request of around 200 posts [closed]
- Combining the_excerpt with the_content
- Custom loop with conditional statement to separate each terms
- How to get an array of years from all of the search results, and use it to filter by year the paginated loop?
- woocommerce stored variable
- Get search.php results in header.php?
- Recent posts on a static home page
- I write simple wordpress loop for taxonomy.php file but don’t show result
- Is wp_reset_postdata() redundant after the main loop?
- Exclude first post (sticky or not) from the loop using query_posts()
- How to add a specific div element to the first post in a row?
- While loop with bootstrap [closed]
- Need to add class to first element in a foreach loop
- Scrolling Posts with Ajax
- Sort posts by first letter in the title, not by first number
- how to replace get_template_part(‘loop’,’tag’) with explicit styled version?
- What PHP Needed to Make One Loop with Multiple Styling?
- Simple foreach loop help needed in wordpress “the loop”
- Grabbed Post ID under WP loop, but still couldn’t Print Post title
- How to separate posts loop in to two columns? [duplicate]
- Blank content php code not parsing advanced custom fields gallery add-on [closed]
- Three Column Loop
- Split loop into columns
- get_posts() forcing ignore sticky posts on main loop
- make diffrent template on last six post published
- Interrogate a page within a loop to check template type or custom meta data (Pages vs Posts)
- How to check all items in a loop have post thumbnail?
- Page Navigation Outside the Loop
- How to make the following loop break/stop when it reaches 2 posts (custom post types called Topics)?
- How to loop specific Category menu from archive page?
- How to display post tag on each post? [closed]
- Adding a second loop breaks everything
- Custom Query with Sticky Posts
- is it bad to copy the loop for a template?
- I want to load post in bootstrap Modal dynamically
- Return only one post format in index.php [duplicate]
- How to display just video post format?
- How to execute custom loop before loop content?
- Sorting posts to make those with post thumbnail show up first
- Best way to check if a post with specific meta exists
- Limit article to 100 characters. Can’t use the_excerpt…
- Return only content in excerpt field in loop
- Buddypress Group Activity Loop Filter activity type [closed]
- get_posts and wp_autop (remove filter)
- Trouble preventing duplicate posts between 2 loops on homepage
- How can I put a custom field as the link of a button shortcode?
- Loop displays current page
- Error in Wordprewss loop for page template [closed]
- I make sticky post for my archive page for custom post type with ACF field and loop is not working