PSD to WordPress Theme

Lauren Pittenger
Lauren PittengerFront End Web Designer at lbdesign
PSD to WordPress Theme
Lauren Pittenger
@laurenpittenger
1
2
Why work
this way?
3
Strategy
14
Efficiency
25
Intentionality
16
Design
7
Development
8
9
Underscores
10
Starter theme
1,000-hour head start
Well-commented
Handy template tags
HTML5
JavaScript mobile menu
CSS or Sass
Why Underscores?
11
Other Starter Themes
Make your own!
Bones
Foundation
Genesis
12
Download from
Unzip file & place in
wp-content/themes/my-theme
Activate it at
Appearance > Themes
underscores.me
Starting with
Underscores
13
All Done! Yay!
14
Visit Site
15
Functionality
16
Logo
Menu
Slider
Widgets
Custom Fields
Customizer
Planning
WordPress
Integration
17
What is our goal?
What does the client need?
Who are our users?
18
Use a named layer group
to organize elements
PSD Layers Groups
19
Layout
20
Layout Tools
Bootstrap
Susy
Bourbon Neat
Worth having a chat about!
21
View > Show > Guides
Use a Grid
22
PS Ruler Tool
Measure all the things
from column widths to
padding widths and
beyond
23
Measuring Layout
24
Measuring Layout
25
Header
.site-header {
max-width: 1170px;
margin: 0 auto;
}
26
27
Automated
Columns
Margins
Gutters
GuideGuide
PS Plugin
guideguide.me
28
Images
29
Sizes
Custom WP image sizes
Images
Considerations
// in functions.php
if ( function_exists( 'add_image_size' ) ) {
add_image_size( 'portfolio-thumb', 375, 375, true );
}
Codex: add_image_size()
30
Placing vs. Embedding
Embedding an image
into a PSD makes PSD
more transportable
Placing an image allows
us to easily save it out
from within Photoshop
Images
Considerations
31
Typography
32
Font Family
Font Sizes
Line Height
Paragraph Styles
Fonts Panel
33
Enqueue Google Fonts
Add font styles
Font Styles
34
35
// in functions.php
function psd_to_wp_theme_scripts() {
// other code here - removed for brevity
wp_enqueue_script( 'psd-to-wp-theme-roboto', '//fonts.googleapis.com/css?family=Roboto:400,700,300' );
}
add_action( 'wp_enqueue_scripts', 'psd_to_wp_theme_scripts' );
Enqueue Roboto Google Font
/* in style.css
.main-navigation ul {
font-family: "Roboto";
font-weight: 700; /* "Bold" in Photoshop */
font-size: 16px;
}
Use it in CSS!
36
37
Colors
38
Finding the Color
39
Handy way to save
color palette
Easily copy them to
SASS variables
Beware using
eyedropper tool on
transparent colors
Color Swatches
40
Other Cool Tools
41
Take any website and turn
it into a layered PSD file
Page Layers App
www.pagelayers.com
42
Photoshop plugin which
instantly turns layer styles
to CSS3!
CSS HAT
madebysource.com
43
Finishing Touches
44
themes/mytheme/screenshot.png​
1200x900px
Theme Screenshot
45
Resources
Design
Adobe Photoshop
Page Layers
Aspect Ratio Calculator
Development
WordPress Codex
CSS Hat
Underscores
Bones
Foundation
Genesis
SASS
Susy
Bourbon Neat
Bootstrap
Theme + PSD
github.com/lepittenger/
psd-to-wp-theme​
46
Thank you!
Questions?
Lauren Pittenger
laurenpittenger.com
@laurenpittenger
47
1 of 47

Recommended

Website speed optimizations you can do yourself by
Website speed optimizations you can do yourselfWebsite speed optimizations you can do yourself
Website speed optimizations you can do yourselfminddigital55
7 views6 slides
From business requirements to the development of magnolia cms.com - personali... by
From business requirements to the development of magnolia cms.com - personali...From business requirements to the development of magnolia cms.com - personali...
From business requirements to the development of magnolia cms.com - personali...Magnolia
676 views20 slides
Creating a Business Oriented UI in APEX by
Creating a Business Oriented UI in APEXCreating a Business Oriented UI in APEX
Creating a Business Oriented UI in APEXEnkitec
4.2K views92 slides
Building a Game With JavaScript (Thinkful LA) by
Building a Game With JavaScript (Thinkful LA)Building a Game With JavaScript (Thinkful LA)
Building a Game With JavaScript (Thinkful LA)Thinkful
224 views56 slides
Word press in 60 minutes by
Word press in 60 minutesWord press in 60 minutes
Word press in 60 minutesMichelle Castillo
599 views30 slides
Not Just a Pretty Face: How to design and build a cross-CMS CSS framework by
Not Just a Pretty Face: How to design and build a cross-CMS CSS frameworkNot Just a Pretty Face: How to design and build a cross-CMS CSS framework
Not Just a Pretty Face: How to design and build a cross-CMS CSS frameworkcrystalenka
57 views43 slides

More Related Content

Similar to PSD to WordPress Theme

Web Design & UI/UX Bootcamp [Online & Offline] In Bangla by
Web Design & UI/UX Bootcamp [Online & Offline] In BanglaWeb Design & UI/UX Bootcamp [Online & Offline] In Bangla
Web Design & UI/UX Bootcamp [Online & Offline] In BanglaStack Learner
167 views21 slides
PSD to HTML Conversion by
PSD to HTML ConversionPSD to HTML Conversion
PSD to HTML ConversionDarryl Sherman
51 views18 slides
Media queries and frameworks by
Media queries and frameworksMedia queries and frameworks
Media queries and frameworksNicole Ryan
2.8K views22 slides
Design responsively by
Design responsivelyDesign responsively
Design responsivelyCélia Leocádio
77 views81 slides
Designing and Developing Windowed Interfaces for Web Apps by
Designing and Developing Windowed Interfaces for Web AppsDesigning and Developing Windowed Interfaces for Web Apps
Designing and Developing Windowed Interfaces for Web AppsSteve Smith
2.6K views52 slides
Pagebuilder Plugins – You’ve Come a Long Way Baby! by
Pagebuilder Plugins – You’ve Come a Long Way Baby!Pagebuilder Plugins – You’ve Come a Long Way Baby!
Pagebuilder Plugins – You’ve Come a Long Way Baby!Michele Mizejewski
93 views71 slides

Similar to PSD to WordPress Theme(20)

Web Design & UI/UX Bootcamp [Online & Offline] In Bangla by Stack Learner
Web Design & UI/UX Bootcamp [Online & Offline] In BanglaWeb Design & UI/UX Bootcamp [Online & Offline] In Bangla
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Stack Learner167 views
Media queries and frameworks by Nicole Ryan
Media queries and frameworksMedia queries and frameworks
Media queries and frameworks
Nicole Ryan2.8K views
Designing and Developing Windowed Interfaces for Web Apps by Steve Smith
Designing and Developing Windowed Interfaces for Web AppsDesigning and Developing Windowed Interfaces for Web Apps
Designing and Developing Windowed Interfaces for Web Apps
Steve Smith2.6K views
Pagebuilder Plugins – You’ve Come a Long Way Baby! by Michele Mizejewski
Pagebuilder Plugins – You’ve Come a Long Way Baby!Pagebuilder Plugins – You’ve Come a Long Way Baby!
Pagebuilder Plugins – You’ve Come a Long Way Baby!
How to Use CodePen - Learn with us! by Mars Devs
How to Use CodePen - Learn with us!How to Use CodePen - Learn with us!
How to Use CodePen - Learn with us!
Mars Devs3 views
SEF 2014 - Responsive Design in SharePoint 2013 by Marc D Anderson
SEF 2014 - Responsive Design in SharePoint 2013SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013
Marc D Anderson935 views
Yaniv Brosh (R&D Director, NeoGames) - Angular: Real Life Experience by Innovecs
Yaniv Brosh (R&D Director, NeoGames) - Angular: Real Life ExperienceYaniv Brosh (R&D Director, NeoGames) - Angular: Real Life Experience
Yaniv Brosh (R&D Director, NeoGames) - Angular: Real Life Experience
Innovecs211 views
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI by hannonhill
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREIResponsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
hannonhill1.4K views
The Pragmatist's Approach to SharePoint Branding by Stu King
The Pragmatist's Approach to SharePoint BrandingThe Pragmatist's Approach to SharePoint Branding
The Pragmatist's Approach to SharePoint Branding
Stu King1.4K views
Top 10 Reasons You Should Be Using WordPress For Your Website. by WIX to WordPress
Top 10 Reasons You Should Be Using WordPress For Your Website.Top 10 Reasons You Should Be Using WordPress For Your Website.
Top 10 Reasons You Should Be Using WordPress For Your Website.
WIX to WordPress255 views
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017 by Marc D Anderson
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017
Marc D Anderson155 views
Developing a practical HTML5 magazine workflow by Michael Kowalski
Developing a practical HTML5 magazine workflowDeveloping a practical HTML5 magazine workflow
Developing a practical HTML5 magazine workflow
Michael Kowalski5.1K views
Html 5 mobile - nitty gritty by Mario Noble
Html 5 mobile - nitty grittyHtml 5 mobile - nitty gritty
Html 5 mobile - nitty gritty
Mario Noble1.2K views
Refreshing Your UI with HTML5, Bootstrap and CSS3 by Matt Raible
Refreshing Your UI with HTML5, Bootstrap and CSS3Refreshing Your UI with HTML5, Bootstrap and CSS3
Refreshing Your UI with HTML5, Bootstrap and CSS3
Matt Raible38.4K views

More from Lauren Pittenger

Systems + Processes for Creatives – WordCamp Philadelphia 2017 by
Systems + Processes for Creatives – WordCamp Philadelphia 2017Systems + Processes for Creatives – WordCamp Philadelphia 2017
Systems + Processes for Creatives – WordCamp Philadelphia 2017Lauren Pittenger
551 views36 slides
Using Github to Share Talk Ideas by
Using Github to Share Talk IdeasUsing Github to Share Talk Ideas
Using Github to Share Talk IdeasLauren Pittenger
323 views13 slides
What The Flexbox? An Intro to Flexbox by
What The Flexbox? An Intro to FlexboxWhat The Flexbox? An Intro to Flexbox
What The Flexbox? An Intro to FlexboxLauren Pittenger
307 views33 slides
Web Hosting for WordPress: WP Engine by
Web Hosting for WordPress: WP EngineWeb Hosting for WordPress: WP Engine
Web Hosting for WordPress: WP EngineLauren Pittenger
193 views2 slides
A Single Div: A Learning Experiment by
A Single Div: A Learning ExperimentA Single Div: A Learning Experiment
A Single Div: A Learning ExperimentLauren Pittenger
375 views24 slides
My Favorite Design Tools by
My Favorite Design ToolsMy Favorite Design Tools
My Favorite Design ToolsLauren Pittenger
177 views9 slides

More from Lauren Pittenger(15)

Systems + Processes for Creatives – WordCamp Philadelphia 2017 by Lauren Pittenger
Systems + Processes for Creatives – WordCamp Philadelphia 2017Systems + Processes for Creatives – WordCamp Philadelphia 2017
Systems + Processes for Creatives – WordCamp Philadelphia 2017
Lauren Pittenger551 views
What The Flexbox? An Intro to Flexbox by Lauren Pittenger
What The Flexbox? An Intro to FlexboxWhat The Flexbox? An Intro to Flexbox
What The Flexbox? An Intro to Flexbox
Lauren Pittenger307 views
Web Hosting for WordPress: WP Engine by Lauren Pittenger
Web Hosting for WordPress: WP EngineWeb Hosting for WordPress: WP Engine
Web Hosting for WordPress: WP Engine
Lauren Pittenger193 views
Using Slickplan to Help Plan a Website Redesign by Lauren Pittenger
Using Slickplan to Help Plan a Website RedesignUsing Slickplan to Help Plan a Website Redesign
Using Slickplan to Help Plan a Website Redesign
Lauren Pittenger230 views
Systems + Processes for Creatives – WordCamp Pittsburgh 2017 by Lauren Pittenger
Systems + Processes for Creatives – WordCamp Pittsburgh 2017Systems + Processes for Creatives – WordCamp Pittsburgh 2017
Systems + Processes for Creatives – WordCamp Pittsburgh 2017
Lauren Pittenger250 views
Getting Started Speaking Workshop - ELA Conf by Lauren Pittenger
Getting Started Speaking Workshop - ELA ConfGetting Started Speaking Workshop - ELA Conf
Getting Started Speaking Workshop - ELA Conf
Lauren Pittenger514 views
Birthing a Child Theme - WordCamp Scranton by Lauren Pittenger
Birthing a Child Theme - WordCamp ScrantonBirthing a Child Theme - WordCamp Scranton
Birthing a Child Theme - WordCamp Scranton
Lauren Pittenger426 views
Command Line for Designers - WordCamp Philly by Lauren Pittenger
Command Line for Designers - WordCamp PhillyCommand Line for Designers - WordCamp Philly
Command Line for Designers - WordCamp Philly
Lauren Pittenger504 views
Command Line for Designers - WordCamp NYC by Lauren Pittenger
Command Line for Designers - WordCamp NYCCommand Line for Designers - WordCamp NYC
Command Line for Designers - WordCamp NYC
Lauren Pittenger480 views

Recently uploaded

solutions to decrease cyberbullying.pptx by
solutions to decrease cyberbullying.pptxsolutions to decrease cyberbullying.pptx
solutions to decrease cyberbullying.pptxsalamaalmarzooqi2005
5 views9 slides
Sugar Air Kiss Lipstick by
Sugar Air Kiss LipstickSugar Air Kiss Lipstick
Sugar Air Kiss Lipstickaryasheel1
11 views5 slides
DR Portfolio.pptx by
DR Portfolio.pptxDR Portfolio.pptx
DR Portfolio.pptxrobertsd2
25 views11 slides
Using Experiential Design to Understand the Future of AI & Immersive Storytel... by
Using Experiential Design to Understand the Future of AI & Immersive Storytel...Using Experiential Design to Understand the Future of AI & Immersive Storytel...
Using Experiential Design to Understand the Future of AI & Immersive Storytel...Kent Bye
20 views114 slides
500% Sales Growth with Amazon A+ Content by
500% Sales Growth with Amazon A+ Content500% Sales Growth with Amazon A+ Content
500% Sales Growth with Amazon A+ ContentFahima
11 views5 slides
INTERNSHIP-PORTFOLIO (shashank) by
INTERNSHIP-PORTFOLIO (shashank)INTERNSHIP-PORTFOLIO (shashank)
INTERNSHIP-PORTFOLIO (shashank)Shashank Patil
7 views84 slides

Recently uploaded(20)

Sugar Air Kiss Lipstick by aryasheel1
Sugar Air Kiss LipstickSugar Air Kiss Lipstick
Sugar Air Kiss Lipstick
aryasheel111 views
DR Portfolio.pptx by robertsd2
DR Portfolio.pptxDR Portfolio.pptx
DR Portfolio.pptx
robertsd225 views
Using Experiential Design to Understand the Future of AI & Immersive Storytel... by Kent Bye
Using Experiential Design to Understand the Future of AI & Immersive Storytel...Using Experiential Design to Understand the Future of AI & Immersive Storytel...
Using Experiential Design to Understand the Future of AI & Immersive Storytel...
Kent Bye20 views
500% Sales Growth with Amazon A+ Content by Fahima
500% Sales Growth with Amazon A+ Content500% Sales Growth with Amazon A+ Content
500% Sales Growth with Amazon A+ Content
Fahima11 views
Indian wedding dresses design.pdf by Aur Dikhao
Indian wedding dresses design.pdfIndian wedding dresses design.pdf
Indian wedding dresses design.pdf
Aur Dikhao5 views
Samsung Galaxy Watch 5 Presentation by aryasheel1
Samsung Galaxy Watch 5 PresentationSamsung Galaxy Watch 5 Presentation
Samsung Galaxy Watch 5 Presentation
aryasheel113 views
ATPMOUSE_융합2조.pptx by kts120898
ATPMOUSE_융합2조.pptxATPMOUSE_융합2조.pptx
ATPMOUSE_융합2조.pptx
kts12089825 views
Free International civil aviation day template from best presentation design ... by slideceotemplates
Free International civil aviation day template from best presentation design ...Free International civil aviation day template from best presentation design ...
Free International civil aviation day template from best presentation design ...
Legal PPT Presentation.pptx by 125071063
Legal PPT Presentation.pptxLegal PPT Presentation.pptx
Legal PPT Presentation.pptx
1250710635 views
BeatsFest Brand Guidelines Final.pdf by EddiePena9
BeatsFest Brand Guidelines Final.pdfBeatsFest Brand Guidelines Final.pdf
BeatsFest Brand Guidelines Final.pdf
EddiePena98 views

PSD to WordPress Theme