The article content where i need it. Help!
-
Hi,
I don’t know PHP very well, I’m trying to insert the content of an article in a specific place.The aritcle ID is 2073. This is the code I wrote:
<div class=”detailsnews”>
<?php the_post(2073); ?>
<div id=”post-<?php the_ID(2073); ?>” class=”post_detailed”>
<div class=”entry”>
<?php the_content(); ?>
</div>
</div>
</div>…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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘The article content where i need it. Help!’ is closed to new replies.