• Hi,

    Thanks for the nice plugin.

    However, I have a small request to make………..

    I want the buttons to be visible only for a single category post in my website.

    Can that be done.

    I checked in your style.css file of the plugin that you have stopped hand held devices from seeing the buttons using the code…………

    —————-
    @media screen and (max-width: 1024px) {
    .wpspn-area,
    #wpspn-nextpost,
    #wpspn-prevpost {
    display: none;
    }
    }
    ——————

    Is there something similar to this that can point out that the buttons will not display except one particular category?

    Looking forward to your response.

    Thanks and regards
    Satyaki

    http://wordpress.org/extend/plugins/wp-single-post-navigation/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter satyaki

    (@satyaki)

    Hi,

    I tried to create the coding for blocking all other categories except 18.
    However, it is also not working.

    The category name for category ID ’18’ is ‘photo’.

    I have attached the code below for you to see…………
    —————————–
    <?php if (in_category(‘photo’)) {
    .wpspn-area,
    #wpspn-nextpost,
    #wpspn-prevpost {
    display: none;
    }
    }; ?>
    ——————————

    I don’t know anything about coding and is a non technical person.

    Can you please check the code and suggest what I am doing wrong?

    Thread Starter satyaki

    (@satyaki)

    Hi,

    Is it possible to be done what I am requesting?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need the buttons to appear in only one category posts’ is closed to new replies.