Sticky Post on all pages
-
Hey Boldr Lite users and developers,
first of all, Happy New Year for everyone. While enjoying my christmas holiday, I spent some time with customizing BoldrLite Theme by a child theme. I’m happy with most parts of it.But unfortunately, there is a problem with the sticky posts. On the first page, the sticky post is displayed in a box (as intended). But on the second blog page, the box isn’t displayed. On the third page there is no sticky post anymore. What’s the reason for that behaviour. Do you have any ideas???
Box around sticky post on top: https://design.praetz.net
No box around sticky on 2nd page: https://design.praetz.net/page/2/
No sticky post at all: https://design.praetz.net/page/3/Here is a small excerpt from my index.php…
?><div class="post-content"><?php if ( get_post_format() || post_password_required() || "Full content" == boldr_get_option('blog_index_shows') || is_sticky() == True) the_content(); else the_excerpt(); if (has_tag()) the_tags('<br class="clear" /><div class="tags"><span class="the-tags">'.__('Tags', 'boldr').':</span>', '', '</div>'); endif; ?></div><?php
- The topic ‘Sticky Post on all pages’ is closed to new replies.