Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62097
    Susie
    Participant

    Hey,
    Is there any way of making the featured content only appear on specific pages (Not the front Page)?
    Thanks a lot

    #62133
    Sakin
    Keymaster

    @Susie: We have option to display Featured Content either in Homepage only or Entire Site. There is no option to make that Featured Content only appear on specific pages. You might have to look for plugin to add featured content in pages.

    But you can make that features slider to show on “Entire Site” from “Appearance => Customize => Featured Content => Featured Content Options => Enable Featured Content on” and the add in css to hide in all pages and show only in that pages. If you want to do this, then enable it in all pages and send me the page url where you want to show it only.

    #62220
    Susie
    Participant

    Hey Sakin,
    This the page I’d like it to be shown
    http://blackdogcarpentry.co.uk/gallery/
    Thanks a Lot.

    #62678
    Sakin
    Keymaster

    @Susie: Like I told you earlier there is no option to just show featured content in Single page like Gallery. So, what you can do is enable Featured content in entire site and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it from all except gallery page.

    #featured-content { display: none; }
    .page-id-17 #featured-content { display: block; }
    #63884
    Susie
    Participant

    Hey,
    Sorry that doesn’t seem to work,
    Any ideas?
    Thanks

    #63954
    Sakin
    Keymaster

    @Susie: But you haven’t enabled “Featured Content” as Entire site.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured content on specific pages’ is closed to new replies.