Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1303169

    To whom it may concern,

    my blog layout is set to elegant. how can I place the date of the blog post on the archive page before the main title rather than below the excerpt ?

    Regards

    #1303557
    This reply has been marked as private.
    #1303615

    Hi,

    Sorry for my late reply!

    – Please add following code to bottom of Functions.php file of your child theme

    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    – Then go to /enfold/config-templatebuilder/avia-shortcodes/postslider/ and copy postslider.php file to your child theme inside /shortcodes/ folder and replace the content of the file with following – https://pastebin.com/NubTYvVq

    Best regards,
    Yigit

    #1326774

    This can be closed :)

    #1326962

    Hi,

    No problem. Please feel free to open another thread if you need anything else. We will close this thread for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Post Date’ is closed to new replies.