Hi,
I am trying to add a picture to the "read more" tag...
I tried this:
<?php the_content('Lire la suite de cet article <img src="<?php bloginfo('template_directory'); ?>/i/arrow.png" alt="Lire la suite" />'); ?>
The code does not work. Anyone know how to make that work?
Thanks