• Closed
  • Peter Rose
    Spectator
    17.01.2015 at 03:22 #14385

    How can I change the setting so that posts will not show the date, author, and “comments off” which is currently showing on the post?

    How can I turn off the “about the author” and “comments closed” from the bottom of the post?

    Here is the link.
    This is a test post: http://ydrconnect.com/testimonials/

    I installed a jobs plugin and the post it created also has the same issue, so I believe this can be universally changed in the theme. In other themes I’ve used there was a check box to turn off. I couldn’t find in Alora.

    This is the job plugin generated post: http://ydrconnect.com/job/executive-chef/

    Roman
    Spectator
    Posts: 3147
    17.01.2015 at 19:00 #14469

    it would be better if you add this post as a page, then all those meta can be disabled. same for the plugin page.

    Peter Rose
    Spectator
    Posts: 11
    20.01.2015 at 20:56 #14490

    For posting jobs, I installed WP Job Manager. This is the most robust job posting plugin I could find. I create the jobs within the plugin. I then created a page called “Find Jobs” and put the short code in. When the viewer clicks on a job it shows the job post that was created by the plugin. So I need a way to turn off the Date/Author/Comments for that.

    Here is the Find Jobs page. http://ydrconnect.com/candidates/jobs/

    Here is a job post. http://ydrconnect.com/job/executive-chef-2/

    Alok Maheshwari
    Spectator
    Posts: 303
    20.01.2015 at 22:31 #14491

    You can try hiding it by using css.

    .meta-info
    {
    display:none;
    }

    Peter Rose
    Spectator
    Posts: 11
    21.01.2015 at 22:30 #14506

    Thanks. That worked.