Support » Theme: MesoColumn » Add Author and Date to Pages

  • Resolved stevenwb1

    (@stevenwb1)


    Ritchie, Your theme does a great job of displaying the Author Date and Category to Posts, but is there a proper way that we can display the Author and Date to Pages?

    This would be great for those of us that have a substantial amount of Pages on our sites.

    Thanks again!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    the theme hide the meta in pages. you can enable it by opening lib/templates/post-meta.php and edit

    <div class="post-meta the-icons pmeta-alt<?php if( is_page() ) { echo ' meta-no-display'; } ?>">

    to

    <div class="post-meta the-icons pmeta-alt">

    Thread Starter stevenwb1

    (@stevenwb1)

    Thanks Ritchie!!! That did the trick.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Author and Date to Pages’ is closed to new replies.