Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gik

    (@gik)

    thank you very much for help!

    right out of the top of the plugin:

    INSTRUCTIONS:

    No edits to the WordPress source are required.

    Just drop this into your WordPress plugins directory, and then
    Activate it on the Plugins tab of the WordPress admin console.

    A new checkbox will appear in the Post Status area labeled “Sticky”.
    Check the Sticky box to make a post sticky (appear at the top)
    within any category to which it belongs.

    A sticky post is assigned the CSS class “adhesive_post” using
    script that is inserted into its content by the plugin.
    To change the look of a sticky post, add CSS to your wp-layout.css
    file. For example:

    .adhesive_post {
    border: 1px solid green;
    margin: 15px;
    }
    .adhesive_post H3 {
    background-color: yellow;
    }
    .adhesive_post .storycontent p {
    font-weight: bold;
    }

    If you want your sticky posts to display a date, you should
    delete the line below that reads:
    add_filter(‘the_date’, ‘adhesive_the_date’, 15);

    When I activate the script my plugins page stops working.. Any ideas?

    If i rename the plugin file (adhesive.php) I can get back into my plugin-admin page..

    Thanks
    M.

    Ah fixed, the version i downloaded didn’t work – but found another copy..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adhesive plugin – where to download?’ is closed to new replies.