XF 2.2 Changing meta title on a page node type

Alternadiv

Well-known member
Node 121 is my homepage using the page node type. The title of the page by default is Node title | Board title. Can I remove the node title bit without editing PAGE_CONTAINER? If not, how should I do it?
 
Solution
Add this to the page node template.

HTML:
<xf:title></xf:title>

1674931715892.png

If you want the page/node title to display on the page, add it back in:

1674931935048.png
Add this to the page node template.

HTML:
<xf:title></xf:title>

1674931715892.png

If you want the page/node title to display on the page, add it back in:

1674931935048.png
 
Solution
I was trying that and <xf:h1> but neither removes the board title at the end:

1674931934870.webp

Instead of the screenshot, I would want only Hello World -or- only the board title without the page title, since this is going to be the new home page.
 
Top Bottom