• Resolved petematthew

    (@petematthew)


    Hi there

    I would like to remove the meta information at the bottom of the course description page if at all possible.

    I have a child theme in place, and I gather this has something to do with the functions.php file. Would love it if someone had some code specific to Coursepress to copy and paste into the child theme functions.php which fixes this! I have found other examples online but they seem to be for the TwentyTwelve theme and others, and I don’t want to mess things up!

    Scroll to the bottom of this page to see what I want removing:

    https://meaningfuluniversity.com/courses/learn-how-to-budget/

    Thanks!

    https://wordpress.org/plugins/coursepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there Peter,

    How are you doing today?

    This should be possible to remove with some custom CSS. Since you’re already using child theme, which is great, you can try adding the following code in your child theme style.css:

    footer.entry-meta {
      display: none;
    }

    This should remove that from your page. Please let me know if that helps 🙂

    Best regards,
    Bojan

    Thread Starter petematthew

    (@petematthew)

    Thank you Bojan – worked perfectly!

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey Peter,

    Glad I could help 🙂 Have a great weekend!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove "This entry was posted in . Bookmark the permalink" – meta information?’ is closed to new replies.