Excluding Pages in WordPress

Home Forums PDF24 Online PDF Converter Plugins, Widgets, Gadgets, Mods Excluding Pages in WordPress

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #526
    hansir
    Member

    Great Plugin! One question though: How can I exclude certain pages from having the "Download article as PDF" link?

    #1153
    pdf24
    Member

    Currently this is not possible. How do you have a suggested solution how this could be realized?

    #1154
    cirrus
    Member

    Just a thought while I am browsing, you could do something in your theme to set a conditional statement and give different css classes to a page.

    Lets say you wanted to hide it, you could make a long conditional if statement saying if this page or this page or this page or this page give the css class name nopdf then in your css use

    .nopdf .pdf24Plugin-cp {
    display:none;
    }

    I did something similar to hide the link from my homepage.

    Cheers

    #1155
    nino
    Member

    Personally, I'd like to exclude the link from ALL pages and only have them show at the bottom of posts.

    There doesn't seem to be a way to do this either, yet it seems like it there would be a simply solution. Unfortunatly, I don't know PHP well and cannot figure out how to do it.

    #1156
    pdf24
    Member

    Should be possible with latest versions.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.