Thread Starter
celine
(@celine)
Hello!
Great! It’s working to show up the posts (articles) but not for the pages….
Is there a line of code to replace
$posts=get_posts('p=439');
by something which can get the pages i want? Instead of
('p=439')
I tried to put
('ID=432')
but it didn’t work….. And I could’t find something in the codex.
Thank you in advance for your answer(s)!
Celine
Thread Starter
celine
(@celine)
Thank you very much for your answer.
I’ll try this!