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.
Option 1: “Per Page Sidebars” WordPress plugin. This plugin allows the creation and display of custom sidebars for each page on your site. You choose which of your current themes sidebars will be replaced. The replacement works for all descendants of a replaced page. In this fashion you can: Easily create a CMS like site…
PageLines Framework: v2.1.1 WordPress: v3.3.1 NOTE: these edits have to be re-done every time the plugin is updated! Goal: Display 4 WooCommerce Product Categories (images, not links) in a custom Widget in the main content area of the Home page. The image thumbnails must link to specific URLs. The 4 Product Category images must be…
Resources: Using Action & Filter Hooks – Themify Kadence Theme Hooks – Kadence WP Test hooking into kadence_before_content to display text before all content in my Kadence WordPress theme: Next up, figure out how to add the below wp_nav_menu() function to the Kadence theme’s header.php via a WordPress hook: An In-Depth Guide to Create and Customize a…
Divi‘s Blog Module only displays images in landscape-ratio. This cuts off at the top & bottom of my Post’s portrait-ratio Featured Images. Here’s how Elegant Themes Divi tech support solved this issue. This code goes in the Child Theme’s functions.php file, and allows Divi’s Blog Module to display my Featured Images at their true ratio….
Goal: Add a custom Sidebar to Home page’s “Content” (not Template) area so any Widget can be added. WordPress framework: PageLines Framework 2.0.1 Solution: Copy one of the Sidebar sections and customize it to fit in the Content area of the Home page template. We’ll copy “Full Width Sidebar” and turn it into a new…
WordPress 3.0: The 5 Most Important New Features by Brian Casel Top 10 Ways to Tweak Your WordPress Theme by Brian Casel Specifically: #9. Add Something (Anything) to the End of Every Blog Post HOW TO: Get Up-to-Date on WordPress 3.0 by Christina Warren HOW TO: Secure Your WordPress Blog by Christina Warren