I appreciate your comments, I have looked into a possible repeated question, however I did not find it as helpful as the last comment by @michel after looking into the functions.php file I found this filter
add_filter( 'wp_title', 'burger_wp_title', 10, 2 );
function burger_excerpt_length( $length ) {
return 50;
}
Which I have gotten rid of and now I no longer can see duplicated site name in the page title.
Related Posts:
- Automated Footer information
- Theme support title tag – how to replace the default WP separator (with a filter)?
- When trying to set title, not sure how to edit it for different pages
- Change Genesis Tag from Page Template [closed]
- Displaying Page Title on index.php
- Removing title tags from each page
- Cannot update WordPress General Settings Site Title and Tagline
- why adds ‘»’ symbol?
- Limitations when modifying wp_title with a filter
- post_exists returning 0 if title contain special characters
- How to place POST TITLE any location inside the posts page
- Display tab title as ‘blog tagline | blog title’
- Include title and content of one page in another page
- How can I change the title of the Home link in the navigation bar?
- Problem dynamically generating an all purpose title tag
- TItle In Latest Post is not using H1 Tag [closed]
- How do I remove a pre-existing customizer setting?
- wp_redirect() – headers already sent
- Enqueue Stylesheets After Theme’s “rtl.css”
- Why I can’t add a CSS style in this WordPress theme?
- Use __($str) and _e($str) to translate strings with HTML
- Posts in multiple Categories different single.php
- Single Page WordPress Theme – Using page templates
- Confused about image sizing business in WordPress
- Custom Theme: The active theme is broken. Reverting to the default theme
- Creating the modern ‘single page’ html5 css3 layout in wordpress
- How can I stop WP media uploader from creating duplicates of my uploaded images?
- Customize comment list markup
- Have WP Theme update from Git Repository
- Responsive Images – Generating multiple images from Theme Customizer control upload?
- How can a Theme Contain no Header File or Footer File?
- WordPress theme (or plugin) that uses Contenteditable property
- Can a child theme based on Starker theme be released as free to use theme for public use?
- Adding “latest from the blog” to the homepage
- Default comments file and how to copy it
- Changing order title and featured image in blog post (Astra theme)
- Is there a theme function for is_password_protected()?
- Some translations do not work in my template class
- WordPress not registering Theme Customization Section
- How to get comment meta values by post ID
- Why is the Links Manager visible?
- Check if home.php and set home.php as page_on_front
- Should I use add_filter for functions in function.php of the theme?
- Multiple TinyMCE Editors in one Admin Page
- Showing a list of posts when homepage is custom
- Do i need to keep all the default WP templates files in a theme?
- Create a new page in WordPress theme
- How to show user online status on their posts?
- What is the correct way of getting parent styles from child theme?
- How to display all subpages and short by year
- How to disable wordpress from overload my stylesheet styles with customizer styles
- AJAXIFY WordPress Theme Frontend menu
- How can my theme allow users to take advantage of advanced html tags in posts
- Pull request in WordPress repository?
- how to setup custom content structures
- How to Call pages from a Options Panel
- How can I conditionally show different home page templates based on whether or not the user is logged in?
- how to get the post attachement image in full size?
- Gallery thumbnails very small
- Is there a list of all display functions for templates? [closed]
- Featured Image meta box not showing up
- Using a starter theme vs starter theme with child theme
- How should I use starter content utility to show some default menus?
- Set a featured image as a replacement to the header image
- How to remove ID’s from wp_enqueue_style?
- Custom theme: How to call archive-post.php for viewing blog posts
- Dynamic Post Thumbnail →
- How to include Google fonts [duplicate]
- Theme Customizer not displaying saved values in wp_head (CSS)
- Create a category archive page in TwentyTen Child Theme
- How to call the_time current?
- Thesis -style Navigation
- How to allow certain PHP functions when using sanitize_callback in the word press customizer
- White screen when attaching css to function.php
- Different text on different sites in a multisite setup
- How to remove WP Title Tag?
- Retrieve WordPress’ the_content() with jQuery
- How to create a WP theme that use BootStrap? [closed]
- Alternatives to handle customizer settings
- Changing sidebar.php and footer.php depending on URL
- Theme Checker Text Domain
- Minimal WordPress Functionality on Existing Website
- W3 total cach and theme changes [closed]
- loading javascript after jquery is loaded
- Change default rel attributes for Image Block & Button Block
- ACF get_sub_field ALT TAG in the repeater doesn’t show
- How to copy page/post from one theme to another?
- Not sure how to debug this npm install error. This is a wordpress theme that comes with a built-in gulp/webpack task automation [closed]
- Why front-page.php doesn’t show content of file instead shows loop
- Post title not displaying as recorded in the wp_posts table
- Find the source file causing a Mixed Content warning
- Ajax Comment Upvotes – Votes don’t always register
- Are paginated comments required for publishing Themes?
- Change default options on attachment page
- Enable WP to accept standard jQuery code embeding between the tags [duplicate]
- Pagination issue with Single.php
- php file child theme directory not overriding parent theme php file [duplicate]
- How do I change the tagline input to textarea?
- Creating completely new WordPress site from old WP contents
- Should I create a child theme for a parent custom theme? [closed]