• I bought Reactive Search and downloaded Reuse Builder. The issue is Reuse created custom content type but even though I turned on the Format option, it’s not showing up. Do I need to go in and create multiple formats for that post type or will it borrow the Post type ones?

Viewing 1 replies (of 1 total)
  • Thread Starter markelrayes

    (@markelrayes)

    Found out I have to add add_post_type_support( ‘WHATEVERYOURPOSTTYPEIS’, ‘post-formats’ ); to function.php.

    Feel like that should be somewhere in the documentation.

Viewing 1 replies (of 1 total)
  • The topic ‘Format not showing up even when turned on.’ is closed to new replies.