Questions tagged [page-title]

263 questions
-2
votes
1 answer

Title is showing in page when its inside

I made a short and basic website and the title is showing in the page. I put the title inside head when i wrote it but it is inside body when i use the inspect tool on it. Screenshot of code editor and inspect tool on chrome Code is below: …
-2
votes
2 answers

How can I pull title of current page into a URL/src?

I'm looking to pull the title of the current page into an img src URL. For instance: booth106 Is there any code to put in so that as the title changes from page to page,…
sebo620
  • 71
  • 7
-2
votes
2 answers

Set Wordpress page title a typing effect

I have a Wordpress website with Virtue theme. And I want the page titles on every page (except the homepage) give a typing effect. I installed this plugin and it wrotes I just need to insert this code:
-2
votes
2 answers

Set HTML tag values dynamically</a></h3> <div class="excerpt">I have an HTML page. The aim is to set the <title> tag dynamically. Using this Ajax call to get data to be inserted inside title tag as below $.get("/" + $.flydubai.config.CurrentLanguageCode + "/error/PageTitle/", function (data) { …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/page-title" class="post-tag grid--cell" title="show questions tagged 'page-title'" rel="tag">page-title</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 27 '14 at 15:14">asked Jun 27 '14 at 15:14</time> <a href="../../users/1468484/sajanyamaha" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1468484.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="sajanyamaha" /> </a> <div class="s-user-card--info"> <a href="../../users/1468484/sajanyamaha" class="s-user-card--link">sajanyamaha</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,119</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="26 silver badges">26</li> <li class="s-award-bling s-award-bling__bronze" title="44 bronze badges">44</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-46325606"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/46325606/how-to-replace-page-title-dynamically-by-popup-box-title" class="question-hyperlink">How to replace page title dynamically by popup box title?</a></h3> <div class="excerpt">My index page contains popup box. I want to replace index page title by popup box title if popup box clicked. For example <title><?php echo $title?> I want to display as following: *such as #model2 is…

Dipak
  • 931
  • 14
  • 33
-3
votes
1 answer

how to get page title using $_GET

I just made part of a userprofile script and I don't know how to display username in title. Please help here is the code:
Puru Vijay
  • 109
  • 1
  • 3
  • 12
-3
votes
1 answer

Can i override a page title of portlet with JSP

I have a remote portlet page with some title 'a'. When the action is successful and forwarding to a JSP page i need to change the page title as 'b'. Can someone help me in fixing this. Thanks in advance.
-4
votes
1 answer

alert onchange of the page title

Tried searching a lot. could not find any solutions for onchange of page title. There is jQuery .change() but that is limited to "input elements, textarea boxes and select elements." What I am trying is to give an alert whenever any script changes…
Neil
  • 402
  • 6
  • 18
1 2 3
17
18