• Resolved rosetapaas

    (@rosetapaas)


    I have set the “Display Post Author” to NO, but i still get the name of the author under each FAQ.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi Roseta,

    Is this on the FAQ page that gets generated by our shortcode or Gutenberg block? Because, to me, it sounds like you are talking about either the single post page or the taxonomy archive page for the FAQs. The FAQs are a custom post type and, as such, make use of the taxonomy archive and single post pages generated by your theme for the custom post type. We have zero control over them. Let’s take the single post page (individual FAQ page) as an example. The single post page for FAQ posts would, by default, make use of your theme’s single.php template file. If you’d like to modify the single post page for FAQs, we’d suggest duplicating your single.php file and creating one specifically for our post type, as discussed here: https://codex.wordpress.org/Post_Type_Templates. Our post type is called “ufaq”, so you’d want to call your template file “single-ufaq.php”. It would be a similar process for the taxonomy (category) archive page.”

    Thread Starter rosetapaas

    (@rosetapaas)

    hello.. thank you for your response. this was resolved by adding the following to the theme editor.

    .ht-post__meta {
    display:none !important;
    }

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

The topic ‘Display Author name’ is closed to new replies.