Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: functions.php
<?php do_action( 'wptouch_functions_start' ); add_filter( 'wp_title', 'foundation_set_title' ); function foundation_set_title( $title ) { global $wptouch_pro; if ( $wptouch_pro->showing_mobile_theme ) { return $title . ' ' . wptouch_get_bloginfo( 'site_title' ); } else { return $title; } }
Save
Cancel