You could do something like this in your header.php file (or where ever you are setting your page titles in your templates)
<?php if (isset($_GET['user'])) : ?>
<title>Entries from <?php echo(htmlspecialchars($_GET['user'], ENT_QUOTES)) ?></title>
<?php else: ?>
<title>Normal page title here</title>
<?php endif; ?>
Without more info on what plugin you are using, or how your page titles are currently being set, this is the best I can recommend
Related Posts:
- Duplicate pages with ?s parameter
- Why “?v=hash” is added to my URLs? [closed]
- use query string in URL to display content on the page
- Pulling a parameter out of the URL of a WP link without “?” or being sent to a different page
- 404 error when passing “cat” parameter to URL
- How to add URL-Parameter for Javascript Widgets?
- previous_posts_link and next_posts_link, how to return the next/previous post’s title as the url
- HTTP 403 Error when passing parameters to URL
- WordPress get parameter ‘unapproved’ and ‘moderation-hash’
- How to parse a custom url (within WP site) and obtain params passed to that URL
- Passing values through url for checkbox fields with same name to get?
- Custom HTML title based on URL parameter
- WordPress Primary Category Changes After Import, Permalink Issue
- How to get a page url segment on wordpress?
- Different url to same page (with dynamic content)
- How rewriting a url to make it SEO friendly
- Add a paramter to page url
- Why “?v=hash” is added to my URLs? [closed]
- Add more than one query parameter onto wordpress url
- Set A Cookie To URL Parameter, Pass Cookie From Page To Page To Alter Post
- Use URL parameter to create dynamic content
- Pass post title as URL parameter
- mysterious issue with stop words in urls not working – how can I restore multiple url access?
- How to pass parameters thru URL?
- How to use query string in URL to display content on the wordpress page
- help me remove this additional parameter in url
- Enabling canonical links to force search engines to go to site.com rather than site.net [closed]
- What purpose does /embed/ URL have and how to avoid SEO problems?
- Conditional Content Linked to Cookie Value Only Shows on 2nd Page Load
- How do you retrieve a post by slug name through REST API?
- How Do I Set the Page Title Dynamically?
- Detecting a WordPress URL without doing a full HTTP GET?
- How does WordPress generate URL slugs?
- How does routing on wordpress work?
- Redirecting to old domain after migration
- Custom plugin route in WordPress
- Why is ?doing_wp_cron being appended to my URLs
- Unwanted media library URLs in posts?
- How to remove file versions from the file source links in wp_head?
- Change default URL path (/blog/) of blog posts
- Difference between esc_url() and esc_url_raw()
- How to deal with WordPress on localhost
- Problem with guids and absolute links
- How to convert the file path to a URL of the same file?
- Add menu and submenu in admin with a URL instead of slug?
- Creating 301 Redirects for Post, Page, Category and Image URLs?
- How to prevent apostrophes and quotes from appearing in permalinks?
- Update media file url in wordpress media library
- Why is WordPress saving full-urls to the database?
- How do I set up a custom URL shortener for my posts?
- Multiple post categories – single permalink
- Get taxonomy slug from url
- Load images with http urls inside https post
- Remove All Query Arg
- Open WordPress ‘Add New Post’ admin page with parameters set via $_GET
- How to remove /index.php/ from URL’s
- Run WordPress frontend and backend in different domains
- Pretty Permalinks
- How to set global variable in functions.php
- Force the Website URL to Include “www” and to be Upper Case?
- Why does WordPress automatically redirect URLs with the parameter “name=” to a different page?
- How to remove “http://” When Echoing URL?
- Change logo url link
- WordPress and $_GET Params
- Can’t login after my site was moved to a new server
- WPML Get url without outputting
- List of default WordPress URLs
- Why WP encodes UNICODE (UTF8) containing urls? Any drawbacks of UNICODE url?
- Adding a hook to ‘parse_request’ so that siteurl/pagename/xyz ignores “xyz”
- How to have numeric URLs in Posts and Pages
- Unable to load static front page on home url
- Force home page to be https?
- Why WordPress automatically removes http from the url of my website’s sub domain?
- add_query_arg() One Key with multiple values
- Weird: /?name in URL leads to blog
- Best Way to Leverage Custom Post Type Related Content and Consider SEO
- I am Looking to append URL Parameter to all URLs
- How do I amend the fixed “author” part in the URL?
- WordPress Move to SSL How to Update Media Assets to HTTPS?
- Dynamic URL generates dynamic content
- Moving wp-content outside of web root?
- Pages redirected to attachment post
- Generate one time URL
- In Settings>>General I am missing some fields
- Change homepage url
- Replace URL with Site Title in Search Results
- How to allow slashes in single posts when i click in the edit permalink button
- As soon as I add a custom query_var using the filter, my pages point to an archive page – why?
- WordPress page title repeated in SOME pages
- Is dynamic URL possible in WordPress
- Adding target and _blank as it’s value to the allowedtags
- How to update media links in WordPress after migration?
- permalink for category pages and posts
- Accessing the Current URL in a Text Widget for a Facebook Share Button?
- Is ‘name’ a reserved word in URL’s?
- get_site_url is not returning anything?
- Check what is at URI (post, archive, etc…)
- SEO meta description and title tag Yoast SEO
- Change sidebar headers from H1?
- Get url from file uploaded in Media Library