Jönson
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: post_class for pages in Twenty TwelveThis post was duplicated.
U can find the fix in here.Forum: Themes and Templates
In reply to: [Twenty Twelve] post_class in pagesThank you!
Forum: Themes and Templates
In reply to: [Twenty Twelve] post_class in pagescontent.php
<article id="post-<?php the_ID(); ?>" <?php post_class('drop-shadow lifted'); ?>>Forum: Themes and Templates
In reply to: Hide right sidebar on specifik blog.Thnx Esmi!
Forum: Themes and Templates
In reply to: Hide right sidebar on specifik blog.It’s a custom maded.
Forum: Themes and Templates
In reply to: Add div tag after 3rd, 6th & 9th post<?php $postnum++;
if ($postnum == 3) { ?><h2>Blog</h2>
<?php }
if ($postnum == 6) { ?><h2>References</h2>
<?php }
if ($postnum == 9) { ?><h2>Meet the team</h2>
<?php }; ?>
Forum: Networking WordPress
In reply to: Images don't show at posts.It’s fixed now.
This thread can be closed.
Viewing 7 replies - 1 through 7 (of 7 total)