After Tcattd kind reply, I was able to load some text, from a post content, inside a div tag along the page, but now, the name of the most recent added post was added to the HTML document title; that is, what was "This is the Blog Name" became "Last Post Added | This is the Blog Name". I'm just using posts to load/edit content inside specific parts(divs) of my static pages, can't have them on the site title. How do I hide them? Once more, thanks in advance.
|
closed as too localized by toscho♦ Jan 3 at 23:21
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
As helga indicated, it is in the title tag in the header. If your intent is to just have the blog name, replace the content of your tag with this
As a follow-up to your comment. At the top of your browser, there is Post Name | Blog Name and you want to remove Post Name, but keep Blog Name. If you have the following code in your wrapped in your title tag, remove it.
|
|||||
|
|
My mistake after all. Just realized I needed
to reset my mini-loop area:
Hope this can help more noobs like me. |
||||
|