Currently viewing the tag: "WordPress Case Study"
This entry is part 5 of 5 in the series WordPress Child Theme Case Study - 2020 Eyes

WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 Add a horizontal footer menu to child theme (since Twenty Ten parent theme doesn’t have it as a default). Instructions from: Digging into WordPress – Using Menus in WordPress 3.0 In addition to the above instructions, add CSS and array controls from the main menu: File: footer.php (in [...]

Continue Reading
This entry is part 4 of 5 in the series WordPress Child Theme Case Study - 2020 Eyes

WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 Create new Category template to display full posts, instead of excerpt posts, on a Category page. Copy loop-page.php file from TwentyTen folder to child theme folder. Change file name to: loop-category.php. It’s the <?php the_content(); ?> in the original loop-page.php file that makes the Full Posts possible.

Continue Reading
This entry is part 3 of 5 in the series WordPress Child Theme Case Study - 2020 Eyes

WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 Header rotating images should only display on the Home page and not the inside Pages, Posts or blog page. The Home page is a child theme template (front.php), which makes it easy to control via WordPress conditional tags. File: Header.php (in the child theme folder) Replace: elseif ( [...]

Continue Reading

Categories

Archives

Set your Twitter account name in your settings to use the TwitterBar Section.