This is incorrect:
<?php bloginfo; ?>
bloginfo()
is a function, so you need to use parentheses ()
:
<?php bloginfo(); ?>
Related Posts:
- What’s the difference between esc_html, esc_attr, esc_html_e, and so on?
- Is it possible to rename a post format?
- Is there a hook or function I can use to display all theme files being used on a current page?
- How to paginate the get_users function?
- opening links in new tab using – add_filter( ‘the_content’, ‘make_clickable’);
- How to add classes to images based on their categories?
- How can I remove the title “leave a reply” in the comment box in twentyeleven?
- Child theme – overriding add_image_size by a child theme [duplicate]
- Check if has any sidebar active on current page
- Compare post levels and user levels wishlist member
- Change ul class=”children” for wp_list_pages?
- Target a certain page within wordpress backend (admin) i.e. Pages > About
- Set default options for inserting media
- Remove tag on my RSS Feed
- Automated mark posts as featured every day
- Session is not starting
- Child Theme Not Overriding Parent Theme
- Hide WYSIWYG editor on certain templates
- Custom image size in Media Dropdown
- Trouble using antispambot()
- Polylang: pll_e() & pll__() on functions.php, doesn’t work
- Disable shortlinks like ?p=1234 to prevent scraping
- Post Pagination Showing Same Posts Every Page
- WP_Remote_Get Not working
- How to call custom function from functions.php in site-wide template files?
- Pass parameters to function through an action
- Load .txt file for login_message in wp-login.php
- How to automatically remove links from WordPress Biographical Info?
- How do I redirect all 404 error url to Subcategory url
- Php function 301 redirect
- Selective Product Category for Carousel
- How to change login labels
- Function only on a specific page
- Logout Shortcode URL
- Add Custom Background Properties to Customizer
- What is the correct way of updating wordpress options
- WordPress functions.php – Execute plugin specific user online
- Skeleton Child Theme Add Icon Bar to Header Flex Grid
- Function that outputs second theme url
- error in getting post id
- Trying to register script in footer
- register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead
- Require file in functions from theme directory using PHP
- Shotcode argument issues
- Remove Custuomize Sections
- (Woocommerce) Order by price when entering specific category
- Exclude category from shortcode
- Adding an option to a shortcode
- Get urls of images in a gallery?
- Undefined variable error in new function
- How can I show immediate and/or parents in a title?
- Add Login/Logout Menu Item to Primary Nav “My Account” Submenu [Woocommerce] [closed]
- Need help with customalert that it would read on a normal page, but not in WordPress
- Child theme function.php causes fatal error
- Best way to disable sidebars on posts (only)?
- Passing Jquery value to WordPress function
- How to override this theme function in child theme
- Unable to add extra elements to the main navi (wp_nav_menu_items)
- Internet Explorer opens links to .msi files as text in a new tab
- Enqueueing scripts selectively & activation where needed
- Overwriting TwentyTwelve template file with child theme template, but lower in the hierarchy
- A better way to get stats
- Get URLs for AJAX Filter Checkboxes WordPress
- Using One Function To Create Two Different Shortcodes
- Change Page Title
- How to Not Show posts on Category page?
- Put images in the media from url functions
- Paragraph spaces in email template function
- Is it possible to load recaptcha script only in url with fragment identifier (#)?
- page shows short code not output
- Scheduled post delete – can’t pass the cron arguments
- Prevent function from triggering on current page
- Assign IDs to headings in ACF using functions.php
- How would I correctly implement a new if statement in a child functions file?
- Multiple Notifications SetInterval
- Child Theme not loading multiple stylesheets
- Show number of sold products but be first for less than 2
- How To Show Shortcodes In WordPress Custom Fields?
- Class::$template_dir_path=get_template_directory();
- How to debug function file causing white screen
- Post date on Custom field
- Fatal error: Call to undefined function add_action() – an untouched problem
- Author info does not show up when author has no posts
- How to wp_enqueue_script with html?
- Load CSS conditional on custom field is present
- Modify sub_menu function to show pages below a specifically set page
- Add custom class to all URLs on entire site
- Is it possible to change parameters of Parent theme function in the Child theme?
- Error function main() is a non-object to construct my Ajax.php
- Unregistering custom tinymce plugin?
- Combining wp_current_user() and a variable
- Init hook for header send
- java script error Uncaught SyntaxError: Unexpected token ILLEGAL
- Gravity Forms After Submission – GFFormsModel::update_lead_field_value?
- site_url is not honoring scheme
- new to javascript – using in instead of functions.php, not loading correctly
- Remove Disqus JavaScript from homepage
- Working function() doesn’t execute when triggered by WP CRON
- WordPress – Notice: Function wp_enqueue_script was called incorrectly
- post_row_actions filter from parent theme not executing in child theme