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.
Similar Posts
Add New Menu to WordPress Site Using Code
1. Register a new menu in WordPress admin Use WordPress’s register_nav_menus to register the menu so it appears in Appearance > Menus > Menu Locations. Place the below PHP code in Code Snippets plugin: Important: In the Code Snippet plugin, right below the PHP code, make sure and choose Run snippet everywhere. Otherwise the newly-registered…

Category Posts in Custom Menu – Diana Koenraadt’s Awesome WordPress Plugin
Very cool plugin from By Diana Koenraadt. Plugin replaces selected Category links / Post Tag links / Custom taxonomy links in a Custom Menu by a list of their posts/pages. I created a Custom Post Type (CPT) called “Clients” and a Custom Taxonomy called “Client Status.” Then, within the Client Status custom taxonomy, I created 2…
- WordPress | WordPress Ecommerce | WordPress plugins | WordPress shopping cart | WordPress Shopping Cart Plugin
Cart66 Lite – Remove PayPal Express Checkout Error Message
Topic: WordPress Cart66 Lite shopping cart plugin WordPress version: 3.2.1 Cart66 Lite version: 1.1.6 Problem: Unnecessary “PayPal Express Checkout Is Not Configured” error message is being displayed on the Checkout page. But it doesn’t need to be displayed because I’m only using PayPal Standard Checkout. Solution: WordPress Admin > Pages > Checkout > change [checkout_paypal_express]…
- PageLines Child Theme | PageLines CSS | PageLines Framework | WordPress | WordPress Child Theme | WordPress CSS | WordPress Sidebars
How to: Custom WordPress Widget CSS Styling in Pagelines Framework 2.0
Goal: Custom Widget colors, text and rounded corners: Title: dark-blue background; bold, white font. Body: medium-blue background; rounded top-left/right corners. NOTE: these are only initial customizations. More is required. Solution: Add the following CSS to Child Theme stylesheet.
How to: WordPress – Different Background Colors for Different Pages
By Konstantin, August 16, 2011 I came across this idea while working on one of our themes that had to have different body colors for different pages, like a red body on the home page, a yellow one on the contact page, a blue one on the archives page and so on. Of course this…
WordPress 2.8.6 Security Release – Upgrade!
WordPress 2.8.6 Security Release, announced November 12, 2009: 2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges. If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended. The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch. The second…
