The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
47 views

how to display all images from their siblings/ from same parent?

I need to know how to display all images from the current page siblings. for eg. I got two parents (Hockey and football) with children. In all this children I got one or several images attached (I've ...
0
votes
1answer
75 views

Add page as static html into another page

Is there a way to include a wordpress Page into another one? I'm not just talking about getting the content using get_page(), but to import the whole page (theme + content). I have been looking around ...
0
votes
1answer
127 views

How to limit the characters shown on the page - get_content

I've the below php to display the content of the post id#9 on my 'home page' of my site, so that whenever the client updates the page, it's reflected on the homepage as well - rather than having to ...
0
votes
1answer
134 views

Sort the data in Wordpress using get-page-by-title

Just got this "fresh" task this morning. I have a website that using the following syntax $thenews = get_page_by_title(date("Y")); But in the website it's displaying not the latest news. What ...
0
votes
0answers
17 views

get_pages not returning any results or error when get_posts works

I have a code sample that works with get_posts but I now need do with get_pages so I can get grandchildren in the results set: $attachments = get_posts( array( 'post_type' => 'attachment' ...
0
votes
0answers
92 views

wp get_pages: Include parent page on child pages

I am using this code to get a list of child pages excluding the current page and is working fine. But... When I'm viewing a child page, the parent page is not listed... How can I exclude the ...