Slider Revolution above mast on individual post only

Hey folks.

On pages you have the option to set a slider above or below the mast. Is there a way to do this on just a single post? I do not want to add it to my Blog Posts page. Just on a single article. I added it in pro at the top but it doesn’t look great below the title. Let me know. Cheers.

Hello @istandard,

Thanks for writing in!

The Slider Settings Above and Below Masthead are only available for Pages. It can only be done with custom development to make it available for posts. That is outside the scope of our support though.

You might want to check out this threads instead:
https://theme.co/apex/forum/t/add-revolution-slider-above-masthead-for-posts-also/48118,
https://theme.co/apex/forum/t/different-header-for-post-categories/41876

In the code in those thread, it is using is_single() as the condition. And this would be for all single blog post. If you want to display only for a specific blog post, you will use is_single(123) where in “123” is the post ID. To find out the post ID, please check out this knowledge base article: https://theme.co/apex/forum/t/setup-how-to-locate-post-ids/59

For the is_single() condition, you might want to check this out:
https://codex.wordpress.org/Conditional_Tags#A_Single_Post_Page

Hope this helps.

It doesn’t but I appreciate the response. I really hope the future brings more functionality for those of us who run blogs and need flexibility when it comes to presenting content, not just building a site.

Your feedback has been noted.
If you need anything else we can help you with, don’t hesitate to open another thread.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.