Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nashwan D

    (@alex-ye)

    Sure, use this code:

    Conditional_Themes_Manager::register( 'twentythirteen', function() {
        return ( get_current_user_id() === 12 );
    } );

    and remember to change the 12 to the needed user ID.

    Thread Starter candell

    (@candell)

    Superb thank you. Should really have known that :-\

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘different theme for single username’ is closed to new replies.