The filter that allows you to tweak the title value is [wp_title][1]
. As mentioned by the commenters, the entry-title is a class pertaining to your theme.
If you need to set a class according to a certain value, try something like this
in your template file:
<h1 class="<?php echo ($in_category_a) ? 'align-left': ''; ?>"><?php the_title();?></h1>
Related Posts:
- How to append to title via functions.php for auto-posting plugin [duplicate]
- Redirect to another page using contact form 7? [closed]
- Want to create custom design of progress indicator in wpforms
- How to add different CSS for galleries
- plugin style conflicts, how to override? [closed]
- Is there an earlier hook than login_head or login_enqueue_scripts?
- How to disable CSS rule in Twentythirteen style.css?
- Theme’s default styles are overriding my plugin’s custom CSS
- Remove ALL css for a specific plugin page
- Edit default comments page in WP Admin
- Inserting above the comment template
- Globally register styles but enqueue them selectively
- Creating a plugin to sanitize comment and the url field before display only
- CSS from textarea in options page to frontend what to do
- custom changes removed after plugin update
- W3 Total cache “empty all caches” and no stylesheets render [closed]
- Admin Panel pagination link styles
- How to style the RSS wordpress?
- How to find the origin of a file upload from within wp_handle_upload?
- Can someone please tell me what is wrong with my plugin?
- How Do I Figure Out What File(s) to Edit from Looking at the Source Code [closed]
- Modifying the comments section through a plugin regardless of theme
- WPBakery JS composer unused css [closed]
- How to tie dark mode with prefers-color-scheme webkit? [closed]
- How to get the element ID from new menu list that added with add_filter()?
- Trouble with plugin styles in admin area of WordPress
- Add a CSS class based on categroy id to archive pages
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- White page by using filter template_include
- How to check current user before all actions and filters?
- How do I create a filter feature on WordPress? [closed]
- Create a navbar filter that filters by a custom field
- Child Pages Short Code plug-in and hover capabilities?
- Passing an array from shortcode-function to filter-function
- Removing included CSS file that doesn’t exist
- How to hide CSS by default and show on button press
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- Get Time Taken By Each Action Hook in WordPress
- How to create an input field, and base the output on spreadsheet data? [closed]
- WordPress plugin output formatting
- Filtering WooCommerce Orders by Category
- How to remove plugin metaboxes from edit.php
- how to access all user dashboard on fronted page [closed]
- Plugin developer automated documentation
- What would I need to write into a custom plugin in order to add a switch for a custom string of CSS to the edit page?
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- qTranslate remove default directory from link
- How to disable a plugin for certain page?
- Output content to the_content before a plugin does
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- Ajax Search Lite: Customize Autoscroll
- Delete mobile menu button [closed]
- Widgets Scripts don’t load – but load when I reload the page
- Ability to automatically redirect a URL
- WordPress user account activation
- How to get DEFER or ASYNC attribute to appear when I add a stylesheet with wp_enqueue_style from a plugin? [duplicate]
- External Script Using WP – Hooks / Actions Not Working?
- URL parameters causing 404 on home page, but nowhere else
- How to change the name of the “edit my profile” link in the WordPress admin backend
- Filtering get_permalink in Jetpack / ShareDaddy
- how to add text to posts from tags
- Adding CSS to custom post type admin page causes error
- Proper way to replace the_content only for pages created by custom plugin
- add_filter doesn’t work
- How to use my menu PHP code as sidebar?
- Template filter for custom taxonomy terms
- Is there a way to figure out which action/filter invoked a function?
- Edit External CSS
- Stop Plugin from Getting Styles from Other Plugin
- Add sub menu page in your plugin
- Show Sitename on Yoast SEO Title tag [closed]
- Using add_action before add_filter on a plugin?
- How do I use add_action on custom widget?
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- How to apply next/previous classes to LIs for pagination links?
- Check if variable is set in filter
- What exactly happens to function argument availability when using a filter?
- Override plugin styles via my custom theme
- How to add CSS via custom plugin?
- Plugin Theme CSS [closed]
- Full list of registered scripts or styles, but from an admin options page
- Overwrite a plugin’s CSS?
- Combining several CSS files into one for optimization
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- Passing stored variables to add_filter
- Modify page title and subtitle with a plugin
- override filter in a plugin
- Check filter defined or not?
- how to prevent all css and javascripts files from loading
- remove_action not removing add_action from constructor
- Front-end CSS Library for plugin [closed]
- Hide a Menu Item on Login
- Insert Message before content of after title
- Infinite scroll messing up nth:of-type
- How can I apply a WP filter on specific plugin version
- How to customize a title by passing query string?
- Wooslider custom css
- Basics of changing plugin output
- Minimizing scripts & css files that plugins add
- Making that Admin Bar transparent or a blue color