latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Removal of Login/Signup links in header

Home Forums Community Forum Removal of Login/Signup links in header

This topic contains 1 reply, has 2 voices. Last updated by  Jason (Lead Developer) 4 years, 10 months ago.

Topic Author Topic
Posted: Saturday Mar 3rd, 2012 at 3:45 pm #7185

Hi,

I realise this is a modification but I would really appreciate some guidance as I have been trying in vain to sort what i know to be a simple issue out.

I have the s2clean theme and would like to remove the Login/Signup links in the Header as I manually sign up customers.

Thanks

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Tuesday Mar 6th, 2012 at 12:56 am #7372
Staff Member

Hi there. Thanks for your inquiry.

Yes, that’s certainly possible using Hooks/Filters.

Hack Instructions:

Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
( these are MUST USE plugins, see: http://codex.wordpress.org/Must_Use_Plugins )

<?php
add_filter("ws_theme__c_display_login_box", "__return_false");
add_filter("ws_theme__c_display_login_box_controls", "__return_false");
?>
Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.