Sidebars in WordPress – Justin Tadlock
By Justin Tadlock on November 08, 2010
The goal is to teach theme developers how to properly register sidebars and end this cycle of using outdated code.
Read full article: Sidebars in WordPress
By Justin Tadlock on November 08, 2010
The goal is to teach theme developers how to properly register sidebars and end this cycle of using outdated code.
Read full article: Sidebars in WordPress
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
WordPress Child Theme Case Study: 2020 Euro Lens Bath WordPress version: 3.1 WordPress Theme: Child Theme for Twenty Ten 1.2 Section 1 of 4 Copy header.php file to Child Theme folder Delete the following lines (approx 60-66) from header.php: Section 2 of 4 Let’s also remove 30px white space/gap between top of header art and…
Adding a second menu to the Speaky WordPress theme from WPBeginner, even though this tutorial is for adding a second menu specifically to the TwentyTen WordPress theme. Tutorial: http://digitalraindrops.net/2010/08/the-second-menu/ Files affected: functions.php header.php navigation-2.php (new file) style.css Note: Since I didn’t want the second menu to look different from the main menu, as the tutorial…
Mission: Create e-commerce Website using WordPress Client: 2020 Euro Lens Bath Art director, re-branding manager & Website designer: Jay Miller Solution: Use WordPress for content management (CMS) Use GetShopped’s WP e-Commerce plugin for the shopping cart Customize WordPress’s default Twenty Ten 1.2 theme by creating a child theme Share this post: Share on X (Twitter)…
http://www.problogger.net/archives/2011/06/07/how-to-keep-your-blog-hacker-spammer-and-spyware-free/ Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
Switched Designparc.com from HTTP to HTTPS on WordPress 0) MAKE A BACKUP OF YOUR DATABASE AND WORDPRESS FILES! Okay, carry on… 1) I used SiteGround hosting’s super-easy-to-use cPanel option to install Let’s Encrypt (which offers free SSL/TLS certificates). Apparently, not all web hosts offer Let’s Encrypt with their hosting packages – which is a bummer. Luckily, SiteGround (affiliate link)…
WP Shout’s article “Using WP_Query Objects Without the Loop” explains it well: WP_Query isn’t an abstract entity; rather, it’s an object, in the programming sense. Let’s quickly summarize that discussion: Every individual object belongs to a larger class of those objects. For example, an individual Car object belongs to the class Car. Every object has things in common with…