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
WordPress Tutorial – Remove the Word “Protected:” from Title Text of Password-protected Pages
Remove the word “Protected:” from title text of password-protected pages. Big thanks to t31os on the WordPress forums. Check out t31os’s site for more WordPress tips. The following filter function code is placed in the functions.php file, this way it doesn’t accidentally get replaced when WordPress is upgraded. <?php function the_title_trim($title) { $pattern[0] = ‘/Protected:/’;…
Job Board Site and Resources
I followed Chris Lema’s awesome advice and set up a client’s Job Board site using WP Jobs Manager and the Jobify Job Board theme. I love it! Check out Chris Lema’s excellent article: Building a Job Board Website with WordPress Further resources: WP Jobs Manager + Core add-on bundle (specifically the WC Paid Listings premium plugin,…
Remove WordPress Version Number From Public View
One of the most commonly seen security tips around the WordPress-o-Sphere has got to be this: Don’t display your WordPress version number publicly Many WordPress developers often display the WordPress version in the source code. But having this information publicly available makes it easy for attackers to exploit known vulnerabilities on a particular WordPress version….
Elance: WordPress #2 for Top Overall Skills in Demand
Elance: WordPress #2 for Top Overall Skills in Demand « WordPress Publisher Blog (Mar 1, 2011) Elance’s 2010 Q4 Online Employment Report catapults WordPress into the #2 spot for Top Overall Skills in Demand. WordPress has made a steady climb in the Skills in Demand ranking, listed as #13 in May 2009 and #6 in…
- Child Theme Case Study | CSS | Website design | WordPress | WordPress Case Studies | WordPress Child Theme | WordPress CSS
WordPress Child Theme – CSS Sticky Footer
1) Followed all of the instructions from CSS Sticky Footer. Then made the extra change, shown below, to my child theme’s footer.php file. For my WordPress TwentyTen child theme, in the footer.php file, I had to move the closing #wrapper DIV to just ABOVE the opening #footer DIV. Like so: 2) Add CSS for footer…
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Themes affected: Parent theme: Thematic 0.9.6.2 Child theme: Thematic Feature Site 1.0.1 Error Message: Broken Themes The following themes are installed but incomplete. Themes must have a stylesheet and a template. Process that triggered the above error message: Using Dreamweaver CS3 for Mac was the problem. Using DW to alter the child theme’s style.css file…