Questions tagged [theme-twenty-twelve]
Twenty Twelve is the default theme for WordPress in 2012.
66 questions
0 votes
0 answers
76 views
Setting up Pagination with twentytwelve_content_nav
We are using the twentytwelve theme and I've been trying to fix and set up Pagination for few specific pages. I've set up a Webserver and freshly installed wordpress for this. I managed to get it to ...
1 vote
1 answer
1k views
How to make content area in full width in Twenty Twenty-One theme?
I've a child Twenty Twenty-One theme and I want to make the content area in full with. I don't want to use any plugin. I've searched and found that adding following code in CSS may work but for me it'...
0 votes
0 answers
32 views
Wanting to list all Post types under a common category
A client has "posts" plus four custom post types on their site. He requested a way to call up a category that would be common to the CPTs and list them all. So if there is a common category of "budget"...
1 vote
1 answer
44 views
How do I set the featured image size on the single post?
Good day! I've tried searching for the answer from other posts, but overrides didn't seem to work for me. Basically every time I have a single post the featured image is the first image and it's ...
1 vote
3 answers
4k views
Switch from hover to click on Twenty Twelve Menu
I'm wondering how I could change the menu in the twenty twelve theme to show the submenu items on click rather than hover?
0 votes
1 answer
188 views
Unregister mobile menu in twenty twelve not working
I use the WPTouch plugin to make my blog responsive. My theme is twenty twelve newest Version 2.2. WPTouch works fine in mobile mode. My problem is that the twenty twelve theme activate the ...
0 votes
2 answers
464 views
Add date before entry title in Twenty Twelve
How do I add the date before the entry title in Twenty Twelve with just functions.php? Right now I have to add and modify many files in the child theme such as content.php, content-aside.php, content-...
1 vote
1 answer
112 views
How to customize Wordpress twentytwelve_comment function
Is there any way to customize wordpress twentytwelve_comment function to change default comment author meta details.
17 votes
3 answers
90k views
Insert HTML just after <body> tag
I am using the Wordpress theme Twenty Twelve (a child of it to be precise). I want to know how to insert some HTML just after body opening, in just functions.php and not using header.php. Is that ...
1 vote
1 answer
179 views
Create an extra Widget Areas in WordPress TwentyTwelve
I'm new to wordpress and it's difficult for me to find some basic information in forums and documentation. I'm trying to create my own widget areas, and place my widgets there in administration panel....
1 vote
1 answer
104 views
Override the function twentytwelve_scripts_styles in a child theme
I want to overide the function which enqueues scripts and styles in the theme Twenty Twelve using its child functions.php. I followed this guide but can't get it to work. Can someone suggest a ...
4 votes
4 answers
49k views
How to get a different mobile menu than desktop menu in the twentytwelve child theme
I would like to use a different menu for my mobile website than my desktop website. With different I mean the content not the layout. I just want to use the mobile menu of the twentytwelve theme. ...
1 vote
2 answers
578 views
Why does the Full-width Template in Twenty Twelve pack so many classes into the body class attribute?
I created a page and selected the "Full-width Page Template, No Sidebar" option in the Twenty-Twelve Theme. The viewed page has the following body tag: <body class="page page-id-2 page-template ...
0 votes
1 answer
3k views
With over a page of content the footer remains where the bottom of the screen was at top scroll
I've been building an artist website to promote my music and I've ran into an obstacle with my footer. What I want is very simple (or so it would seem). I'm trying to create a footer that sits under ...
1 vote
2 answers
6k views
TwentyTwelve child theme mobile menu not working
I have a pretty simple child theme of Twenty Twelve active, but the mobile menu does not expand when pressed. Here is header.php: <?php/** * The Header for our theme. * * Displays all of the &...