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

    The FAQs are a custom post type. And the question is just the title of the post. As such, the single post page should just make use of the single.php template file from your theme. If that template file doesn’t have it set up to display the title of the post, then it won’t display it. You can either edit your theme’s single.php file or create a separate one specifically for our custom post type, as described here: https://codex.wordpress.org/Post_Type_Templates. (The name of our custom post type is “ufaq”.)

    Thread Starter EoinMel

    (@eoinmel)

    Thanks that did the job.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show question on unique question page’ is closed to new replies.