Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #430897

    Hi,

    In the mansory blog posts, we need the date tag to show up before the title, so:
    “24/01/2014 – Titel name of the post”.
    How can we achieve this?

    #431556

    Hi hotspot!

    Open up /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and change line 620 from this.

    $items .=	"<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";
    

    To this.

    $items .=	"<h3 class='av-masonry-entry-title entry-title' {$markup}>".get_the_time(get_option('date_format'), $ID)." - {$the_title}</h3>";
    

    Cheers!
    Elliott

    #431827

    Hi Elliott,

    That worked like a charm, thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mansory date tag’ is closed to new replies.