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 Plugin – Multiple Columns In A Single WordPress Post
UPDATE (Oct 24, 2009): This plugin doesn’t quite work! Problem: the below “fix for mis-alignment across top of columns” causes all of the site’s soft returns (non-paragraph line breaks) to be undone. I have discontinued using this plugin and undone the change to line 135 in includes/formatting.php. WP Post Columns Plugin, by Sam Burdge at…
- Child Theme Case Study | Custom WordPress | WordPress | WordPress Child Theme | WordPress functions file
WordPress Child Theme – Change Header Image Size
WordPress Child Theme Case Study: 2020 Euro Lens Bath Create a Child Theme (style.css and functions.php files) In the functions.php file, add:
[FIX] Changing WordPress Permalinks Breaks Old Date-Based Links
Problem: Changing “name and date-based” permalinks to “name-based” permalinks breaks all of my site’s old links. Changing: https://www.designparc.com/2008/08/08/post-title/ To: https://www.designparc.com/post-title/ breaks the former date-based connection. Solution: Rick Beckman’s “How to Update Your WordPress Permalinks Without Causing Link Rot” article Add RedirectMatch call to .htaccess file so that old “name and date-based” permalinks will seamlessly redirect to “name-based” permalinks….
WordPress Child Theme – Category Template Display Full Posts
WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 Create new Category template to display full posts, instead of excerpt posts, on a Category page. Copy loop-page.php file from TwentyTen folder to child theme folder. Change file name to: loop-category.php. It’s the <?php the_content(); ?> in the original loop-page.php file that makes the Full Posts possible.
Canvas Child Theme – Create a Unique WordPress Website
Resource to create a unique WooThemes Canvas Child Theme: How to Create a Unique WordPress Website: 15 Top Hacks for Canvas. 15 simple but effective CSS hacks.
