Skip to main content

Questions tagged [wp-title]

Display or retrieve page title for all areas of an installation or a site of a multisite or network install.

0 votes
2 answers
106 views

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 ...
Matt's user avatar
  • 101
0 votes
1 answer
70 views

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 ...
Finding Colors's user avatar
0 votes
1 answer
71 views

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 ...
Maddie's Fansites's user avatar
0 votes
1 answer
71 views

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&...
atlas_scoffed's user avatar
0 votes
1 answer
44 views

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 ...
Annique's user avatar
-1 votes
1 answer
147 views

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. ...
SaMee Ullah's user avatar
1 vote
1 answer
47 views

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’); ?&...
Adam Larsson's user avatar
0 votes
0 answers
75 views

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 - ...
On Secret Hunt's user avatar
2 votes
1 answer
178 views

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
concetta stellato's user avatar
0 votes
1 answer
3k views

My website theme header.php uses this code: <title><?php wp_title('&lsaquo;', true, 'right'); ?></title> And I'm seeing two <title> tags in the page source. How can I ...
anusha's user avatar
  • 11
1 vote
1 answer
66 views

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 ...
whakawaehere's user avatar
1 vote
1 answer
2k views

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', '...
Chris Rogers's user avatar
0 votes
1 answer
419 views

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. ...
Srini M's user avatar
0 votes
0 answers
17 views

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 ...
Competitive Exam's user avatar
0 votes
1 answer
1k views

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 ...
Still Ready's user avatar

15 30 50 per page
1
2 3 4 5
9