What I did was really simple…In the admin panel I left the name as home, then I used conditional statements to change the name.
For the navigation I used:
<ul>
<li <?php if ( is_home() ) { ?>class="current_page_item"<?php } ?>><a href="https://wordpress.stackexchange.com/questions/32328/<?php bloginfo("url') ?>">About Us</a></li>
<?php $args = array("exclude" => "".page_name('Homepage').", "title_li" => ""); wp_list_pages( $args ); ?>
</ul>
For the title I used:
<?php if ( is_home() ) { ?>
<h2>About Us</h2>
<?php } else { ?>
<h2><?php the_title(); ?></h2>
<?php } ?>
I’m sure there are other ways to do this, but this is how I was able to solve it!! Hope this helps someone 🙂
Related Posts:
- Change admin startpage to Pages-page?
- Add a static page that links to homepage
- How to change default home link title?
- pagination does not work with query_posts. Help! [duplicate]
- How to remove title (home) from static page skeleton template
- How to display text of a page in home or custom page?
- How to get page title with the page ID?
- Apply the_title() filter in post & page title, but not in menu title
- page title, parent tilte and grand parent title
- Create pages automatically if they don’t exist
- Editing Complex Pages in Visual Mode
- Require title for pages
- Replace Dashes Before Title in Page List
- What is the use of $page_title and how to use it?
- Different fields in My Profile page depending on user role
- How to display page title+link of page created by user
- Is there a way to remove or hide individual pages on the Edit Pages screen?
- Is it possible to set a page template on a dynamic home page (articles list)?
- What’s the most minimal way in which a page can be hooked into WP?
- Associate Page with User
- Can’t change parent page
- Static files or dynamic WP pages for “static content”?
- CMS: Making complex pages editable by the end user
- Remove specific page/post from feed
- Redirect “Sorry, you are not allowed to access this page.” to Home
- How to display thumbnail and excerpt of a page on homepage?
- Custom /page/2/ template (different from index.php)
- Is it possible to have a landing page based on the visitors location?
- Custom page template not working
- Page title not showing up
- Create subpage – filter parent pages list
- Making a wordpress page the index on the site?
- How to change only the home page / front page url on wordpress
- How get get list of pages in ajax search
- is_home() returns TRUE on page template
- Site url is not showing the home page
- How can I get the homepage from the loop?
- Any Ideas for Including “More Tag” with get_pages($args)?
- Updated WordPress, now getting errors on site
- How do I Name a WP page in the New(ish) Block Editor?
- My custom template page not loading content inside it?
- How to detect if is_404() or is_page() or etc…? [closed]
- What is full URL for a post?
- Redirect page to default subpage
- How can I use “getarchives_where” to get monthly archives for static pages?
- Create page template with some static contents
- Parent page shows no child content
- Page titles for internal classification of landing pages
- how can i remove page title on desktop view
- Displaying posts on homepage – Template Page
- creating single page with 2 columns while theme is 3 column
- Get all children titles of a page as a link to them
- Get rid of “comment” field on non-blog pages [duplicate]
- How do you set the default page in WordPress?
- create 2 custom columns in page edit in Admin panel
- Add Filter to Ignore a Post/Page or a Number of Post/Pages
- Pages that don’t look like blog posts?
- After creating a new page, filling the page with structure
- Limit the amount of main pages
- How to show page title with capitalization only as I typed in?
- Add string to page title if post in specific category
- Change displayed “page name” to distinguish multiple pages with the same title
- On the list of Pages, clicking to Edit a particular page redirects to the list of trash
- Different template parts when on different pages
- How to get the full product name by ignoring custom modification on it
- URL redirect to home page issue in word press site
- How to filter page title for certain page?
- Problem with deleting a “Page”
- Static Home Page resets to Front Page
- How to include a query_vars value in document_title_parts?
- Why my home page doesnt work?
- How to detect if some page template has been selected
- How to remove the duplicate title tags and duplicate meta descriptions?
- WordPress Twenty-Fourteen: How to Remove Home Page Header Image from Other Pages
- Show different pages on site depending on user choice
- Display child pages on homepage template
- Custom display for homepage, tag and author pages
- Changing title bar in browser window of theme “Encounters Lite”
- Custom Filter using meta_value in wordpress admin list not working
- How do I make just one of my pages a Blog Page?
- Want home page to click through to two different page types
- How to have more post in a page than in your home page
- How can I change the title of the Home link in the navigation bar?
- page wordpress add extra unwanted stuff
- Multiple WordPress Pages
- How to create an user defined page?
- Adding a filter to wp_edit_posts_query() to prevent hierarchical display of pages
- Load new Posts on Scroll on Page
- How to have more post in a page than in your home page
- Default pages to be unpublished – possible?
- How to remove the trackback and pingback text on the bottom of my pages?
- Is it possible to keep the page title from actually appearing at the top of the page?
- How to set a default page for load first time?
- How do I create a page that displays the homepage?
- Create a plugin to create a new page in wordpress for each time a record is added into the database
- For some reason my posts are not showing up on my front page [closed]
- page title showing twice [closed]
- Static posts page with home.php
- Show parent & child pages with featured image and hide the current page
- Need help to structure our a complex hierarchy