Viewing 1 replies (of 1 total)
  • Plugin Author Weston Ruter

    (@westonruter)

    It should be working with custom post types. The current caveat is that it will only work with posts that are queried via WP_Query—not with get_posts()—or at least that filters have to be applied to the query, and not suppressed.

    Ajax updating of parts of the page is certainly possible, but it would require a theme to support it.

    For my existing work on ajax updating of the preview (partial preview refreshing) see https://ww.wp.xz.cn/plugins/customize-partial-refresh/

    Note that Customize Posts is a prototype/proof-of-concept.

Viewing 1 replies (of 1 total)

The topic ‘Custom Post Type & Ajax Preview?’ is closed to new replies.