How can i make a custom front page where i put my buttons and redirect to that part of a site?
The simplest way to make a very custom front page is front-page.php
template. It isn’t commonly shipped with public themes (since it’s near impossible to override), but good fit for a private project.
how can i make two parts of a site with different content and display the wanted menu?
There are different ways to approach this, depending on differences needed between the sections. Are they in markup? Styling? Layout? Specific elements of the page?
The low key approach would be probably to produce two page templates, one for each section, and assign them to respective pages as needed.
Related Posts:
- Auto add pages to primary menu with functions.php
- Programmatically add existing pages and subpages to Appearance Menu
- Does is_child() exist in wp 3.5.1?
- wp_list_pages Hierarchical Help
- Add pages content to startpage through custom menu
- How to add a menu that belongs to parent blog to all child-blogs?
- How can I order these pages in this navigation bar on this old wordpress theme?
- Unable to remove page from primary menu
- Header lists posts instead of showing primary nav menu
- Conditional Nav Menu Inside Nav Menu Across Multisite Sites
- How to add class and span to
- how can i get the page_ID in nav li [closed]
- Split up wp_nav_menu with custom walker
- How to Add to Each Menu Link with link text to data-attr?
- Determine if a navigation item has children
- Bootstrap dropdown nav pills not working with wp_nav_menu()
- How to move parent li to end of child ul
- Directing a page to a default subpage
- Can you have different menus and theme on a per-page basis?
- Links open only on new tab or window
- How to Create a Custom WordPress Navigation Menu with the Code?
- Custom Nav Walker sub-menu HTML construct
- Add class to menu ul with active child
- Make compatible custom menu widget for Twitter Bootstrap
- Different side menu on each page
- Remove Page Name From WordPress Menu
- Hiding Menu From Specific Pages
- How to display dynamic content in start_lvl function
- Disable automatig SVG tag from menu
- Menus like a CMS
- Replace menu permalink/hyperlink with only menu name/slug
- wp_nav_menu add some element to container
- Use wp_nav_menu to display ALL pages
- How to add a submenu toggle button inside all “li” elements that have a submenu?
- get_query_var(‘post_type’) not returning in a filter
- wp_update_nav_menu_item not saving in multisite API
- Find out if a page has no parent
- Navigation Menus Depth for specific menus
- wp_nav_menu() with multiple Class
- Schedule Page to Menu [duplicate]
- Can’t include Language switch in Nav Menu
- Add within the output of
- WP MU: Using pages from main site in other sites’ menus
- Check if Page Already Exists in Menu
- Reuse a custom WordPress menu on another WordPress website
- How to dynamically populate a dropdown
- Is this format possible with a custom Nav Walker class?
- How can I add text to a single nav menu item?
- Alternative to wp_get_nav_menu_items?
- Navigation menu not being assigned Theme Location
- Using Zurb’s Foundation Tabs as WordPress Nav (Active Tab)
- Using my WordPress menu on another platform
- Links do not open from click, only in new tab [closed]
- How can I switch pages?
- Add a submenu to wp_nav_menu
- Walker menu not displaying at all
- remove menu items if user can’t read
- Adding a unique ID to each sub-menu
- How to add css to single navigation text? [closed]
- My navigation menu isn’t working. What happened? Please help!
- Disable parent in wp_list_pages – WordPress
- How to automatically redirect to first item of second navigation level in a multi-level menu?
- Locking in navigation labels before changing title?
- How to Add support for sub-menu item description in wordpress?
- wp_nav_menu without menu or theme_location specified
- I can’t add more pages to menu – menu delete pages
- add_menu_page does not render the expected result
- Blending Foundation’s Tabs with WordPress Nav Menu & Display Active Tab
- Editing the nav menu?
- Additional navigation bar in header
- Why is my navigation in my onepage not working?
- Navigation item – current date in url
- Hide a menu (navigation bar) on all posts
- How to remove empty line space in navigation menu?
- Is it possible to get_the_post_thumbnail (Featured Image) inside a sprintf function?
- Bootstrap Theme Migrated to WordPress
- Homepage Menu Link Won’t Function
- Bootstrap Nav Walker Sub Menu Image
- Creating navigation out of specific IDs and their children?
- Add active class to wp_nav_menu
- Disable Top Nav Bar on Mobile
- how to configure this type of menu
- how to create pages and link them to a menu
- Programmatically add a Navigation menu and menu items
- Show Child of Parent Page including all other parents
- Show only second level menu items? [duplicate]
- Add item ONLY to the primairy navigation
- Image menu on responsive WordPress
- wp_nav_menu: indicate by id page grandparents
- individual images as navigation design TwentyTen
- WordPress Navigation default output
- How to call either page name as the nav link or navigation title?
- How to get wordpress navigation to work
- How do I show a different secondary navigation menu for each section of my website?
- Adding Pages to Menus – No Page Hierarchy in Backend [duplicate]
- Custom navigation / menu output (walker?)
- How does WP knows which template to use for a page
- Problems with draft website pages
- WordPress “add to menu” button not working
- Control page access based on User Meta data?