• I want to add the page excerpts rather than the whole 1000-word articles on the WordPress. This helps the page look neat.

    I want to get the page excerpt into the menu like this:
    After Buyers guide, I want to add the page excerpt underneath it.

    • Buyers guide
      • This is the buyers guide page excerpt
    • This topic was modified 2 years, 2 months ago by lanigiro.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You could see if mega menu or similar plugin would do what you need.

    For a custom coded solution, you can use the “walker_nav_menu_start_el” filter to append a page’s excerpt to the usual menu item title. To get a page’s excerpt, get the “object_id” property of the current menu item, which is the page’s ID. With the ID you can query for its excerpt.

Viewing 1 replies (of 1 total)
  • The topic ‘Displaying page excerpt into navigation menu’ is closed to new replies.