‘l’ will give you lowercase representation of the day. You can wrap it in ucfirst
(and beware that you have a typo):
echo ucfirst( get_the_modified_date ('l', $post_id) );
or you can use css, if you can target it and it’s the only word in there:
.day { text-transform: capitalize; }
Related Posts:
- start_lvl Ignored in Custom walker_nav_menu
- PHP Catchable fatal error: Object of class WP_Error could not be converted to string
- What exactly does “Posts page” do in WordPress?
- How do I make my function add variables/values to the $post object?
- Change comments form title on a page by page basis
- Load custom field value into div with AJAX
- Get the title before comma
- wp enqueue style and style sheet depth
- “Can’t use function return value in write context” error
- Display 4 chronological posts starting with a random post
- Displaying Only Certain Tags in Loop
- Duplicates with WP_Query loop
- WordPress automatically adds tags when pasting code, how to stop it?
- ACF: Only get first row of a Repeater Field
- using add_action for a header hook that has an additional parameter
- Template part inside shortcode, unexpected reult
- How to enqueue CSS and JS only on specific template?
- How can I use wp_query to show all product data using just the products ID?
- WP add_action factory
- how to retrieve uploaded url of zip files
- save imported posts as drafts
- How to show phpinfo() only in a new tab?
- RecursiveDirectoryIterator not working in admin
- PHP WordPress optimization my loop code
- Ajax call not working
- WordPress Sending data to Ajax with select option
- Get value from shortcode to do something
- SQL Injection blocked by firewall
- Auto-Select Parent Category as Primary
- Long running queries
- How to create global title in header of wordpress theme
- comments sorting incorrectly across multiple pages
- auto-populating custom nav with all items from custom post type
- Can’t find infinite loop cause
- Saving plugin settings – ERROR: options page not found
- how to show only specific category for a template
- Trouble Installing WordPress Get PHP Not Running Answer
- Hardening uploads folder in IIS breaks images
- Do I have anything to worry about when switching to a default theme to test for plugin conflictions?
- Unable to process php via shortcode
- Creating a mobile site by adding a new class to the body tag from functions.php
- Using WP functions such as the_title() in an included php file
- Export Form Data to a CSV then send it as an attachment – contact form 7
- Template Loop – add switch case php
- Disable if there are no children – Woocommerce
- How to echo every parent page title?
- Alphabetically Ordered Category in WordPress
- change default RSS feed URL
- Gravity Forms merge tags in templates?
- PHP Warning: Missing argument 2
- Image rotation issue (horizontal picture uploading as vertical) — Exif issue?
- Sorting users by a field, not by ID
- How to get thumbnail with pure PHP in a WordPress database?
- Edit Account – read and write to MySQL
- Search page results conflicting logic – Search result caching?
- Looping through 3 recent posts but separating them into separate divs
- OG:Audio facebook meta tags
- WordPress stripping out custom field tags
- How do you save the values from custom fields to a products data
- understand what code is doing when prepending /blog
- $_POST returning empty values
- Show next image in array if page is revisited by same logged user
- PHP Fatal error: Uncaught Error: Call to a member function atp_variable() on null
- Adding markup to sub menu based on class
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- Remove all feeds and return custom 404 page
- How do I change the “login” label in My Account page to “Registered Customer”
- Edit a function to take different actions based on user role
- How to have different headers.php files based on the display page
- Customize the “Available for back order” text for specific variation
- wp_get_nav_menu_items() with ACF
- How to add custom attribute to all outofstock and all instock products automatically?
- Site infected by link
- Cannot successfully execute AJAX script to call function.php specific function. Using XAMPP localhost to test
- sessionStorage saves input value in browser but it is not loaded in the form field
- Multiple Arrays for Custom Post Query using Boostrap accordions and ACF repeater fields
- How to create an Email Subscription input in WordPress?
- autocomplete in wordpress using ajax with json-data
- Deny php execution in /wp-includes – using .htaccess in /wp-includes VS root folder
- wp-login.php?redirect_to=https problem
- Unable to get Post Category Name and URL
- Fatal Error cannot log into wordpress and website disappeared
- Private messaging – Getting and displaying the avatar/url of a message recipient
- RegExp to EXCLUDE strip HTML (FOR SOMME) comments
- Accessing external database: ERR_INCOMPLETE_CHUNKED_ENCODING
- Trying send mail from Theme page
- Would it be possible to route WordPress Through an MVC Application
- How can I put a custom field as the link of a button shortcode?
- jQuery vs. $ – Creating jQuery scripts in JavaScript in WordPress using External Libraries
- Problem using explode inside add_shortcode() callback funciton [closed]
- WordPress: Create A Widget to Accompany Plugin
- What languages were used to build WordPress? [closed]
- How to strip/remove all blank spaces at the beginning/end of a search string
- SHARING TO FACEBOOK – FROM DYNAMICALLY GENERATED PAGE
- Adding placeholder text field to woocommerce checkout [closed]
- Cannot modify header information – headers already sent
- Millennial Media PHP Setup ( Code Integration )
- Insert into db with foreach problem
- why is kses removing semicolon from inline style?
- Custom plugin doesn’t show in admin menu – when code added, displays an empty page