If you click “View page source” and scroll down you will see that your code is broken in the last line
<p class="description"><a href="https://wordpress.stackexchange.com/questions/339202/
It looks like you are trying to call get_field()
which is Advanced Custom Fields function but it may not exist because the plugin is not loaded. Try enabling the Advanced Custom Fields
plugin and check again or you can replace the whole line with the WordPress native get_post_meta()
function.
Related Posts:
- How to stick the footer to the bottom of the page? [closed]
- How to remove version and thank you message from the admin footer
- Can i put ‘page’ at the bottom of each page?
- footer.php – twentysixteen child theme – social links menu to output font awesome icons
- How to edit footer
- How do i change the footer?
- Where is the admin bar instantiated?
- Using wp_register_style to load CSS in footer?
- editing footer text in JBST theme
- How to find the right file with inspector? [closed]
- WordPress Footer Missing After Website Hack
- wp_footer hook not working inside a class if not single [closed]
- Identify the page I am viewing
- Removing a link below from footer
- WordPress Site footer on Firefox displays a error
- How to edit footer content
- Changing copyright year in Footer.php with Custom plugin
- footer does not respect css stylesheet
- How to fix the footer to the bottom of the screen
- Delete bullet points in footer menu [closed]
- Getting A Link below footer – Want to remove it. How?
- How can I change this footer.php code to call a random image on reload?
- Editing footer for one page, keeping it the same for others
- Place Footer at bottom of page with short text
- Can’t deregister / dequeue scripts in WordPress
- Code for changing the size of the footer block (background) and font size
- How to add another image on footer.php
- On just 1 (new) page of my site there appears a wordpress footer with copyright 2012 which I want to remove
- how to edit part of footer
- How to remove the footer from a theme
- footer display problem
- How I can Delete Footer without using plugin BlankSlate?
- My footer has disappeared but only on my home page
- Meta Slider Lite plugin shortcode in post not working
- Footer with next/previous posts
- Move jquery ui to footer
- How do I change the footer (Norma) [closed]
- Re-position footer and force it to drop below blog post excerpts on home page [closed]
- How can I completely edit the footer?
- How to edit the WordPress footer
- How to Keep footer link remain intact?
- Footer Missing in website [closed]
- CSS to make HTML page footer stay at bottom of the page with a minimum height, but not overlap the page
- Fix footer to bottom of page
- force footer on bottom on pages with little content
- How to make a sticky footer in react?
- How can I make my footer center to the bottom of the page?
- Flushing footer to bottom of the page, twitter bootstrap
- What does wp-embed.min.js do in WordPress 4.4?
- How to load css in the footer [duplicate]
- how to remove default jquery and add js in footer?
- How To Remove WordPress Version From The Admin Footer
- How to add javascript just before the closing body tag in the footer of WordPress
- Auto get_header and get_footer on every template?
- My add_action (wp_footer, ‘method’) is not calling?
- How to add code to just before closing body tag
- How can I add a custom script to footer of login page?
- wp_enqueue script my_javascript_file in the footer
- How to add JS in footer
- How to remove “Proudly powered by WordPress” in Twenty Sixteen (2016) theme?
- Hook for writing text string after footer scripts
- How can I remove “Proudly powered by WordPress” from twentyeleven without modifying footer.php?
- Add script to footer – on post editor
- Wp_head and wp_footer vs wp_enqueue_script javascript files?
- enqueuing React script and hooking its target div fails to load script
- Share buttons on article footer
- Add footer.php to WordPress child theme
- Proper Javascript Implementation
- How to call a plugin function in footer.php
- How do you completely remove the default header and footer using functions.php?
- Sharing Header Components Across Multisite
- Why and how is twentythirteen adding a margin-top to my footer?
- Template part vs Sidebar (differences)
- Change directory where get_header(), get_footer() and get_sidebar() look for templates
- Move all the JS files to the bottom|footer, the right way
- Print string to footer using wp_footer option
- Putting footer content in a “page” – Doing it wrong?
- Inserting JS snippet in the footer if there is no wp_footer?
- Strip HTML comments from plugins in header/footer
- How can a Theme Contain no Header File or Footer File?
- Setting a page link in the footer?
- Add external js file to footer with id
- How can I customize wp_footer, where is the code that controls what this function does?
- Move jQuery and Migrate to footer?
- How can I selectively print scripts to the footer of certain admin pages?
- Only loads on the contact template page
- Is possible dequeue/remove style from wp_footer() hook and add on wp_head() hook?
- Change location of header.php and footer.php
- How to safely remove the footer (twentytwenty)
- storing wp_head in a variable?
- How do I enqueue a JavaScript in my footer via the functions.php file?
- Adding footers to posts?
- Execute Hook on the footer or header after activating a plugin
- How to place script in footer?
- Where would I place `wp_footer();`?
- how to add an image to the footer?
- Enqueue scripts in footer
- Main Menu and Sub Menu Items for Footer
- Problem in loading javascript in footer
- Why would this IF statement not work? [closed]