• Resolved brownstone73

    (@brownstone73)


    Hi,

    How do I remove the ‘Hi [name],’ for example ‘Hi Admin,’ text from the customer area page?

    I’m using the UPME premium plugin together with the customer area plugin which seems to work quite well, but I just need to edit the page containing the ‘Hi [name],’ text on the customer area page.

    Thanks!

    http://wordpress.org/plugins/customer-area/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brownstone73

    (@brownstone73)

    It’s actually ‘Hello [name],’

    I resolved it by commenting out the following line in the customer-page.template.php page in /customer-area/includes/core-addons/customer-page/templates

    /*	if (empty($title)) {
    
    		$title = sprintf( __('Hello %s,', 'cuar'), $current_user->display_name );
    
    	}
    */

    You can just copy any .template.php file over to your wp-content/customer-area/templates folder and the plugin will use that copy instead.

    Using that method, you will not have to make your changes again next time you update the plugin.

    Thread Starter brownstone73

    (@brownstone73)

    Excellent!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the 'Hi []' text from customer area’ is closed to new replies.