<?php /** * Displayed when no works are found matching the current query. * * @author WpWolf * @package WolfPortfolio/Templates * @since 1.1.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <p style="text-align:center;"><?php _e( 'Nothing found', 'wolf' ); ?></p>