By Shelly on Apr 20, 2011 in Code code code, Wordpress | Comments Off
A lot of questions about sliders have been coming along the list in the past few days. (If you don’t know what I mean, I mean those nice little galleries that have images – sometimes text – that scroll through a little area.) I’ve had a lot of experience popping custom sliders into WordPress themes [...]
By Shelly on Oct 1, 2009 in Code code code, Tutorials, Wordpress | 1 Comment
Recently, I’ve worked on several sites where jQuery is needed for functions within the site – items like scrolling sections, expanding sections, rotating text – all kinds of neat and fun stuff. Typically, when you want to use javascript (or other) on your site, you put the script into the theme files and call it [...]
By Shelly on Apr 20, 2009 in Wordpress | 1 Comment
One of the most common questions I see in regards to WordPress menus is “How do I add a ‘Home’ link to my navigation menu?” Typically – in the past, I’ve answered by stating that you place a static line before the call to wp_list_pages();, and that’ll do it for you. But today, I found [...]