WordPress Mobile-friendly Themes & Plugins
By Ryan Imel on WPCandy.com
11 themes and plugins that create mobile friendly WordPress sites
By Ryan Imel on WPCandy.com
11 themes and plugins that create mobile friendly WordPress sites
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.
Adding a “Home” link to the Pages Menu in WordPress 2.9.2. Example site: http://www.toryclark.com/ One simple change to the header.php file makes the Home page link show up in the Pages Menu. Add the number “1” between the = symbol and the & symbol. See red-colored 1 in the second example below: Find: <?php wp_page_menu(‘show_home=&sort_column=menu_order,…
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…
Goal: Add Social Media Widget‘s social media icons into Header area Solution: Replace WP Twenty Eleven’s search box with a Widget area, but still display the search box when no Widget is used. Reference (from WP Tuts Plus): Creating a Simple Child Theme Using Twenty Eleven includes instructions on how to add a widget to…
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:/’;…
Problem: Couldn’t get Lightbox 2 to function at all. Solution: Deactivate NextGEN Smooth Gallery by Bruno Guimaraes Install & activate WordPress NextGen GalleryView by John Brien Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
WordPress 2.7 integration with bbPress Forum (version 1.0 Alpha-6, unstable). Since this bbPress version is an unstable Alpha, it’s recommended for testing purposes only! I backed up my database and all of my files first! Here are the beginnings of my first forum installation: http://www.reidwalley.com/wordpress/forums/ My contribution to the bbPress forum: http://bbpress.org/forums/topic/basic-integration-screencast/page/2#post-23672 Share this post:…