‘;’ is missing in this line echo "<dt>$recent_date / <span class="comment"><a href="$recent_link#disqus_thread">$recent_count</a></span></dt><dd><a href="$recent_link" title="$recent_title">$recent_title</a></dd>"
For this reason code is throwing the fatal error. Please replace that line with this code
echo "<dt>$recent_date / <span class="comment"><a href="$recent_link#disqus_thread">$recent_count</a></span></dt><dd><a href="$recent_link" title="$recent_title">$recent_title</a></dd>";
Related Posts:
- Nested comments ignored for max per page in wordpress
- Custom Comments – Parent / Nested Reply
- Why is styling comments so complex?
- Comment form not display properly?
- How to Auto Approve Comments on a Specific Page?
- comment_form() generates the wrong action url
- Customize comment list markup
- how to pull wordpress post comments to a external page
- Separated Comment from Post
- Remove “a href” from wp_list_comments()
- How to call wp_list_comments() with callback outside the loop
- How to get comment meta values by post ID
- Compact pingback list with favicons
- How to change i18n/l10n of #reply-title? (Old title: Comment reply link not working)
- How to remove comment link title attribute?
- Comment entry screen shows even though “Allow Comments” is unchecked
- Jetpack Comments with fall-back
- WP_Comment_Query – Get comments and answers separately
- Trackbacks not displaying
- Nested comments in WordPress theme
- Comment status shows ‘closed’ in db, but it shows ‘open’ when i echo it
- Difference between “comment_form_default_fields” AND “comment_form_fields”
- How to enable Disqus comments in a WordPress theme I’m creating from scratch? [closed]
- How to add custom class to get_avatar()
- Same comments on all posts
- WordPress Comment spam issue
- showing all recent posts in theme
- WordPress comments title
- Ajax Comment Upvotes – Votes don’t always register
- Modify comments_popup_link output
- Woocommerce Theme Reviews / Comments
- Recent post in the middle of the content
- child comments not displaying as nested
- How can I fix the even/odd child classes comments so that the comments are unaffected by the top-level even/odd?
- wp_update_comment not working
- How to filter content by language with WPGlobus
- Is there a Function so that the author of the comment can delete his own comment?
- Why is wp_head() creating a top margin at the top of my theme header?
- How to limit wordpress menu depth in admin panel
- How can I set image sizes and still have responsive images using the srcset attribute?
- Possible to “Attach” images to multiple posts without inserting or uploading twice?
- Remove settings if theme is deleted?
- Adding widgets programatically: how to avoid collisions?
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- How do I get a parent theme modification from a child theme?
- Removing the default sidebar from admin panel
- Extend walker – navigation, adding data attribute to a tag
- How to display category specific post content on a page
- Is there any need to use both wp_reset_postdata and wp_reset_query together?
- Enqueued Stylesheets Effecting Admin Styles
- Why is $GLOBALS[‘content_width’] needed if site is responsive?
- Correctly using wp_head()
- Theme development question regarding layouts
- Cannot figure out how to overwrite files in child theme
- Using wp_tag_cloud(‘format=array’) to print tag names without links?
- My Admin bar covers my sticky navbar [closed]
- Responsive embed for the video shortcode
- Access theme options in templates
- How to show post from category select
- How to append to menu items selectively
- tag is being auto inserted
- How remove render blocking css from wordpress when you build a theme?
- How to: JQuery multiple wordpress media uploader buttons in the same options page?
- Move default page templates to sub directory
- Displaying details of a post in a sidebar
- How to upload/update theme from local – bitbucket – shared hosting?
- Multi-page posts: A subdirectory for each post?
- Remove “You are using WordPress 3.2.1” from Right Now Dashboard Widget
- Load sidebar template just once to prevent multiple animations
- Change frontpage content via WordPress
- How to Have a Pure HTML Sub Directory In WP Site
- What are the critical theme files when building a custom theme?
- customize theme with get_template_part() [closed]
- Loading issue on Chrome for my WordPress theme
- How to add post meta fields to an article’s as meta elements
- Callback Function Not Firing On Selection In Media Uploader
- Add content after get_header
- Filter didn’t work on content class (hybrid_post_attributes)
- How to remove bullets from widget
- Link to RSS feed not clickable?
- Exclude function from homepage only?
- 3 Level Menu Navigation (3rd Level not displaying)
- Created blank theme for REST API, featured image not appearing on admin side
- How to echo inside the js file with wp_localize_script?
- WordPress doesn’t recognize submenus as so I can’t style them properly
- Custom CSS no getting applied
- How To Add Memory?
- Add social media icon in header area
- the_post_thumbnail fetches wrong image
- Problem using $var for shortcode attr value
- Displaying Tags for the Page I’m On?
- How to make navigation a list without a plugin? [duplicate]
- Allow access to stand-alone php file WordPress
- Google Plus One script has quit working, now returns red flag
- Twenty sixteen – full height
- Bootstrap 4 mobile menu not working for WordPress Development
- Configuring static page with add_rewrite_rule gives 404 after navigating to Permalinks admin panel
- How do I send out an update for my custom wordpress theme?
- custom wordpress theme blog page always not showing the last two pages of the articles
- Cart button not working on mobile version [closed]