Questions tagged [wp-title]
Display or retrieve page title for all areas of an installation or a site of a multisite or network install.
129 questions
0 votes
2 answers
106 views
How can I add <sup> code to a Wordpress Post Title?
I have a WordPress website with various products set up in a Custom Post Type. Some of these products need to have the superscripted registered mark (®) on them. I can add the Registered mark ...
0 votes
1 answer
70 views
browser tab showing page title twice
I recently changed themes, but using the same code, so I don't know why it's displaying differently. The browser tab is showing the page title 2 times. It should show as Page Title - Site Title How ...
0 votes
1 answer
71 views
Website Title Not Showing in Browser Tab / Title Tag Empty in Page Source
I have set my WordPress' Website title and tagline in the settings, but it's not showing in any browser tab. It only shows the website URL in the tab. When I check the source code, the tag is blank I ...
0 votes
1 answer
71 views
Changing a page title while the page is being built
I have this lovely bit of code that is running in a plugin, and generates a page using a shortcode. ... if(count($bb_job)>0){ ?> <script type="text/javascript&...
0 votes
1 answer
44 views
light-wrapper page-title
Good day Developers, Please help. on my page it shows page title that I have no idea where to remove. I have checked my themes even changed them. Please if any one can tell me where I need to remove ...
-1 votes
1 answer
147 views
I want change custom title in custom wordpress php page
H Guys, I have a page details.php in WordPress which is run like this [domain.com/product-details?id=706494861] And I want to show the product title as in the head. I have a listable WordPress theme. ...
1 vote
1 answer
47 views
An extra ' is displayed in the title
I've found a string that's showing the posts title - blogname as title in the browser, but it's adding an extra ' This is the code I'm using: <title><?php wp_title(‘ | ‘, ‘echo’, ‘right’); ?&...
0 votes
0 answers
75 views
How to add first 3-4 post tags on WordPress Post Title
Is there any theme function code that put the first 3-4 post tags on WordPress Post Title. Let's assume I am creating a new article for my site and I added the below tags for my post My Post Title - ...
2 votes
1 answer
178 views
why <?php wp_title(); ?> adds '»' symbol?
on last Wordpress when I wrote <?php wp_title(); ?> appear » symbol before the name of the page.. On my functions.php I wrote add_theme_support( 'title-tag' ); Thanks
0 votes
1 answer
3k views
How to solve the site <title> tag being displayed twice?
My website theme header.php uses this code: <title><?php wp_title('‹', true, 'right'); ?></title> And I'm seeing two <title> tags in the page source. How can I ...
1 vote
1 answer
66 views
Why doesn't this function work when I know that the IP Address is "true"?
I am trying to append "DEV SRV:" to the page title (i.e. title tag) if the IP Address matches that of the dev server. I have tried this both in the functions.php file of my child theme and ...
1 vote
1 answer
2k views
Woocommerce: How to remove page title from storefront theme homepage
I have been searching online for this and everywhere I go it says to put the following into your functions.php function remove_title_from_home() { remove_action( 'storefront_homepage', '...
0 votes
1 answer
419 views
Wordpress Body Content How to add current page title automatically in different places?
I'm new to wordpress with very limited/low knowledge in coding, I'm trying to build a faq section for different pages, where I need to insert the page title, post date, author etc. in multiple places. ...
0 votes
0 answers
17 views
Issue with title for a page in wordpress for categories (Displaying CategoryName Archives) [duplicate]
The issue with a title for a page in WordPress for categories (Displaying CategoryName Archives). If the category is Aptitude then page title shows Aptitude Archives. How to remove Archives from the ...
0 votes
1 answer
1k views
Modify WordPress Page Title (<head></head>)
I'm trying to modify the WordPress page title. However I'm fairly new to WordPress functions, hooks (filters & actions) and so on. What I could achieve is to change and modify WordPress titles in ...