Tagged Questions
0
votes
1answer
366 views
Twenty ten or Twenty eleven as base for responsive child theme
I'm about to make a new child theme and really would like to learn a bit about making it responsive. The design/changes will be rather small.
I've done some child themes for both Twenty ten and ...
3
votes
1answer
2k views
How to override function in functions.php of parent theme?
I have created child of theme twentyten. I tried to override function written below
/**
* Returns a "Continue Reading" link for excerpts
*
* @since Twenty Ten 1.0
* @return string "Continue ...
2
votes
1answer
193 views
I want to add a class to main div on a template. how can I do that?
I'm building a template for twentyten child theme. I need to add a class in in the template page, but not in other pages.My template inherits the header and footer, so, I can't change any markup ...
0
votes
1answer
419 views
Best way to add some custom javascript using jquery to a child theme
I use the default TwentyTen theme and I have made a child theme with some CSS adjustments, and that's pretty much it.
Now I'd like to do two things
Make the theme load the latest jQuery, and to ...
3
votes
1answer
370 views
How do I create a magazine type menu - sub-menu setup using wp_nav_menu and child of twentyten? [closed]
I'm trying to create a menu and submenu with a child theme of twentyten, similar to this at the LA Times: http://www.latimes.com/ where when the site is first opened, it displays a set of childs, and ...
1
vote
1answer
1k views
How to replace the twentyten image header with my flash banner?
I am currently building a site using a child theme for the first time.
Basically, I have a flash banner the client has already had made, and want to replace the twentyten image banner with the flash. ...
1
vote
2answers
548 views
Twenty Ten child theme has post on an inner page. Cant get that page to use my desired template
I have a child theme based on Twenty Ten.
I have split out the sidebar and secondary side bar so they can be used on different pages.
sidebar.php file:
<div id="primary" class="widget-area" ...
0
votes
2answers
1k views
Customized widget area - how to override or filter class xoxo?
I need some help with restyling my alternate widget areas. I've created some new widget areas, and placed one into the main content of my index.php. This works just fine, however i want to style it ...