Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress 3.1 – How can loop be modified to show only content of page? Re: WordPress 3.1 – How can loop be modified to show only content of page?

#73769
AngryMan
Participant

Yeah, man. Starker’s loop.php is frigging insane. That was not what I expected at all after following Chris’s WP theme video tutorial.

One thing I realized, though, is when Chris deleted a lot of Starker’s extra stuff, he deleted some things that might be pretty important to you… for example, the very first thing I wanted to do couldn’t be done because Chris had removed the Featured Image functionality on his Personal Homepage Theme. I had to look around for a few hours to find out how to fix that.

BTW, in case you’re wondering, this is how you fix it… add these two lines to the top of your functions.php file under the opening set_post_thumbnail_size( 80, 55, true ); // W x H, hard crop if you want the thumbnails to automatically crop… adjust the size or just comment this line out if you want to adjust them with CSS.