look into header.php of your theme;
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
when you use a seo plugin, you can control the meta title with the plugin;
change that line to:
<title><?php wp_title(); ?></title>
Related Posts:
- Show Default Editor on Blog Page ( Administration Panel )
- How to embed page content in a blog post
- Is it possible to set a page template on a dynamic home page (articles list)?
- Sitewide page on all the blogs in the network
- Page title not showing up
- How can I get the blog page ID?
- Later blog post pages give 404 error
- Is there a template tag/function for getting the URL (or slug or name or ID) of the blog page when using a “static” front page
- Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
- Embedding Password Protected (Private) “Blog Posts” BLOCK that shows Images and Excerpts on Password Protected Page (not the home page)
- WordPress blog posts template bug [closed]
- How to publish pages under a subdomain url?
- How do I make just one of my pages a Blog Page?
- How can I cycle posts with a #next and #previous script?
- Site Library issue
- Show more than 20 items in pages or posts edit dashboard
- Is there a default template file for child pages / subpages?
- How to create virtual pages with information from user meta profile fields?
- Increment Page Order As Pages Are Created
- Where does the 404 redirection happen?
- How to limit page pagination
- How to add pages to feed?
- Add custom text at bottom of every page?
- Remove specific page/post from feed
- Creating custom page
- Want Page Title to show on menu, but not on page
- How to create a metabox that will list all my pages in a dropdown selector?
- Personal page for every user (not just authors)
- Create ghost page
- load common thank you template with different content for different pages
- List pages by custom field?
- Send mail from page using wp_mail
- Edit page’s “Restore the backup” link does nothing
- Load specific page template based on URI
- Show preview posts and pages to clients
- Page displays content from different query?
- Site url is not showing the home page
- I can’t edit my homepage – the page editor is just blank [closed]
- Page redirects to archive
- Restricting Pages based on Hierarchy and User Role
- Pages Column Sorting WordPress Version 3.0.3
- Adding Page URL to the Pages Admin Table
- page-name.php doesn’t execute on custom template
- Removing Parent Page URL While Keeping the Navigation Intact
- Custom page template for multiple pages
- IF user is logged in only show certain page
- No Appearance panel is shown
- hard coded html / php pages on local host directory don’t show up in WP dashboard
- the_content of template page
- Post Fetching Ignoring Sort_Column?
- 404 Page not found
- Styling Previous/Next Pages differently from Index
- When will body has class “page-id-0”
- Page access only from a specific page in wordpress website
- How to show ‘tags’ in ‘WordPress Pages’ [not Posts]
- How can I change “page” (as in foobar.com/page/5) to another word?
- determine whether content is of type Page or a Post and display accordingly
- How to create a page that shows the last 10 posts?
- Check if the child page has sibling pages, and bookmark current page
- Automatically generate pages from SQL
- require_once not working
- Undefined index: post in NOTICE while adding meta box
- Displaying posts on homepage – Template Page
- Need 404 behaviour for blank parent page
- is_single(); Question
- Showing Different Code on Pages With Different Layouts
- How to make title for home to be News, but if page has parent then its name else just post/page name
- WordPress Page Protect forwards to Admin Login
- How can I edit pages from my local environment?
- Different template parts when on different pages
- Updating page template pragmatically
- Why can’t pages be categorized / tagged?
- Adding in additional pages into a custom theme
- List of pages of a specific user
- Multiple meta_key with get_pages
- Sup pages can’t be found
- How to use wp_dropdown_pages or wp_list_pages to accomplish a menu like this?
- Get child pages in get_pages function
- Bundle a page with custom url and a function
- Custom Upload Adds Ghost File
- Displaying Content Only in Certain Page IDs Not Working
- Widget & storing a Select box choice
- How to Change the path of a child page?
- Annoying notification when trying to create a new page
- Page stuttering on load
- How To List Sibling Pages And Include The Featured Image?
- WP Template Hierarchy – Need help choosing the correct templates
- the_content() Returns post content when I want page content
- disable trashability for certain pages
- how bbPress and buddypress add their own page templates to the page template drop down on the page editing screen
- pages won’t show on front page using loop or pre_get_posts
- List of pages – AJAX load more
- one time visit to the page
- How to display text of a page in home or custom page?
- How do I count the number of pages a user has seen on my site, and force them to log in after a certain amount
- Why does updating the front page give a 403, but no other page?
- Best approach to create a customized page
- Restrict page to members only does not work for page ID, slug or page title
- Added .lowercase-alpha-list now my list is adding an extra period
- How do you add a filter to wp-block-page-list?