Skip Navigation

[Resolved] Disable author and navigation from custom post type single page

This thread is resolved. Here is a description of the problem and solution.

Problem:

I want to remove the author name, date, and post navigation (previous/next post) from my content template on specific posts.

Solution:

For Navigation (Previous/Next Post): In your content template, search for the code responsible for post navigation, usually found near . Remove or comment out this section to disable the navigation links.

For Author Name and Date: These elements are likely generated by the Astra theme. Check the Astra theme options in the WordPress Customizer (Appearance > Customize) for settings to hide the author and date. If no option exists, contact Astra support for further assistance.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 month, 3 weeks ago.

Assisted by: Christopher Amirian.

Author
Posts
#2779478

Hi!
I'd like to remove author and navigation (previous, next post) from my content template.
Just wondering how to...
Look at this post.
The author (admin), date and navigation on the bottom.

hidden link

#2779556

Christopher Amirian
Supporter

Languages: English (English )

Hi,

I checked the front end code and you need to search for a code like this in the content template:

<!-- #post-## -->

After that the code of the prev-next is and you can remove it.

But the author name seems to be generated by the Astra theme. You need to either contact their support or check their options as usually such themes have an option to show or hide the author name.

Thanks.