It’s outputting the word Array
which is self explanatory. Instead of direct echoing it, you will need to turn the array into a string. Try implode
, something like:
Tags: <?php $my_theme = wp_get_theme(); echo implode(', ', $my_theme->get( 'Tags' ) ); ?>
Related Posts:
- remove_action on after_setup_theme not working from child theme
- Child theme – Overriding ‘require_once’ in functions.php
- Child Theme Not Overriding Parent Theme
- Problem only while using require_once() within functions.php
- Not all CSS elements transferring via parent to child?
- Randomizing wp_tag_cloud() in child theme
- Can’t switch to a child theme using filters template, option_template and option_stylesheet
- How to override this theme function in child theme
- get_template_directory() – references parent theme directory
- Setting Up Child Theme To Take Priority
- Getting back a blank WordPress site following functions code edit
- How to customize the_archive_title()?
- How to override parent functions in child themes?
- Adding a second email address to a completed order in WooCommerce [closed]
- How to load scripts/styles specific for a page
- Redeclare a function in a child theme
- How to override a function when isn’t at functions.php
- Child theme functions.php do I use php open and close tags?
- Issue with get_theme_mod returning a blank value instead of the saved value
- Hourly Routine Not Firing ( wp_schedule_event() )
- syntax for remove_filter in parent theme with class
- Is it possible to override this function/class in a child theme?
- Overriding core functions in child theme
- Override parent theme function that is not hooked or in the functions.php file
- Adding extra SVGs to TwentyNineteen child theme using class TwentyNineteen_SVG_Icons
- Theme Demo in live Site
- Reuse variable in hook callback
- Child theme – copied some files from parent to child website still uses parent files
- Customising widget titles/headings in WP 5.8
- get_the_excerpt() not returning anything when post has no excerpt
- add sidebar area to header of child theme
- Overriding methods in a child theme
- Should I ask a theme developer to use locate_template rather than require_once
- Using the child theme functions.php to change the customizer.php on parent theme
- Theme-Config tab in admin Pannel?
- Adding a class to tag list in a function
- Overwrite Parent Theme add_image_size in Child Theme
- Twenty Eleven Child theme error when attempting to use a rewritten function
- Is It wrong to use oop approach on functions.php?
- PHP files included in functions.php don’t seem to work
- How to make child theme inherit parent custom theme options [closed]
- How to remove set_post_thumbnail_size() in child themes?
- How can I change the do_action function in footer (copyright area)
- Retrieve tags data in post body
- Child Theme files – what is needed?
- Child theme within a child theme?
- How to load jQuery in the footer – nothing works for me
- How can I change a function in a parent theme via a child themes functions.php
- How to remove style attribute in WordPress RSS output?
- Add other social networks to TwentyNineteen_SVG_Icons class in child theme?
- Why is functions.php file in child not initializing and over-writing parent?
- Add custom function to a theme with child theme’s functions.php
- Pagination in relation to archive.php
- How to edit the Tags within the image file URLs?
- Enqueuing latest version of jQuery into a child theme returns a blank screen
- Load custom css in functions.php causing library issue
- Dequeue script to prevent javascript event conflict on wordpress child theme
- Return child theme url
- How do I change a parent theme’s function through the child theme?
- Some questions about how proper add 2 CSS file in a WordPress theme?
- Turn get_posts as string into an array for use in theme admin options
- Can’t locate custom image sizes defined by child theme
- Add back in child theme what the parent theme removed with remove_action
- How to include any template using Shortcode fuction?
- overwrite code snippet from parent to child theme
- Do we need to change our child function.php to require/include child dir files when we add an over-riding file.php into the child theme
- Sort and display pages with specific custom field (not tag)
- Child theme functions.php
- Why a SlideShow (made using JQuery FlexSlider) can’t work if I load it form functions.php but work if I load it from my footer.php file? [closed]
- Any adverse effects of adding apply_filters to a function?
- Astra theme – cannot set short product description under the product title (product name)
- Get webpack to work on child theme
- how can I add filter in specfic field in my website?
- How to remove font awesome from loading in wp theme
- Add custom css file after plugin css with WordPress Child Theme functions.php
- Header menu aligned right on all pages except for single-post page [closed]
- Class parameter in get_avatar args doesn’t get added to output
- How Do I Unhook This Parent Theme Function?
- Widget is displayed in two places
- Allow user only create specific tags
- Change default color scheme in twentyfifteen child theme?
- Create New User Custom Field not Saving
- Removing sanitize_title_with_dashes Function with The Real Title
- Shortcode Initialization in a Custom Theme
- Will dequeueing in child theme functions.php file prevent Google Fonts from loading?
- Adding a meta box fields to child theme options page
- Automatically add tag if a checkbox is checked
- How to pass a variable from a template page to the child theme functions.php
- Register a widget area when a theme option has been saved?
- Blank child theme – functions.php problem
- Make WordPress search for only this tags or exclude certain tags from search [duplicate]
- Override parent theme function that is not hooked or in the functions.php file
- How to get tags and categories?
- Additional Sidebar
- If two tags in the middle i need comma
- Why functions metaboxes is causing White Screen in Admin [closed]
- How do I make my child theme’s CSS update when I save it?
- Adding function to function.php error 505 [closed]
- Bulk set Post Title as Tag where Tag is Empty Function
- My website is generating weired url parameters of paginated pages