Hi,
I don’t know PHP very well. I’m trying to insert the content of an article in a specific place (in wordpress).
The aritcle ID is 2073. This is the code I wrote:
<?php the_post(2073); ?>
<?php the_content(); ?>
…but instead of appearing the 2073 article, it appears the last article writen (by date).
Can you help me to fix it?
Thanks a lot