The get_posts()
function only returns one post type at a time. So if you query for 'post_type' => 'post'
, by default you won’t get any Pages returned.
This should work:
<?php
$wpse53292_posts = get_posts( array(
'post_type' => 'post',
'exclude' => array( 3, 5 )
) );
?>
Related Posts:
- Modify theme to get page excerpts on front page
- how to get specific page content
- Location-Based Pages displaying results near customer
- Page displays content from different query?
- How can I get the homepage from the loop?
- How do I evaluate a get_posts array with is_page?
- How to get an array of pages ID by some page’s slug and all its children pages in get_posts() function?
- How to configure WordPress to handle 75,000 pages?
- How to disable posts and use pages only
- Custom SQL Query for WordPress page
- Password protected post or page – error message by wrong password?
- Get next/previous cousin page
- I want only my sub-pages to be clickable in the navbar
- How restrict page for users logged? [closed]
- Only allow new subpages to be created
- Hide Visibility Option From WordPress Publish Metabox
- How do I turn comments off for pages, but not posts?
- How to make nested page structure?
- Getting post content within wp_nav_walker
- List Child Pages of Parent Parent Page (Child pages from Grand Parent)
- How to add meta boxes to Pages
- Form action redirect to the same page
- How do I create a separate page for each author?
- Overriding the currently selected menu item
- How to incorporate Documentation into wordpress?
- Missing parent page attribute
- Hiding Page by Title from Editing
- Two Search pages, One search form
- Why doesnt ONE of my links in the footer work properly? [closed]
- Get page by its ID and display it on another one
- creating and styling a within a page
- How do i change page template in bulk?
- What are trackbacks?
- Determine page content based on page parent
- How to enumerate a list of posts?
- How can I redirect to my custom page without loading the Dashboard itself?
- Remove ID page from wp_count
- category slug and page slug same
- New user Registration data imported into Page
- Could be a namespace conflict (?) with login form and register form on the same page
- The concept of non-blog content
- Loading Multiple Comments Pages via Ajax?
- Change base URL of pages created by certain users
- Updated WordPress, now getting errors on site
- Edit Parent page drop menu when creating a page
- Get parent of current page
- How to list a page tree?
- How to create a page and display only the posts with a specific custom field value?
- Attachment pages stealing page slugs
- How to add an external php page with wordpress?
- Exclude pages by menu order
- WordPress pages not working out correctly with HTML
- Change page name in admin list
- How to exclude authors from get_pages()
- Folder wordpress page redirect
- Dynamic page with comments
- How to rewrite a page url
- Manage content on multiple pages synchronysly?
- Display pages in alphabetical order
- Listing all child-pages of a parent-page on the parent-page and each child-page?
- Loading scripts on specific pages using PHP in footer.php
- How to recover pages from site with only ftp? [closed]
- get_page() – Only variables can be passed by reference
- Need Help with Custom ModRewrite
- upgrade has caused page content to disappear
- Website jumps to top when scrolling down
- How to fix broken URL – https://mywebsite.com/comments/feed/
- Can’t find the page that is using a slug
- Translate dashboard metabox
- Revert a Draft page to its original version
- Loading ACF Field content on a 404.php page
- My edits are not saved
- Cannot Create A Page or Post in WordPress 5.2.1
- Can I use the wordpress loop in pages?
- Add addtional page parameter before loading the page
- When would it be best to hook AJAX functions on a back-end page?
- Detecting if I’m on a single, non-post, non-homepage page?
- How to insert current user ID in a shortcode?
- Make wordpress pages accessible for Woocommerce logged in users only
- My AJAX requests take 30 seconds to complete
- How to show the view more on my display of pages shortcode
- Have subdirectory name act as $_GET or $_POST data
- Create page excerpts for landinpage
- Why my site scroll top when end load pages
- Cannot add media to a page
- Specify parent page template
- Creating multiple pages
- Create nonce in frontend page to edit profile
- How to make page navigation just below the content?
- Paginate Links not working
- get_pages not returning any results or error when get_posts works
- How to remove title (home) from static page skeleton template
- How can one get page by pagename if it is a child page?
- Archive with specific keyword by category sorted by date
- How to pass the Querystring in pages?
- Is it possible to keep the page title from actually appearing at the top of the page?
- Edit the text location of a form
- Missing page on wordpress “Pages” dashboard [closed]
- I reached halfway through a WordPress tutorial to find out I began wrong for a new comer to WP
- Can’t create new pages in wordpress