When it's too easy to display title and permalink with given ID everywhere:
get_the_title($ID);
get_permalink($ID);
why I can't do the same with get_the_content($ID) ???
i will place it somewhere (outside the loop);
please help thx,
When it's too easy to display title and permalink with given ID everywhere:
get_the_title($ID);
get_permalink($ID);
why I can't do the same with get_the_content($ID) ???
i will place it somewhere (outside the loop);
please help thx,
Just made an another posts query with selected posts/pages and use loop and the_content()
This topic has been closed to new replies.