Display current year PHP code in copyright notice – WordPress
<p>&copy; <?php echo date("Y") ?></p>
Source: Free WordPress Training – Code For Automatic Copyright Year Change In WordPress Theme Footer
<p>&copy; <?php echo date("Y") ?></p>
Source: Free WordPress Training – Code For Automatic Copyright Year Change In WordPress Theme Footer
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.
Customize the Canvas Theme from WooThemes: 65 tips, tricks and CSS tweaks for Woothemes Canvas – PootlePress Simple but Effective CSS Hacks and Intermediate Hacks With functions.php: How to Create a Unique WordPress Website: 15 Top Hacks for Canvas – WooThemes
Goal: Rotating images, in WP Twenty Eleven’s child theme header, that are also “responsive” (they shrink to different device sizes): WP Rotator plugin (to add rotating images) Flex Slider for WP Rotator plugin (to make the rotating images “responsive”) – Turns WP Rotator into a fully “responsive” jQuery slider – MUST have WP Rotator installed…
WordPress version: 3.1.1 Theme: PlatformPro 1.3.5 Child Theme: PlatformBase 1.3.2 Plugin: Advanced Most Recent Posts Mod 1.6.2 by Kailey Lampert Problem: the text lines up at the bottom of the image instead of “along side” the image. Solution: Add the following CSS to PlatformBase child theme’s base.css file: /* Advanced Most Recent Posts Mod *…
Suddenly, I had over 7,000 WordPress Feedback Spam entries. Feedback is JetPack’s Contact Form. Crazily, Feedback doesn’t have a bulk Empty Spam button like Comments does. I LOVE Comments’ Empty Spam button! First, log in to phpMyAdmin and take a backup of the database. Then, click on the SQL tab and run the below Queries….
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….
UberMenu v2.4.0.2 Problem: Trying to make the mobile toggle icon completely flush-left. But there is an empty space hard-coded into the plugin which prevents a float-left toggle icon from being truly flush-left. Solution: (From the plugin moderator) There are two different ways to achieve that. Add any of these snippets into Style Configuration -> Custom Tweaks: Follow…