
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 Dropdown Select Menu of Custom Post Titles Associated with Custom Taxonomy Terms
Creating a dropdown select menu that lists only Custom Posts associated with the Custom Taxonomy Term “National Clients” Custom Post Type: client (this is the slug) Custom Taxonomy: client_status (this is the slug) Custom Taxonomy Term: national-clients (this is the slug) Front-end view of dropdown select menu for custom taxonomy term posts A breakdown of…
Learning PHP for WordPress
PHP for Beginners: Starting on Backend WordPress Development – WP Shout PHP 101: Gentle Introduction to WordPress Programming – Know The Code WordPress Template Tags: How They Show Post Content & More (eg: the_title vs get_the_title) – WP Shout Intermediate WP_Query Arguments – Bill Erickson Customizing the WordPress Query with pre_get_posts – Bill Erickson Custom…
PHP Symbols – What Does This Symbol Mean in PHP?
Source: Stack Overflow PHP . (dot/decimal point) What does a . (dot) do in PHP? (Source: Stack Overflow) “.” and “.=” String Operators (Source: PHP.net manual) There are two string operators. The first is the concatenation operator (‘.’), which returns the concatenation of its right and left arguments. The second is the concatenating assignment operator (‘.=‘), which…