remove sidebar from staff page

Support Area Forums Live remove sidebar from staff page

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #19211
    Paul Trefry
    Participant

    How do I remove the sidebar that appears on all the staff pages?

    #19216
    Bill Robbins
    Moderator

    Hello Paul,

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .tax-staff-group #sidebar,
      .page-template-page-staff-php #sidebar {
      	display: none;
      }
      
      .tax-staff-group #content,
      .page-template-page-staff-php #content {
      	width: 100%;
      }
      
    3. Update your settings.

    If you have any questions, let me know.

    Thanks,
    Bill

    #19220
    Bill Robbins
    Moderator

    I’m glad that helped. You can change the display so it shows everything. Here’s how:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose taxonomy-staff-group.php and find this line:
      
      <?php the_excerpt(); ?>
      

      and replace it with this:


      Be sure to copy that from the support site and not directly from the notification email.

    3. Save your changes.

    That should do the trick. Let me know if you have any trouble,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove sidebar from staff page’ is closed to new replies.