I am not sure I understand correctly what you are asking for… but if this is about the <title></title> tag in the head which is displayed on the top of the browser – it displays (by default) the title of the post/Page/category you are on.
Sorry, can you further calrify, maybe with an example, exactly what you mean by ‘custom page title’?
If you mean show the name of the page in the title, this is possible with the following code:
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
But that should be coded into most themes anyway.
Re search: there is a “sticky” post on the main page (hint: red/pink bg colour)
Mylagoon – that is exactly what I wanted. I made my own theme so I didn’t have that in there. Thanks!
You could use conditional tags in your <title></title> to specify what it should be eg. on a single post page etc..