You have created a simple page name News from the Admin and displayed under the Blog Menu. You have to create a page template and use the WordPress loop to display your posts. You can use this code in your page template and select templates when you publish the page.
$args = array(
'post_type' => 'post',
'order' => 'DESC',
);
$the_query = new WP_Query( $args );
while ($the_query -> have_posts()) : $the_query -> the_post();
php the_title();
the_excerpt(__('(more…)'));
endwhile;
You can pass more parameters to filter your loop as per your need.
Related Posts:
- Custom menu walker: how can i check first item
- How to add a child item to a menu element (using wp_nav_menu_objects)
- Primary and secondary menus
- how to get custom admin submenu( custom post type ) item to highlight when its active
- Walker nav remove submenu ul from a certain depth
- WordPress bootstrap menue with 3. level
- Subnav menu – adapt to show the same on parent, child & grandchildren pages?
- disable menu collapse/expand function and make a menu item a static, unclickable text
- Submenu causes issue in defined blog page
- Define supporting only 1-level menu
- Get the page IDs of a Particular Menu item’s submenu
- sub-menu does not show on the very top bar
- How to hide Newsletter plugin submenus from the Dashboard?
- How to exclude/remove submenu using Walker_Nav_Menu
- Links doesnt appear as a submenu on a mobile
- Notices are render inside sub-menu’s content
- Problem add submenu page
- Controlling the position of dropdow submenu
- Assign index page to my mobile site?
- Restrict days in bootstrap datepicker using checkboxes in submenu
- Need help finding information to create this type of page
- Subpages List Appearing on Every Page
- Active class on side menu
- I need to get this sub nav to show up on cat, sup-cat and post
- Show menu on page with all sub-pages and sub-sub-pages of that page
- WordPress two row automatic sub navigation with double wp_list_pages. Is it impossible?
- Horizontal sub-menu on one line
- Display a portion/ branch of the menu tree using wp_nav_menu()
- Getting custom admin submenu item to highlight when its active
- Display only page specific sub menu items using Custom Walker
- Is there an A/B testing plugin that lets you vary the heading, featured image, and content in a WordPress post?
- Add class to top level menu item if it has multiple child levels
- Simple Navigation Walker – Wrapper-class around first sub-menu
- How Do I Programmatically Better Organize Custom Post Type Menus?
- Is there a way to keep a custom menu expanded when editing a custom post type?
- Using custom post types in submenu + custom title
- Generate a tabbed submenu — from taxonomy term or submenu item — with sample content
- Automatically Add New Tags to Sub-menu
- how to automatically generate hierarchical menus from hierarchy of pages?
- How to restrict plugin’s sub-menu pages to admin/subscribers?
- Add Product categories to WordPress menu without losing hierarchy
- Removing “Sub-menus” from My Sites Drop-down in Admin Bar
- Replacing textarea with wp_editor
- Mark menu item as current-menu-item for category
- wp_post->post_parent object returning 0
- Creating a nav menu
- Can’t post to my WordPress site
- Automatically list top level menu item child pages
- Remove add news page and posts from menu
- Check if menu_item has children or has parent
- category permalinks
- Switch from hover to click on Twenty Twelve Menu
- get_the_title() gets printed out twice
- Admin: sub menu doesnt display under apperance when activate my themes
- a better menu, menu options assistance for WP
- Automatically Display Sub Menu
- Is there a way to add the list of recent posts into the admin sub menu on hover?
- retrieves menu and converts it to a readable array
- Show parent categories and sub categories but not grand children categories
- settings api sub menu and data not populating
- why is this function firing on all child menu items as well?
- How can i create menu like in the example?
- Get parents child pages
- How to get submenu of admin menu?
- Show login greeting above sub-menu links?
- How do you add a settings page to another menu?
- Link to subpages on the same page
- Listing Sub-Pages & Sub-Sub-Pages
- Subpages Permalinks Issues
- Dropdown primary navigation menu not working
- How to access wordpress menu & submenu item through the REST API?
- Link after WordPress
- cannot get global $menu value in form request
- Show Sub Menu on click and not hover
- Checkbox is not being set
- How to change the URL of sub menu page?
- Theme: dropdown hover menu not showing up in IE/Edge
- Show all menu levels except top level. How to exclude top level of a menu?
- How to update the children of a post?
- Admin – Custom Post Type in WooCommerce menu – how to control menu order
- WordPress menu walker – Get parent item text inside end_lvl function
- how to create pages and link them to a menu
- How to Query the Top 5 Posts of a specific category?
- Admin menu post type
- Set Value To Custom Field While Submit
- How to create a menu super voice in WP?
- Custom post type in submenu with custom meta box as a title with custom html
- Can’t remove menu items added by plugin
- Change sub-menu css class
- ID of parent Menu
- Editorial Process
- How to make a single Menu Item call another Mega Menu for Custom Post Types and Custom Taxonomies?
- How to keep close a sub-menu under homepage? [closed]
- TwentyEleven horizontal submenu
- How was this menu system created?
- How to display a submenu as a popup when clicking a button?
- how to mage the submenu open on wordpress active page
- How to have 2 posting pages on a blog
- How to create sub-menu in “Allure Real Estate Theme for Placester”?
- Display sub menus as separate lists