Display trackbacks separately from comments in twentyeleven

How do I display trackbacks (the link and the date) outside of the twentyeleven comment loop? The function below is from the twentyeleven functions.php file. I’m using the standard comments.php file from twentyeleven, and the trackbacks are shown under the comments when using <?php comments_template( ”, true ); ?> in a template file. I can … Read more

theme options echoing multiple times

I tried to strip down the Twenty Eleven theme options page and add my own fields correction: I followed a tutorial somewhere, but when I try to echo the data, it comes out multiple times. Here is my theme-options.php: http://pastebin.com/HSZM56jA This is how I am echoing it: <?php $options = get_option(‘gavsiu_theme_options’); echo $options[‘message-primary’]; echo $options[‘message-secondary’]; … Read more

What is the WordPress Pinecone sitting on top of? [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 10 years ago. Improve this question Does anybody know where wordpress gets their banner images? Perhaps we could find the original photo? I’m curious just what exactly … Read more

Make “sidebar template” the default template for new pages

On Twenty Eleven or on its child themes the default template for new pages is a template with no sidebar. I don’t know why this is like this; it seems to me that the designers of WordPress are still not thinking about CMS functionality in some places. For example the most obvious place to put … Read more

How to force content refresh of a page that has been loaded previously by the user? [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 7 years ago. Improve this question How can any page on the site be forced to refresh or load content by ignoring anything in cache, everytime a … Read more

why does twenty eleven theme mix up the css measurement units?

I’m wondering why does WordPress’s default theme mix up the css measurement units? For example: .one-column.singular #author-info { margin: 2.2em -8.8% 0; padding: 20px 8.8%;} Wouldn’t be easier to understand and to work if all them were pixel based? Thanks 1 Answer 1 Its just a css thing… while the distance from the top object … Read more