Good morning,
In Helskinki admin, at this moment, posts are made to be read only by members who are logged in. When they are not logged in, or a guest visits, they will see this message on the blog face reading...
"Sorry, there is no post to display..."
In which file can it be changed it to read something slightly different?
In the meantime, I'm going to keep looking through the files hoping I stumble across it.
thank you
If you want to change it just in one skin, then open _main.php and find this line:
The $MainList->display_if_empty() is the function that you need to change. Just put the message you want to use in quotes inside the parenthesis:
That's probably the right way to do it. If you want to change it across all skins on your site, then your need to find that function and change the default. It's probably in /b2evocore/_class_itemlist.php.