when there's nothing to display or when there's nothing in search result, the following message is displayed:
sorry, there's nothing to display...
to change this text, locate display_if_empty() in template and add a new parameter, so it looks like:
PHP:
display_if_empty(array( | |
'msg_empty' => 'your empty message here', | |
)); |
Leave a comment