aramkader
Active member
- May 19, 2022
- 123
- 163
- 43
This means there is a problem with my serverYep, you can see it in the screenshot above.
thank you @Deepansh
@promowp
@This2ShallPass
thank everybody, I apologize to everyone
This means there is a problem with my serverYep, you can see it in the screenshot above.
VERSION 2.0 (JUNE 01, 2022)
Added: Two home pages
Fixed: Mobile menu parent item link
Fixed: All button 'open new window' and 'nofollow'
Fixed: Category widget
Added: a Topbar layout, a Header layout, a Footer layout
its alrealdy nulled?promowp updated Neeon - WordPress News Magazine Theme with a new update entry:
v2.0
Read the rest of this update entry...
VERSION 2.1 (JUN 29, 2022)
Added: Two home pages
Added: a Header layout
Added: a Footer layout
VERSION 2.2 (AUG 02, 2022)
Added: a new home page
Update: review schema
VERSION 2.3 (AUG 29, 2022)
Added: Added 3 new home pages.
Full disclosure, I don't use this theme and just looked through the files because of what you asked. So, I haven't checked this solution. But here is what I think you can do :Does anyone know how to replace the published date with the last updated date?
I tried online solutions but none of them worked and the plugin solution also doesn't work.
$post_time = '<span class="date meta-item"><span>'.$since.'</span></span>';
get_the_modified_date()
VERSION 2.5 (OCT 27, 2022)
Update: RT Demo Importer v_4.4 (PHP 8 compatible)
Update: Review Schema Pro v_1.0.5
Fixed: Post Tab Addon
Fixed: Fluent Form
Didn't work. Thanks for the effort thoFull disclosure, I don't use this theme and just looked through the files because of what you asked. So, I haven't checked this solution. But here is what I think you can do :
Go to :
neeon\inc\general.php
in line 608 you see this :
Code:$post_time = '<span class="date meta-item"><span>'.$since.'</span></span>';
change $since with :
Code:get_the_modified_date()
It appears to be within the loop so I don't think you need to pass the post ID to get_the_modified_date() but in case you need to play with it or change time formats etc ... you can check the documentation here :
![]()
get_the_modified_date() – Function | Developer.WordPress.org
Retrieves the date on which the post was last modified.developer.wordpress.org
Again I haven't tested this but it seems to me that this should work. So give it a try.
Oh, and remember this will entirely skip the theme's time display settings so if you want to use the time settings from the theme, you probably need to edit lines 598 through 608 accordingly.
Do you have a child theme as well? That would be helpfulpromowp updated Neeon - WordPress News Magazine Theme with a new update entry:
v2.5
Read the rest of this update entry...