• I am using Responsive and created a custom front page with all the widgets and I like the way it looks. Now, however, I want to add a Blog post but when I try to select a static front page and post page I am unable to use my custom front page with all of it’s bells and whistles as it’s not listed in the drop down. Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Responsive lists the possible layouts in function responsive_get_valid_layouts() in core/includes/post-custom-meta.php

    The last line is return apply_filters( 'responsive_valid_layouts', $layouts ); so you can write your own function that adds your custom page as one of the layout options.

    It requires some understanding of the principles in WP; https://codex.www.ads-software.com/Plugin_API would be a good read.

    Is there a way to make the custom post type pages, like they were in the older version of Responsive?

    Like before the types were under pages, not posts. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting Static Page when Using Custom Page’ is closed to new replies.