What's new

Closed Index title

Status
Not open for further replies.

PHC-Rafael

Ice 4 sale
Contributor
Joined
Mar 19, 2017
Posts
20,272
Solutions
11,145
Reaction
23,114
Points
16,495
Pano ba baguhin to yung title sa main page
asd.png
Solved
 

Attachments

Last edited:
kung malocate mo ang source code ng page mo may <title> tag sa itaas nakalagay sa loob ng <head> Palitan mo ang laman nito.
Example:
Code:
<html>
<head>
<title>Place your title here</title>
</head>
</html>

kung kulang e post mo dito source code mo
 
You do not have permission to view the full content of this post. Log in or register now.
Find the root template of the page:

You do not have permission to view the full content of this post. Log in or register now.

Edit that template in your Admin CP:

Admin CP -> Appearance -> Templates

There is usually a xen:title tag at the top which defines the page title:

Code:
Code:
<xen:title>TITLE HERE</xen:title>
If it doesn't exist in the template then you can add it. In the absence of that tag it will use the board title from the settings.

Source: You do not have permission to view the full content of this post. Log in or register now.
 
You do not have permission to view the full content of this post. Log in or register now.
Find the root template of the page:

You do not have permission to view the full content of this post. Log in or register now.

Edit that template in your Admin CP:

Admin CP -> Appearance -> Templates

There is usually a xen:title tag at the top which defines the page title:

Code:
Code:
<xen:title>TITLE HERE</xen:title>
If it doesn't exist in the template then you can add it. In the absence of that tag it will use the board title from the settings.

Source: You do not have permission to view the full content of this post. Log in or register now.
ok paps solved na salamat sa response :)
 
Status
Not open for further replies.

Similar threads

Back
Top