sticky class?
-
https://ww.wp.xz.cn/support/topic/i-like-it-454/ seems to suggest that
post_class()in the loop will addstickyCSS class to the posts.With the current version of the plugin (1.9.2),
<div <?php echo post_class(); ?>>outputs for example,
<div class="post-438 project type-project status-publish has-post-thumbnail hentry"> ...for a CPT entry that has been marked as sticky using the plugin.
As can be seen in the HTML output,
stickyclass is not present.Any ideas?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘sticky class?’ is closed to new replies.