Forums

[resolved] Identify sticky, a little bit of coding (2 posts)

  1. Roy
    Member
    Posted 1 year ago #

    Sorry, I have proven myself again that I don't understand the coding.
    My theme has
    <div class="post" id="post-<?php the_ID(); ?>">

    I want to identify a sticky post, so I can use.

    sticky {
    	background:#DEC8A6;
    	font-size:1.2em;
    	border: 1px solid black;
    	margin-bottom: 7px;
    }

    or something similar in the stylesheet.

    My trial-and-error method fails.

  2. Roy
    Member
    Posted 1 year ago #

    Yahoo! It does work with
    <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    (The first time I tried I got a white screen, but I guess I just made a typo.)

Topic Closed

This topic has been closed to new replies.

About this Topic