Trying to use an entry header from Adelle to Twenty Twelve
-
I am trying to use the entry header (the bubble date, post title, and category) from the template Adelle. I am currently using Twenty Twelve with the Like Blogger Child.
I successfully moved code in a test, but only the text appeared, and not the bubble or correct format.
How do I correctly change the code to get it to look like the Adelle entry header? (here is the adelle theme siteI believe this is the html from Adelle I need to move….
` <header class=”post-header”>
<div class=”post-date radius-100″><span><?php echo get_the_date(‘d’) ?></span><br /><?php echo get_the_date(‘M’) ?><br /><?php echo get_the_date(‘Y’) ?></div>
<h2 class=”post-title” itemprop=”name”><a href=”<?php the_permalink() ?>” rel=”<?php _e(‘bookmark’,’adelle-theme’); ?>” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?></a></h2>
<div class=”post-category”><?php _e(‘categories’, ‘ace’); ?>: <?php the_category(‘, ‘) ?></div>
</header>`I am very new to coding, so specific directions help!
- The topic ‘Trying to use an entry header from Adelle to Twenty Twelve’ is closed to new replies.