Theres a hacky javascript way I’ve used before which is to use appendChild() to add a Font Awesome icon to the parent node. There will be a container for the icons, find its ID or class and save to a variable, add your icon html (or img tag) to a variable also, then use parent.appendChild(variableNameOfIcon); to add a new icon to the end of the list of children within that node.
You can also adjust the PHP template, either through use of child theme or there may also be a filter hook available depending on the theme to add new icons via filters.
Related Posts:
- How to remove “Proudly powered by WordPress” in Twenty Sixteen (2016) theme?
- Understanding Theme specific Code
- How do I get rid of or change the footer in my child theme?
- WordPress 5.1 upgrade has lost the parent theme JavaScript
- How to customize a section of a widget only on certain pages or page
- Linkedin not returning right info
- Analytics causes website to crash
- I am unable to remove “© 2022 My Blog | PopularFX Theme ” from footer [closed]
- WordPress Theme activation hook?
- “Unexpected error” on update requests
- How to prevent plugin, theme installation failures on WordPress?
- Is it possible to access Gutenbergs reusable blocks in CPT block templates?
- Removing Shortcodes from Child Theme
- A minimalistic admin theme for a WP 3 install
- Change Default Image HTML
- How can I develop a new theme in WordPress without disrupting the current site
- Move custom code out of theme’s functions.php file
- Error message “The page you are looking for is temporarily unavailable.” after editing a file [closed]
- Adding goodies to themes
- Child-theme breaks site
- A hook that runs only when the theme is previewed
- WordPress theme with multiple color schemes
- How can I have case-sensitive theme directory names when installed with Composer?
- Two Navigation Menus – secondary nav is including main nav
- Themes—Child Themes
- Protect changes made to the theme when updating
- When can changing a theme damage a website?
- how to add custom fields in page
- My scripts-bundle.js file is getting sent to the browser as a stylesheet css file. Help!
- What is the major difference between child theme and normal theme
- variables in translatable text
- Load a different theme for IE less than 9
- Theme Check reporting an incorrect theme slug and text domain
- Style the archives/category sidebar widget via theme
- I get the following message The uploaded file could not be moved to /home/reascom/public_html/wp-content/uploads/2012/07 [closed]
- WordPress themes that are browser tested and maintained?
- Custom CSS doesn’t work in edit mode
- Remove transparancy in Sydney theme’s headerimage
- Twenty fifteen theme – change responsive menu condition
- Port existing Bootstrap site to WordPress?
- stylesheet is not readable error after installation
- How to work on a new Theme for a site while still keeping the old Theme live
- Loading Bootstrap with wp_enqueue_style and wp_enqueue_script
- WordPress use of @ in core files
- Unable to upload/install any WordPress themes
- problem with my my theme “search.php”
- How to switch theme if the current user is admin?
- Cannot apply custom css to IE in the theme
- How can I show full text, not summary for the homepage and in categories?
- How to assign custom template to specific products in Woocommerce?
- Getting a ‘slide down’ js panel implemented within WP
- How to make content area in full width in Twenty Twenty-One theme?
- The requested theme does not exist. Stylesheet is missing – error after changing style.css name to my-styles.css in wp child theme?
- Re-zipping or extracting theme from wordpress site files
- Can I easily switch themes on a fully built website? [closed]
- Why does wordpress add Theme not list a specific theme anymore?
- Moving the search bar to be in menu bar
- WordPress theme layout problem
- current_user_can(‘manage_options’) causes white screen of death?
- header.php-tweak: How to do that getting Meta-Slider into the header-center?
- Does WP, php, or a current framework (woofoo / genesis, etc). Offer a way to schedule text / bg color changes?
- different theme in one website
- I made new theme directory, why won’t it show up in admin GUI?
- Migrating a website using custom image tags to use featured images instead
- Editing Theme and Moving Servers
- WordPress | Theme error
- CSS appears to not work on any WordPress theme
- setcookie on WordPress Page Template
- Is it a good idea to make WordPress theme repository public?
- How do you remove the “The Link You Followed Has Expired” error for a subfolder website?
- Switching among theme customizations
- Will I still have my website wordpress theme if I transfer my website to sites like Namecheap?
- How to change wordpress gutenberg editor font to match default theme font?
- Facebook Icon on top of WordPress Site Header and Top Bar
- Can’t embed certain youtube videos into theme
- How do I get the featured image to sit below the header in the twenty nineteen theme?
- How to use my .mo file in the Divi child theme instead of file in a parent /builder directory?
- How to fix Gutenberg with SiteOrigin page builder deleting content when editing
- Basic wordpress search shows no results
- How do I remove search bar that isn’t a widget?
- TwentyFourteen Theme : Changing grid layout
- How to allow users to switch to the child theme from front end without plugin?
- Change whole theme depending on resolution
- post_prev & post_next within same category
- Costum Theme template directoy url problem
- How to remove the option data of a theme when that theme is removed?
- How to find out which template the HTML content comes from?
- Resetting Themes Folder to Default
- How to Hide Blog Post Author?
- Convert theme to be based on Bootstrap?
- Include root files into header files
- Static posts page is not working
- Cannot use some themes within Managed WordPress of Go Daddy [closed]
- How to track your theme usage on the internet?
- How to add Company Logo to Chosen Theme
- What security risk is not having “default” theme?
- Is it possible to dynamically show different themes for different users? [duplicate]
- Why does WP theme not look like promoted? [closed]
- Remove image next to header image on WellExpo theme [closed]
- Adding PHP code to single template in 2023 edition of WordPress theme