Hi, it seems to work. Do you know how I can get post categories? I tried
<?php
Global $post;
echo $post->wp_get_post_categories;
?>
but it doesn’t seems to work. Also, do you know how I can set the date to j F, Y? Right now I get the full date and time. Anyway, really thanks for the help!! ??