• Resolved baponline

    (@baponline)


    As part of my FAQ answer, I put a permalink to another FAQ and select open on a new page. This works great.
    However, when the new individual FAQ page is opened it shows the author and date.
    I have Display Post Author and Display Post Date set to no in the Settings. The author and date only display on the individual FAQ page (not when using the shortcodes). Is there a way to remove these from the linked page? Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi baponline,

    Can you send us a link to one of your individual FAQ pages?

    Thread Starter baponline

    (@baponline)

    Hi. My site is currently “under construction” and I’m using a plugin that provides that information and stops users from accessing the site.
    How can I provide a link for you to look at since I’m using that plugin?

    I did add some custom CSS that takes care of displaying the author and date on the individual FAQ page but not sure this is the correct approach.

    .entry-meta .byline, .entry-meta .cat-links { display: none; }
    .entry-meta .posted-on { display: none; }

    Also the individual FAQ page shows the name of the previous/next FAQ at the bottom of the page. Selecting these links takes you to that individual FAQ. I’d like to disable that as well. Not sure how to do that.

    I can send you screenshots if that helps. Thank you.

    Hi Bapoline,

    Adding Custom CSS is what I would have done, so you’re on the right path ??

    For hiding the pagination, you can try adding something like this to your Theme’s “Additional CSS” (Appearance->Customize) box:

    nav#post-navigation {
        display: none;}
    Thread Starter baponline

    (@baponline)

    Thank you! It did what I wanted it to do.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove author/date from linked FAQ page’ is closed to new replies.