Lisa Sabin-Wilson

Lisa Sabin-Wilson is cofounder of WebDevStudios, one of the largest WordPress design and development agencies in the world. She is a regular public speaker at national events on topics such as WordPress, development, design, CSS, and social media.

Articles & Books From Lisa Sabin-Wilson

WordPress For Dummies
Get to know WordPress with this simple and approachable reference WordPress For Dummies, 9th Edition helps readers discover the power of the WordPress web content building tool. Web builders have created 75 million websites using WordPress and this book will show you how to add your blogs and websites to that count.
WordPress All-in-One For Dummies
The no-nonsense guide to building your own WordPress siteWith the help of WordPress All-in-One For Dummies, you can get your first WordPress blog or website set up in no time. Fully updated for the latest WordPress releases, this 8-books-in-1 guide walks you through all the features of this powerful web builder.
Article / Updated 10-09-2017
A WordPress blog, in its basic form, has four main areas. These areas appear in the default theme that comes in every version of WordPress: Header: This area usually contains the name of the site along with the site tagline or slogan. Sometimes, the header also contains a graphic or image. Body: This area is where the main content of your website appears, such as blog posts displayed in chronological order.
Article / Updated 10-09-2017
Here, you find the template tags for the items that are commonly placed on the sidebar of a WordPress site. Commonly placed is used here because it’s possible to get creative with these template tags and place them in other locations (the Footer template, for example). To keep this introduction to Sidebar template tags simple, stick with the most common use, leaving the creative and uncommon uses for you to try when you’re comfortable with the basics.
Article / Updated 10-09-2017
So that you can see how to enter the Custom Field code in your template file, the WordPress theme Twenty Sixteen in these instructions. If you’re using a different theme (thousands of WordPress themes are available), you need to adapt these instructions to your particular theme.Follow these steps to add the template tag to your theme, along with a little HTML code to make it look nice.
Article / Updated 10-09-2017
You can create separate sidebar templates for different pages of your WordPress site by using an include statement. When you write an include statement, you’re simply telling WordPress that you want it to include a specific file on a specific page.The code that pulls the usual Sidebar template (sidebar.php) into all the other templates, such as the Main Index template (index.
Article / Updated 10-09-2017
Once you’ve added the necessary code to your template file to display your Custom Field, you should be ready to publish your WordPress site. But what if you want to publish a post in which you don’t want the mood Custom Field to appear? You can easily make WordPress check to see whether the Custom Field is added.
Article / Updated 10-09-2017
The list of WordPress themes you find here isn’t exhaustive by any means. All the themes here meet the following criteria: They’re user-friendly. You don’t have to tinker with anything to get things to look the way you want them to. They’re compatible with widgets. In a word, widgets are wonderful. They’re free.
Article / Updated 10-09-2017
If you add a Custom Field to your own site, it may not appear the way you originally intended To get the data to display properly, you must open the template files and dig into the code a little bit.You can add Custom Fields to your templates in several ways to display the output of the fields you’ve set. The easiest way involves using the get_post_meta(); template tag function, which looks like this:
Article / Updated 10-09-2017
Usually, for multiple users to post to one site, the default WordPress setup is sufficient. The Multi part of the WordPress Multisite feature’s name doesn’t refer to how many users were added to your WordPress website; it refers to the ability to run multiple sites in one installation of the WordPress software.