One way to get used to the WordPress Template Hierarchy and Template tags is to download a “starter” theme and bend it to your will. Download A Starter Theme For this exercise, we’ll do just that. First go to html5reset.org and download the html5reset WordPress theme. Once you’ve downloaded it, put it in wp-content in […]
Category: WordPress
WordPress: How to add Featured Images
How to Add Featured Image Support add_theme_support( ‘post-thumbnails’ ); The code that follows will test if the post has a featured image or not. Note: the_content() isn’t mandatory here, just a typical usage: in the loop we will often place the featured image, then follow it with the content, or the excerpt. if ( has_post_thumbnail() […]
In your theme’s functions.php file, add the following add_filter(‘login_errors’,create_function(‘$a’, “return null;”)); This will stop the WordPress login screen from announcing that your username is correct but the password is not.
Great WordPress Themes
Max Magazine (slider, carousel, extra widgets. Lots of configuration options) Hatch (great portfolio theme) Colorway Custom Community (lots of configuration options) Sight (from ThemeShower, for Smashing Magazine) Eleanor Additional Recommendations: Yoko Lazy Sunday Gridly NEW ONES Suburbia (Magazine Theme) F8 Lite : a good photographer’s theme. You have to set the thumbnail sizes […]
Intro to WordPress
Introduction to WordPress Course Number: CEDA 150 Instructor: Kevin McMillan Number of Sessions 4 Day and Time Sunday / 9:30 am – 4:30 pm Start Date February 29, 2016 Room 121 Course Description An introduction to web design using the WordPress platform, this four-day course offers an in-depth look at the technology and skills needed to […]