How to add a sidebar to the article page of the Twenty Eleven theme?

How to add a sidebar to the article page of the Twenty Eleven theme?

The Twenty Eleven theme is beautiful and highly customizable, but the lack of a sidebar on the article pages is a bit annoying. Here's how to add a sidebar.
1. Find the following code in the single.php file:

<?php get_footer(); ?>

Add on it

<?php get_sidebar(); ?>

The method of adding to other pages is the same as above.
2. Delete the following code in the functions.php file:

function twentyeleven_body_classes( $classes ) {
if ( ! is_multi_author() ) {
$classes[] = 'single-author';
}
if ( is_singular() &amp;&amp; ! is_home() &amp;&amp; ! is_page_template( 'showcase.php' ) &amp;&amp; ! is_page_template( 'sidebar-page.php' ) )
$classes[] = 'singular';
return $classes;
}
add_filter( 'body_class', 'twentyeleven_body_classes' );

That's it.

<<:  Cirrushosting.com Web Hosting 50% Discount Code

>>:  Free .TK top-level domain application tutorial

Recommend

SiberDC: $8/month/8GB RAM/100GB SSD space/unlimited traffic/1Gbps/KVM/US

SiberDC, a Turkish merchant with a tax number (61...

WootHosting 2GB RAM Buffalo, New York KVM VPS Review

Details: WootHosting: $18/year/1GB memory/30GB sp...

Free cloud applications at home and abroad (cloud hosting)

1. Google Apps The free version can be used to cr...

Google Reader Alternatives

I'm currently looking for an alternative to G...

Hostodo: $10/month/8GB RAM/300GB space/10 IPv4/8 TB traffic/OpenVZ/Los Angeles

Hostodo, the so-called cloud hosting offers great...

Methods for refreshing DNS in different systems

Under Windows system (command line): ipconfig /fl...

【Black Friday】Krypt: VPS and dedicated servers have big discounts

Krypt, a long-established American merchant that ...

TabbyCloud: New Year Event

During the event, we will restock all products an...