Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Looks like you’d have to customize slider.php. Look into this Codex page about Wp_Query. In the arguments you could set something like

    'post_type' => array('post', 'page'),

    This is far from a complete answer but it may help point you in the right direction. If you aren’t comfortable with code you could always search for a plugin that offers this feature.

    Good Luck!

    Mod edit: Code fixed

    Or instead of customizing, create a post with the featured image and categorize it appropriately, then use Page Links To to redirect to the target page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Brightpage] Is there a way to get a page to be featured on the slider?’ is closed to new replies.