How do I make the category template display full posts instead of partial posts?

I’m using WordPress 3.0.1 with the Twenty Ten theme. I’m trying to change the way the posts in the Category view are displayed (i.e. by going to a url like mywebsite.com/category/mycategory). Currently the posts in the Category view just show the first part of a post, but I’d like to change that so it shows … Read more

How can I edit the Twenty Ten Theme to remove the comments box when a page uses a specific template?

I’m new to WordPress and I’m trying to edit the Twenty Ten theme so that my template for basic pages (basic-template.php) does not show the comments box. I do want the comments box to show up on other pages, such as blog posts. I’m pretty sure that changes need to be made in loop.php, but … Read more

adding .current* tags to custom post types and taxonomies

TwentyTen adds some classes to custom menus, for instance: #access #menu-item-262.current-menu-item, #access #menu-item-262.current-menu-ancestor All the top-level links in my primary navigation have the class .current-menu-ancestor when the user is on a child page — except when I’m viewing content in the custom post type I’ve built. How do I set the current page in navigation … Read more

Accesibility problems with dropdown menus in twentyten theme or others

Some time ago I discovered that dropdown menus that do have clickable links on parent nodes are confusing for the users. Often they are not seeing that they can click on the parent, they just assume that the parent is just like a folder. Check yourself the demo from http://2010dev.wordpress.com/ – see the second menu … Read more

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” role=”complementary”> <ul class=”xoxo”> <?php /* When we call the dynamic_sidebar() function, it’ll spit out * the widgets for that widget area. If it … Read more

How do I create a magazine type menu – sub-menu setup using wp_nav_menu and child of twentyten? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 9 years ago. Improve this question I’m trying to create a menu and submenu with a child theme of twentyten, similar to this at the LA Times: … Read more

Where can I find a good reviewed collection of Twenty Ten child themes?

I am looking to extend the functionality and more importantly improve the design with post thumbnails on main page, beautify post metadata, etc. If you know a good child theme for twenty ten, please share. Thanks. 3 Answers 3 My VoodooPress site is a twentyten child theme. Has some pretty cool functions going on behind … Read more