Hello,
On my site, I’d like to display the article date after the title. Is there an easy way to do it or should I write the date in the excerpt and style it in css. Page and credentials above.
Tx for your help !
Marine
Hey newki75,
Please try this solution: https://kriesi.at/support/topic/move-date-and-author-meta-to-under-title/#post-717283
Best regards,
Mike
Hello Mike,
I’ve tried to add the code in functions.php but it doesn’t work for me, I have by default Business blog. and my question is for the Grid blog articles (the index page of the code).
Any other solution?
Txxxxxxxxx
Hi,
I changed the code to work with your page, please check:
function move_postmeta(){
?>
<script>
jQuery(window).load(function(){
jQuery( '.page-id-73 .avia-content-slider .slide-entry' ).each(function() {
jQuery( this ).find( '.slide-meta' ).insertBefore( jQuery(this).find('.slide-entry-excerpt.entry-content') );
});
});
</script>
<?php
}
add_action('wp_footer', 'move_postmeta');
Best regards,
Mike
It works perfectly, Tx Mike ! You can close the case.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike