Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

rgholizadehr on "[Theme: Expound] Change order of how TIME is displayed in a post"

$
0
0

Hi,

I think you could do this by replacing

$human_time = human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) . ' ' . __( 'vor', 'expound' );

with

$human_time = __( 'vor', 'expound' ). ' ' . human_time_diff(
get_the_time( 'U' ), current_time( 'timestamp' ) );

hope it helps


Viewing all articles
Browse latest Browse all 13924

Trending Articles