Feb 28, 2019 7:02 pm
Was wondering if there is a way to change the default view of posted date 27/02/2019 11:02 pm to the non traditional view of 27-FEB-2019 11:02 PM?
3 Replies
Feb 28, 2019 9:15 pm
Found it, well at least there isn't an actual setting, this should be an option to add maybe. However I edited my post.php page, of course after I enabled it to be used by my theme using the Theme Customization instructions by copying the wpforo theme files to my theme directory. See instructions here: https://wpforo.com/docs/root/forum-themes/theme-customization/
Mar 01, 2019 7:56 am
Hi @ripper,
There is another way to do it. Instruction here:
- Navigate to Dashboard > Forums > Settings > Features admin page, enable the "WordPress Date/Time Format" option
- Navigate to Dashboard > Settings > General admin page, choose the Custom Date Format option and set it d-M- Y
- Use the following CSS code to make the characters of the month uppercase
#wpforo #wpforo-wrap .wpf-right .wpforo-post-content-top > span {
text-transform: uppercase;
}
Please don't forget to delete all caches and press CTRL+F5 before checking.