The theme-twenty-ten tag has no wiki summary.
3
votes
3answers
5k views
Remove “Posted on” and “Posted in” from the Twenty Ten Theme
I just upgraded to the latest Wordpress and activated this theme.
It displays the following
Hello world!
Posted on May 27, 2010 by admin
Welcome to WordPress. This is your first post. Edit or ...
3
votes
2answers
7k views
How to create a drop down menu like in twenty eleven theme?
I really like the drop down menu solution of twenty eleven theme:
http://twentyelevendemo.wordpress.com/
and would like to create a similar one but I cannot figure how it works, or is it based on ...
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 ...
3
votes
2answers
520 views
Adding post-formats to Twenty Ten child theme
So I have been building a child theme for a site. Wanted to add post formats to a twentyten child theme. Now, the goal of my child theme is to copy over the absolute least amount of code/templates ...
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 ...
2
votes
2answers
856 views
Making the Header on the Twenty Ten Theme Less Tall?
The question is How do I make the header on the Twenty Ten theme less tall? That question was asked over at the LinkedIn WordPress group that is hidden from search engines so I thought I'd copy my ...
2
votes
1answer
75 views
Looking for the code in twentyten that allows users to select images for the header/banner
I am looking for the code that renders the below page. Where can I find it, it does not appear to be in functions.php?
I want to learn how they allow users to upload images
2
votes
1answer
224 views
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 ...
2
votes
1answer
195 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 ...
2
votes
2answers
377 views
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 ...
2
votes
2answers
3k views
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 ...
2
votes
3answers
213 views
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 ...
1
vote
2answers
11k views
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). ...
1
vote
3answers
722 views
1
vote
2answers
544 views
display 20 lines only with the_content
I like to display only 20 lines of post with the read more link using
the_content( __( 'Continue reading <span class="meta-nav">→</span>' ) );
But it shows full content .
How ...
1
vote
2answers
204 views
update = remove code
i updated my wordpress in 3.1 (i'm using twenty ten) and some of my code has been deleted, i'd like to understand it : is it only because i'm using the "twenty theme", that the "code" was replaced ...
1
vote
1answer
241 views
How do I remove twentyten without ruining what I did?
I created a blog with the twenty ten theme. I understand there are issues with upgrading WP with this default theme. It overwrites what you did. Is there a way to fix this with starting over.
How ...
1
vote
3answers
988 views
How can I hide the sidebar on specific pages?
I'm using a child of the twentyten default theme and I want to hide the sidebar on some pages.
What is the solution for that?
1
vote
4answers
2k views
How to resolve - IE 6 ignores img “width” properties
In this post:
http://humus101.com/?p=1734
We've got 4 images set (in the img property) to a width of 246 pixel.
In chrome it looks fine. In IE6 it doesn't.
Any suggestions on how to solve this?
1
vote
2answers
460 views
What's the correct way to include files in Wordpress TwentyTen theme with it's own jquery scripts and css?
I want to include a slider in the default Wordpress theme on the home page. I did manage to get the page to show using <?php if ( is_home() ) { include ('slider.php'); } ?> but it doesn't look ...
1
vote
2answers
550 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" ...
1
vote
2answers
441 views
Why does the TwentyTen Theme sidebar <ul> have a class called 'xoxo'?
Why is the CSS class called 'xoxo'? What does it mean?
1
vote
2answers
96 views
Add blogs to “Blogs i Follow” sidebar [closed]
We've been reading through the documentation and watched a video, and gone through all the options in the Dashboard, but whenever we try adding links to the Blog Roll or 'Blogs I follow' section, they ...
1
vote
1answer
411 views
conditional (theme) language selection at 'runtime'
I have two issues to change the language for the theme at 'runtime'. I'm not sure about my question title, hope my description helps.
I already use a plugin Polylang and there nice features: link ...
1
vote
1answer
277 views
Post thumbnails not working in my new install of WP 3.1 with Twenty Ten theme
I am working in a new project, and I just realized that in the page/post edit pages, I don´t have the option to set a featured image/ post thumbnail.
I have checked and Twenty Ten has thumbnails ...
1
vote
0answers
35 views
I would like to remove the url and description from about the header
I am using the twenty ten theme. Could someone kindly tell which line / lines to axe to remove that URL and description and move the banner picture to the top of the page.
Thanks in advance.
Brandon
1
vote
1answer
7k views
How to create a fixed header and scrolling content area
I've bee experimenting with a site I'm working on. My client wants the header with its nav and logo intact, so visitors always have the ability to access the navbar while scrolling to read the page ...
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. ...
0
votes
1answer
9k views
Creating Multiple Menus when using the TwentyTen Theme?
How to get multiple menus in TwentyTen theme?
0
votes
2answers
673 views
do_shortcode() in twentyeleven theme
I observed a difference between twentyten and twentyeleven themes. Let me explain with an example:
example.com/category/health-beauty/ finds one post containing just a shortcode.
If I use twentyten, ...
0
votes
1answer
535 views
Extend the twentyten dropdown menu with jQuery with a delay onmouseout
I would like to extend the pure CSS dropdown menu of the standard twentyten theme in order to accomodate a small delay on hiding the submenu onmouseout.
Is there any way we could do this using ...
0
votes
1answer
212 views
Where is the code that set the background image in TwentyTen theme?
I am developing a theme for my blog using Twenty Ten as starting point.
Now, I am trying to understand how it manages the background image that can be set in theme options but I wasn't able to find ...
0
votes
1answer
134 views
WordPress TwentyTen Theme Incompatible with Theme Unit Test
I'm trying to test the comments template on a theme that is based on TwentyTen, using the the WP Theme Unit Test XML file, and there is one post that does not display comments properly.
The post is ...
0
votes
1answer
1k views
Use Featured Image of Post as Header Image
I have a blog on wordpress.com in which I make use of the Twenty Ten theme. For each Post I can set a Featured image.
On Wordpress.com that image is then displayed in the header above the menu.
I'd ...
0
votes
1answer
75 views
Template messed up on viewing posts
Take a look at this post: http://mikewills.me/blog/links-for-2011-02-24/
My images are broke and CSS links are broke. I know the problem is with the permalink, but why would it be broke? I have the ...
0
votes
1answer
442 views
Making a Wordpress theme based on twentyten
I want to convert a HTML/CSS layout i made into a WordPress Theme, But i don't know any PHP, I have a basic idea of the structure of a WordPress Theme, So i was wondering if i could just slice my HTML ...
0
votes
1answer
1k views
Create a category archive page in TwentyTen Child Theme
I would like to create a page that will show all the posts from one particular category. I want to show the post title with the post thumbnail and content and nothing else ..no other meta ..no post ...
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 ...
0
votes
1answer
424 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 ...
0
votes
2answers
506 views
Display most recent posts in category with Twenty Ten theme widget
I am fairly new to WordPress, and I would like to have a list of the most recent posts in a certain category appear in a right-hand panel (I can do this with all posts, but not specific categories)
I ...
0
votes
1answer
780 views
Child pages don't become submenus (as in the twenty-ten theme)?
I'm using the theme Starkers which is based on twentyten.
My twenty ten theme do place child pages below its parent page.
But the new theme (based on Starkers) I'm developing doesn't (it just place ...
0
votes
1answer
292 views
Uploading and inserting an image using a custom option panel like in the Twenty Ten theme?
Twenty Ten gives the option to change the background image of the header.
Where is the code involved in this feature? (uploading the picture and adding the picture).
I would like to mimic this ...
0
votes
1answer
2k views
Remove Author, Post and Category-related Text from a Theme?
How do I remove?
"Author Archives: Merms", on http://shs.merms.info/author/Merms.
"by Merms", but keep "Posted on December 30, 2010" on all pages
Posted in Article, Awards, Employer News, Events, ...
0
votes
1answer
401 views
Twenty Ten Theme: Replace the Logo by a picture without moving the code
I would like to replace the twenty ten's theme logo (text) by a picture, Is there any plugin allowing me to do that.
I know how to do it, but every time wordpress gets updated (often) the code comes ...
0
votes
2answers
902 views
How can I change how my tag pages display?
Ok, I'm using the TagCloudShortCode plugin. I have a problem with how my tag pages display.... I want them to display the way they show on my main page, with the image and more button... how do I ...
0
votes
1answer
63 views
individual images as navigation design TwentyTen
I can't figure out a solution for changing the black bar in Twenty Ten to individual background images behind each link. Using an image I created in Photoshop I have tried changing a few things in the ...
0
votes
1answer
53 views
how to keep theme background image, menu or site header image while moving site in sub directory?
I'm moving site root to sub directory, menu background image or site header display as default,
I have change URL in db as set all sub directory location also set .htaccess
but my custom background or ...
0
votes
1answer
65 views
How to navigation menu call in different folder? [closed]
I face problem when i use navigation menu in other folder. My problem is that
I integrate theme in twentyten folder and integrated is done but face problem when i create new folder in twentyten theme ...
0
votes
1answer
33 views
Adding Tag On Single Post from bbpress (Tewenty Ten) Themes
i want adding tag on my single post, currently now i am using bbpress (Twent Ten) Themes,
What i want is include Taged With :
on a single post.
Thank You,
RA
0
votes
1answer
125 views
Create Fixed Content Window in Twenty Ten Theme [closed]
I am using a child theme of twenty ten. Does anyone know how to make my content area fixed. I want the header, Menu, Sidebar, and Footer to all stay at a fixed size so just the content scrolls up, ...
