SlideShare uma empresa Scribd logo
1 de 78
10 THEME HACKS  TO IMPROVE YOUR SITE Morten Rand-Hendriksen Creative Director, Pink & Yellow Media www.designisphilosophy.com Twitter: @mor10 HELLO,MY NAME IS MOR10people tend to spell it with an ‘o’, but that’s just plain wrong
Why does it matter? When people visit a site, they expect the site logo or header image to point back to the home page. That’s just the way it is. REPLACE TITLE WITH A LINKED IMAGE 1
Link Not link (Grrr)
<a  href="<?php echo home_url( '/' ); ?>"   title="<?phpget_bloginfo( 'name' ); ?>"  rel="home" > … the image … </a> REPLACE TITLE WITH A LINKED IMAGE 1
REPLACE TITLE WITH A LINKED IMAGE 1
REPLACE TITLE WITH A LINKED IMAGE 1
REPLACE TITLE WITH A LINKED IMAGE 1
ENABLE WP 3 MENUS 2
Step 1: Add to functions.php: register_nav_menus(         array(                 'menuName' =>__('Menu Name'),                 ' primary' =>__('Primary Menu'),             '2ndMenu' =>__('2nd Menu'),       ) ); ENABLE WP 3 MENUS 2
Step 2a: Add to theme file: <?php wp_nav_menu(array(                 'theme_location' => 'primary'         ));  ?> (targets name set in functions.php) ENABLE WP 3 MENUS 2
Step 2b: Add to theme file: <?php wp_nav_menu(array(                  'name' => 'Menu Name'         ));  ?> (targets name as set in WP menu admin) ENABLE WP 3 MENUS 2
Menus don’t have to be boring! WordPress 3 menus allow you to add HTML to the Navigation Label. This can be exploited utilized. MENUSOUTSIDE THE BOX 3
MENUSOUTSIDE THE BOX 3
MENUSOUTSIDE THE BOX 3
MENUSOUTSIDE THE BOX 3
MENUSOUTSIDE THE BOX 3
MENUSOUTSIDE THE BOX 3
Background control from Admin You’ve seen it in TwentyTen …  Changing background colour and even background images … But did you know you can add this function to any theme? WP 3 CUSTOM BACKGROUND 4
Add to functions.php: add_custom_background(); WP 3 CUSTOM BACKGROUND 4
Add to functions.php: add_custom_background(); WP 3 CUSTOM BACKGROUND 4
a.k.a Post Thumbnails The Featured Image (post thumbnail) function is so much more than just thumbnails. I propose a name change. FEATUREDIMAGES 5
Add to functions.php: add_theme_support( 'post-thumbnails' ); FEATUREDIMAGES 5
FEATUREDIMAGES 5
FEATUREDIMAGES 5
FEATUREDIMAGES 5
Add to template file: <?phpthe_post_thumbnail(); ?> Variations: the_post_thumbnail('thumbnail'); the_post_thumbnail('medium'); the_post_thumbnail('large'); the_post_thumbnail(array(nnn,nnn)); FEATUREDIMAGES 5
FEATUREDIMAGES 5
Give your pages some identity Custom Page Templates let you create different looks for different pages. In other words, it makes your site  less boring. CUSTOMPAGETEMPLATE 6
Add to the top of template file: <?php /* Template Name: Whatever */  ?> CUSTOMPAGETEMPLATE 6
CUSTOMPAGETEMPLATE 6
CUSTOMPAGETEMPLATE 6
CUSTOMPAGETEMPLATE 6
Add some Information Architecture Custom Category Templates let you create different looks depending on what category index is displayed. Portfolio gallery anyone? CUSTOMCATEGORYTEMPLATE 7
Create a new file with the name: category-slug.php or category-ID.php CUSTOMCATEGORYTEMPLATE 7
CUSTOMCATEGORYTEMPLATE 7
CUSTOMCATEGORYTEMPLATE 7
CUSTOMCATEGORYTEMPLATE 7
Create a new file with the name: category-slug.php or category-ID.php CUSTOMCATEGORYTEMPLATE 7
Why use just one? Custom headers, sidebars and footers allow limitless variations. Who says your sidebar has to be the same throughout your site? CUSTOMHEADER,SIDEBARAND FOOTER 8
Header, sidebar and footer naming: header-custom.php sidebar-custom.php footer-custom.php Where 'custom' can be anything CUSTOMHEADER,SIDEBARAND FOOTER 8
To call from template files: <?phpget_header('custom'); ?> <?phpget_sidebar('custom'); ?> <?phpget_footer('custom'); ?> Where 'custom' is the suffix of the file CUSTOMHEADER,SIDEBARAND FOOTER 8
Who cares about next and previous? Provide links to related posts right inside your post – without a plugin. Keep ‘em coming back for more. BETTERCONTEXTLINKS 9
Seriously, who cares?
Create a query that pulls the two newest articles in the same category. Create a conditional statement that excludes the current post. Create another conditional statement that ensures there are actually two posts to display. Do all this within the post loop. Easy as 𝜋   BETTERCONTEXTLINKS 9
BETTERCONTEXTLINKS 9
Go to www.designisphilosophy.com Download related.php Place related.php in your theme folder Open single.php Paste the following line of code where you want the related posts to appear: <?phpget_template_part('related'); ?> BETTERCONTEXTLINKS 9
Actual related content!
Use your domain proactively Why send people to facebook.com/yourdomain when you can send them to  yourdomain.com/facebook? Or Twitter, or Flickr, or anything  BRANDYOURSOCIAL LINKS 10
Not a hack – a plugin Quick Page / Post Redirect Plugin by Don Fischer   Get it from the WordPress plugin directory. BRANDYOURSOCIAL LINKS 10
BRANDYOURSOCIAL LINKS 10
Morten Rand-Hendriksen Creative Director, Pink & Yellow Media www.designisphilosophy.com @mor10 www.pinkandyellow.com designisphilosophy.com/facebook GETINTOUCH
Get in touch with me Morten Rand-Hendriksen Owner & Creative Director Pink & Yellow Media designisphilosophy.com pinkandyellow.com twitter.com/Mor10 morten@pinkandyellow.com

Mais conteúdo relacionado

Mais procurados

Doing more with LESS
Doing more with LESSDoing more with LESS
Doing more with LESSjsmith92
 
The Near Future of CSS
The Near Future of CSSThe Near Future of CSS
The Near Future of CSSRachel Andrew
 
Html basics 8 frame
Html basics 8 frameHtml basics 8 frame
Html basics 8 frameH K
 
CSS Layout Tutorial
CSS Layout TutorialCSS Layout Tutorial
CSS Layout Tutorialhstryk
 
Class 4 handout two column layout w mobile web design
Class 4 handout two column layout w mobile web designClass 4 handout two column layout w mobile web design
Class 4 handout two column layout w mobile web designErin M. Kidwell
 
Class 3 create an absolute layout with css abs position (aptana)
Class 3  create an absolute layout with css abs position (aptana)Class 3  create an absolute layout with css abs position (aptana)
Class 3 create an absolute layout with css abs position (aptana)Erin M. Kidwell
 
Bootstrap webtech presentation - new
Bootstrap   webtech presentation - newBootstrap   webtech presentation - new
Bootstrap webtech presentation - newWebtech Learning
 
CSS Frameworks
CSS FrameworksCSS Frameworks
CSS FrameworksMike Crabb
 
Theme Kickstart
Theme KickstartTheme Kickstart
Theme KickstartPeter
 
Twitter bootstrap training_session_ppt
Twitter bootstrap training_session_pptTwitter bootstrap training_session_ppt
Twitter bootstrap training_session_pptRadheshyam Kori
 
Three quick accessibility tips for HTML5
Three quick accessibility tips for HTML5Three quick accessibility tips for HTML5
Three quick accessibility tips for HTML5Russ Weakley
 
CSS with LESS for #jd13nl
CSS with LESS for #jd13nlCSS with LESS for #jd13nl
CSS with LESS for #jd13nlHans Kuijpers
 
HTML Frameset & Inline Frame
HTML Frameset & Inline FrameHTML Frameset & Inline Frame
HTML Frameset & Inline FrameNisa Soomro
 
How to create a basic template
How to create a basic templateHow to create a basic template
How to create a basic templatevathur
 

Mais procurados (20)

Doing more with LESS
Doing more with LESSDoing more with LESS
Doing more with LESS
 
CSS Grid Layout
CSS Grid LayoutCSS Grid Layout
CSS Grid Layout
 
The Near Future of CSS
The Near Future of CSSThe Near Future of CSS
The Near Future of CSS
 
Ddpz2613 topic6 frame
Ddpz2613 topic6 frameDdpz2613 topic6 frame
Ddpz2613 topic6 frame
 
Html basics 8 frame
Html basics 8 frameHtml basics 8 frame
Html basics 8 frame
 
CSS Layout Tutorial
CSS Layout TutorialCSS Layout Tutorial
CSS Layout Tutorial
 
Class 4 handout two column layout w mobile web design
Class 4 handout two column layout w mobile web designClass 4 handout two column layout w mobile web design
Class 4 handout two column layout w mobile web design
 
Class 3 create an absolute layout with css abs position (aptana)
Class 3  create an absolute layout with css abs position (aptana)Class 3  create an absolute layout with css abs position (aptana)
Class 3 create an absolute layout with css abs position (aptana)
 
Bootstrap webtech presentation - new
Bootstrap   webtech presentation - newBootstrap   webtech presentation - new
Bootstrap webtech presentation - new
 
CSS Frameworks
CSS FrameworksCSS Frameworks
CSS Frameworks
 
Theme Kickstart
Theme KickstartTheme Kickstart
Theme Kickstart
 
Handout3 links
Handout3 linksHandout3 links
Handout3 links
 
Twitter bootstrap training_session_ppt
Twitter bootstrap training_session_pptTwitter bootstrap training_session_ppt
Twitter bootstrap training_session_ppt
 
Three quick accessibility tips for HTML5
Three quick accessibility tips for HTML5Three quick accessibility tips for HTML5
Three quick accessibility tips for HTML5
 
CSS with LESS for #jd13nl
CSS with LESS for #jd13nlCSS with LESS for #jd13nl
CSS with LESS for #jd13nl
 
Html frames
Html framesHtml frames
Html frames
 
02html Frames
02html Frames02html Frames
02html Frames
 
HTML Frameset & Inline Frame
HTML Frameset & Inline FrameHTML Frameset & Inline Frame
HTML Frameset & Inline Frame
 
Html frames
Html framesHtml frames
Html frames
 
How to create a basic template
How to create a basic templateHow to create a basic template
How to create a basic template
 

Destaque

Can WordPress really do that? A case study of vierderduer.no
Can WordPress really do that? A case study of vierderduer.noCan WordPress really do that? A case study of vierderduer.no
Can WordPress really do that? A case study of vierderduer.noMorten Rand-Hendriksen
 
Your Blog is Boring and Your Photos Suck
Your Blog is Boring and Your Photos SuckYour Blog is Boring and Your Photos Suck
Your Blog is Boring and Your Photos SuckMorten Rand-Hendriksen
 
Responsive Images in the Real World - presented at JavaScript Open 2015
Responsive Images in the Real World - presented at JavaScript Open 2015Responsive Images in the Real World - presented at JavaScript Open 2015
Responsive Images in the Real World - presented at JavaScript Open 2015Morten Rand-Hendriksen
 
Empathy and Acceptance in Design and Community
Empathy and Acceptance in Design and CommunityEmpathy and Acceptance in Design and Community
Empathy and Acceptance in Design and CommunityMorten Rand-Hendriksen
 

Destaque (6)

Wp meetup custom post types
Wp meetup custom post typesWp meetup custom post types
Wp meetup custom post types
 
Can WordPress really do that? A case study of vierderduer.no
Can WordPress really do that? A case study of vierderduer.noCan WordPress really do that? A case study of vierderduer.no
Can WordPress really do that? A case study of vierderduer.no
 
Your Blog is Boring and Your Photos Suck
Your Blog is Boring and Your Photos SuckYour Blog is Boring and Your Photos Suck
Your Blog is Boring and Your Photos Suck
 
Ethics and the Promise of Open Source
Ethics and the Promise of Open SourceEthics and the Promise of Open Source
Ethics and the Promise of Open Source
 
Responsive Images in the Real World - presented at JavaScript Open 2015
Responsive Images in the Real World - presented at JavaScript Open 2015Responsive Images in the Real World - presented at JavaScript Open 2015
Responsive Images in the Real World - presented at JavaScript Open 2015
 
Empathy and Acceptance in Design and Community
Empathy and Acceptance in Design and CommunityEmpathy and Acceptance in Design and Community
Empathy and Acceptance in Design and Community
 

Semelhante a 10 WordPress Theme Hacks to Improve Your Site

Various Ways of Using WordPress
Various Ways of Using WordPressVarious Ways of Using WordPress
Various Ways of Using WordPressNick La
 
Aleph500 How we made it our own
Aleph500 How we made it our ownAleph500 How we made it our own
Aleph500 How we made it our ownBill Drew
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010Brendan Sera-Shriar
 
WordPress 3.0 at DC PHP
WordPress 3.0 at DC PHPWordPress 3.0 at DC PHP
WordPress 3.0 at DC PHPandrewnacin
 
Drupal 7 Theming - what's new
Drupal 7 Theming - what's newDrupal 7 Theming - what's new
Drupal 7 Theming - what's newMarek Sotak
 
WordPress 3 and You
WordPress 3 and YouWordPress 3 and You
WordPress 3 and YouOren Yomtov
 
PSD to WordPress
PSD to WordPressPSD to WordPress
PSD to WordPressNile Flores
 
Creating Themes
Creating ThemesCreating Themes
Creating ThemesDaisyOlsen
 
Grok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb updateGrok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb updateLaura Scott
 
Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015topher1kenobe
 
How to make a WordPress theme
How to make a WordPress themeHow to make a WordPress theme
How to make a WordPress themeHardeep Asrani
 
Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919Paul Bearne
 
Joomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design PresentationJoomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design PresentationChris Davenport
 
Joomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template DesignJoomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template DesignAndy Wallace
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalChandra Prakash Thapa
 
Using Geeklog as a Web Application Framework
Using Geeklog as a Web Application FrameworkUsing Geeklog as a Web Application Framework
Using Geeklog as a Web Application FrameworkDirk Haun
 
WordPress Structure and Best Practices
WordPress Structure and Best PracticesWordPress Structure and Best Practices
WordPress Structure and Best Practicesmarkparolisi
 
Wordpress seo and digital marketing
Wordpress seo and digital marketingWordpress seo and digital marketing
Wordpress seo and digital marketingTapan Kapri
 
Top Wordpress dashboard hacks
Top Wordpress dashboard hacks Top Wordpress dashboard hacks
Top Wordpress dashboard hacks Pankaj Subedi
 

Semelhante a 10 WordPress Theme Hacks to Improve Your Site (20)

Various Ways of Using WordPress
Various Ways of Using WordPressVarious Ways of Using WordPress
Various Ways of Using WordPress
 
Aleph500 How we made it our own
Aleph500 How we made it our ownAleph500 How we made it our own
Aleph500 How we made it our own
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010
 
WordPress 3.0 at DC PHP
WordPress 3.0 at DC PHPWordPress 3.0 at DC PHP
WordPress 3.0 at DC PHP
 
Drupal 7 Theming - what's new
Drupal 7 Theming - what's newDrupal 7 Theming - what's new
Drupal 7 Theming - what's new
 
WordPress 3 and You
WordPress 3 and YouWordPress 3 and You
WordPress 3 and You
 
PSD to WordPress
PSD to WordPressPSD to WordPress
PSD to WordPress
 
Creating Themes
Creating ThemesCreating Themes
Creating Themes
 
Grok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb updateGrok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb update
 
Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015
 
How to make a WordPress theme
How to make a WordPress themeHow to make a WordPress theme
How to make a WordPress theme
 
Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919
 
Joomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design PresentationJoomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design Presentation
 
Joomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template DesignJoomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template Design
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
 
Using Geeklog as a Web Application Framework
Using Geeklog as a Web Application FrameworkUsing Geeklog as a Web Application Framework
Using Geeklog as a Web Application Framework
 
WordPress Structure and Best Practices
WordPress Structure and Best PracticesWordPress Structure and Best Practices
WordPress Structure and Best Practices
 
Css by tanbircox
Css by tanbircoxCss by tanbircox
Css by tanbircox
 
Wordpress seo and digital marketing
Wordpress seo and digital marketingWordpress seo and digital marketing
Wordpress seo and digital marketing
 
Top Wordpress dashboard hacks
Top Wordpress dashboard hacks Top Wordpress dashboard hacks
Top Wordpress dashboard hacks
 

Mais de Morten Rand-Hendriksen

Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0Morten Rand-Hendriksen
 
How Not to Destroy the World: Ethics in Design and Technology
How Not to Destroy the World: Ethics in Design and TechnologyHow Not to Destroy the World: Ethics in Design and Technology
How Not to Destroy the World: Ethics in Design and TechnologyMorten Rand-Hendriksen
 
How to Not Destroy the World - the Ethics of Web Design
How to Not Destroy the World - the Ethics of Web DesignHow to Not Destroy the World - the Ethics of Web Design
How to Not Destroy the World - the Ethics of Web DesignMorten Rand-Hendriksen
 
Gutenberg and the WordPress of Tomorrow - WordCamp US 2017
Gutenberg and the WordPress of Tomorrow - WordCamp US 2017Gutenberg and the WordPress of Tomorrow - WordCamp US 2017
Gutenberg and the WordPress of Tomorrow - WordCamp US 2017Morten Rand-Hendriksen
 
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017Morten Rand-Hendriksen
 
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017Morten Rand-Hendriksen
 

Mais de Morten Rand-Hendriksen (8)

How to Build Custom WordPress Blocks
How to Build Custom WordPress BlocksHow to Build Custom WordPress Blocks
How to Build Custom WordPress Blocks
 
Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0
 
How Not to Destroy the World: Ethics in Design and Technology
How Not to Destroy the World: Ethics in Design and TechnologyHow Not to Destroy the World: Ethics in Design and Technology
How Not to Destroy the World: Ethics in Design and Technology
 
How to Not Destroy the World - the Ethics of Web Design
How to Not Destroy the World - the Ethics of Web DesignHow to Not Destroy the World - the Ethics of Web Design
How to Not Destroy the World - the Ethics of Web Design
 
Gutenberg and the WordPress of Tomorrow - WordCamp US 2017
Gutenberg and the WordPress of Tomorrow - WordCamp US 2017Gutenberg and the WordPress of Tomorrow - WordCamp US 2017
Gutenberg and the WordPress of Tomorrow - WordCamp US 2017
 
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
 
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
 
GitHub for the Rest of Us
GitHub for the Rest of UsGitHub for the Rest of Us
GitHub for the Rest of Us
 

Último

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 

Último (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 

10 WordPress Theme Hacks to Improve Your Site

  • 1. 10 THEME HACKS TO IMPROVE YOUR SITE Morten Rand-Hendriksen Creative Director, Pink & Yellow Media www.designisphilosophy.com Twitter: @mor10 HELLO,MY NAME IS MOR10people tend to spell it with an ‘o’, but that’s just plain wrong
  • 2. Why does it matter? When people visit a site, they expect the site logo or header image to point back to the home page. That’s just the way it is. REPLACE TITLE WITH A LINKED IMAGE 1
  • 3. Link Not link (Grrr)
  • 4. <a href="<?php echo home_url( '/' ); ?>" title="<?phpget_bloginfo( 'name' ); ?>" rel="home" > … the image … </a> REPLACE TITLE WITH A LINKED IMAGE 1
  • 5. REPLACE TITLE WITH A LINKED IMAGE 1
  • 6. REPLACE TITLE WITH A LINKED IMAGE 1
  • 7.
  • 8. REPLACE TITLE WITH A LINKED IMAGE 1
  • 9.
  • 10. ENABLE WP 3 MENUS 2
  • 11. Step 1: Add to functions.php: register_nav_menus( array( 'menuName' =>__('Menu Name'), ' primary' =>__('Primary Menu'), '2ndMenu' =>__('2nd Menu'), ) ); ENABLE WP 3 MENUS 2
  • 12. Step 2a: Add to theme file: <?php wp_nav_menu(array( 'theme_location' => 'primary' )); ?> (targets name set in functions.php) ENABLE WP 3 MENUS 2
  • 13. Step 2b: Add to theme file: <?php wp_nav_menu(array( 'name' => 'Menu Name' )); ?> (targets name as set in WP menu admin) ENABLE WP 3 MENUS 2
  • 14. Menus don’t have to be boring! WordPress 3 menus allow you to add HTML to the Navigation Label. This can be exploited utilized. MENUSOUTSIDE THE BOX 3
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 26. Background control from Admin You’ve seen it in TwentyTen … Changing background colour and even background images … But did you know you can add this function to any theme? WP 3 CUSTOM BACKGROUND 4
  • 27.
  • 28.
  • 29.
  • 30. Add to functions.php: add_custom_background(); WP 3 CUSTOM BACKGROUND 4
  • 31.
  • 32.
  • 33.
  • 34. Add to functions.php: add_custom_background(); WP 3 CUSTOM BACKGROUND 4
  • 35. a.k.a Post Thumbnails The Featured Image (post thumbnail) function is so much more than just thumbnails. I propose a name change. FEATUREDIMAGES 5
  • 36. Add to functions.php: add_theme_support( 'post-thumbnails' ); FEATUREDIMAGES 5
  • 40. Add to template file: <?phpthe_post_thumbnail(); ?> Variations: the_post_thumbnail('thumbnail'); the_post_thumbnail('medium'); the_post_thumbnail('large'); the_post_thumbnail(array(nnn,nnn)); FEATUREDIMAGES 5
  • 42.
  • 43.
  • 44.
  • 45.
  • 46. Give your pages some identity Custom Page Templates let you create different looks for different pages. In other words, it makes your site less boring. CUSTOMPAGETEMPLATE 6
  • 47. Add to the top of template file: <?php /* Template Name: Whatever */ ?> CUSTOMPAGETEMPLATE 6
  • 51.
  • 52.
  • 53.
  • 54.
  • 55. Add some Information Architecture Custom Category Templates let you create different looks depending on what category index is displayed. Portfolio gallery anyone? CUSTOMCATEGORYTEMPLATE 7
  • 56. Create a new file with the name: category-slug.php or category-ID.php CUSTOMCATEGORYTEMPLATE 7
  • 60. Create a new file with the name: category-slug.php or category-ID.php CUSTOMCATEGORYTEMPLATE 7
  • 61.
  • 62.
  • 63.
  • 64. Why use just one? Custom headers, sidebars and footers allow limitless variations. Who says your sidebar has to be the same throughout your site? CUSTOMHEADER,SIDEBARAND FOOTER 8
  • 65. Header, sidebar and footer naming: header-custom.php sidebar-custom.php footer-custom.php Where 'custom' can be anything CUSTOMHEADER,SIDEBARAND FOOTER 8
  • 66. To call from template files: <?phpget_header('custom'); ?> <?phpget_sidebar('custom'); ?> <?phpget_footer('custom'); ?> Where 'custom' is the suffix of the file CUSTOMHEADER,SIDEBARAND FOOTER 8
  • 67. Who cares about next and previous? Provide links to related posts right inside your post – without a plugin. Keep ‘em coming back for more. BETTERCONTEXTLINKS 9
  • 69. Create a query that pulls the two newest articles in the same category. Create a conditional statement that excludes the current post. Create another conditional statement that ensures there are actually two posts to display. Do all this within the post loop. Easy as 𝜋   BETTERCONTEXTLINKS 9
  • 71. Go to www.designisphilosophy.com Download related.php Place related.php in your theme folder Open single.php Paste the following line of code where you want the related posts to appear: <?phpget_template_part('related'); ?> BETTERCONTEXTLINKS 9
  • 73.
  • 74. Use your domain proactively Why send people to facebook.com/yourdomain when you can send them to yourdomain.com/facebook? Or Twitter, or Flickr, or anything BRANDYOURSOCIAL LINKS 10
  • 75. Not a hack – a plugin Quick Page / Post Redirect Plugin by Don Fischer Get it from the WordPress plugin directory. BRANDYOURSOCIAL LINKS 10
  • 77. Morten Rand-Hendriksen Creative Director, Pink & Yellow Media www.designisphilosophy.com @mor10 www.pinkandyellow.com designisphilosophy.com/facebook GETINTOUCH
  • 78. Get in touch with me Morten Rand-Hendriksen Owner & Creative Director Pink & Yellow Media designisphilosophy.com pinkandyellow.com twitter.com/Mor10 morten@pinkandyellow.com

Notas do Editor

  1. The header text can be replaced with this simple block of code. Simple…
  2. The header text can be replaced with this simple block of code. Simple…
  3. The header text can be replaced with this simple block of code. Simple…
  4. The header text can be replaced with this simple block of code. Simple…
  5. The header text can be replaced with this simple block of code. Simple…
  6. The header text can be replaced with this simple block of code. Simple…
  7. The header text can be replaced with this simple block of code. Simple…
  8. The header text can be replaced with this simple block of code. Simple…
  9. The header text can be replaced with this simple block of code. Simple…
  10. The header text can be replaced with this simple block of code. Simple…
  11. The header text can be replaced with this simple block of code. Simple…
  12. The header text can be replaced with this simple block of code. Simple…
  13. The header text can be replaced with this simple block of code. Simple…
  14. The header text can be replaced with this simple block of code. Simple…
  15. The header text can be replaced with this simple block of code. Simple…
  16. The header text can be replaced with this simple block of code. Simple…
  17. The header text can be replaced with this simple block of code. Simple…
  18. The header text can be replaced with this simple block of code. Simple…
  19. The header text can be replaced with this simple block of code. Simple…
  20. The header text can be replaced with this simple block of code. Simple…
  21. The header text can be replaced with this simple block of code. Simple…
  22. The header text can be replaced with this simple block of code. Simple…
  23. The header text can be replaced with this simple block of code. Simple…
  24. The header text can be replaced with this simple block of code. Simple…
  25. The header text can be replaced with this simple block of code. Simple…
  26. The header text can be replaced with this simple block of code. Simple…
  27. The header text can be replaced with this simple block of code. Simple…
  28. The header text can be replaced with this simple block of code. Simple…
  29. The header text can be replaced with this simple block of code. Simple…
  30. The header text can be replaced with this simple block of code. Simple…
  31. The header text can be replaced with this simple block of code. Simple…
  32. The header text can be replaced with this simple block of code. Simple…
  33. The header text can be replaced with this simple block of code. Simple…
  34. The header text can be replaced with this simple block of code. Simple…
  35. The header text can be replaced with this simple block of code. Simple…
  36. The header text can be replaced with this simple block of code. Simple…
  37. The header text can be replaced with this simple block of code. Simple…
  38. The header text can be replaced with this simple block of code. Simple…
  39. The header text can be replaced with this simple block of code. Simple…
  40. The header text can be replaced with this simple block of code. Simple…
  41. The header text can be replaced with this simple block of code. Simple…
  42. The header text can be replaced with this simple block of code. Simple…
  43. The header text can be replaced with this simple block of code. Simple…
  44. The header text can be replaced with this simple block of code. Simple…
  45. The header text can be replaced with this simple block of code. Simple…
  46. The header text can be replaced with this simple block of code. Simple…
  47. The header text can be replaced with this simple block of code. Simple…
  48. The header text can be replaced with this simple block of code. Simple…
  49. The header text can be replaced with this simple block of code. Simple…
  50. The header text can be replaced with this simple block of code. Simple…
  51. The header text can be replaced with this simple block of code. Simple…
  52. The header text can be replaced with this simple block of code. Simple…
  53. The header text can be replaced with this simple block of code. Simple…
  54. The header text can be replaced with this simple block of code. Simple…
  55. The header text can be replaced with this simple block of code. Simple…
  56. The header text can be replaced with this simple block of code. Simple…
  57. The header text can be replaced with this simple block of code. Simple…
  58. The header text can be replaced with this simple block of code. Simple…
  59. The header text can be replaced with this simple block of code. Simple…
  60. The header text can be replaced with this simple block of code. Simple…
  61. The header text can be replaced with this simple block of code. Simple…
  62. The header text can be replaced with this simple block of code. Simple…
  63. The header text can be replaced with this simple block of code. Simple…
  64. The header text can be replaced with this simple block of code. Simple…
  65. The header text can be replaced with this simple block of code. Simple…
  66. The header text can be replaced with this simple block of code. Simple…
  67. The header text can be replaced with this simple block of code. Simple…
  68. The header text can be replaced with this simple block of code. Simple…
  69. The header text can be replaced with this simple block of code. Simple…
  70. The header text can be replaced with this simple block of code. Simple…
  71. The header text can be replaced with this simple block of code. Simple…
  72. The header text can be replaced with this simple block of code. Simple…
  73. The header text can be replaced with this simple block of code. Simple…
  74. The header text can be replaced with this simple block of code. Simple…
  75. The header text can be replaced with this simple block of code. Simple…
  76. The header text can be replaced with this simple block of code. Simple…
  77. The header text can be replaced with this simple block of code. Simple…