Skip to content

More WordPress Notes

After working with Seth we’ve discovered a number of other recommendations.

  • Add the audit trail plugin so a prof can know if a student has changed a post and what the changes were.
  • Update the index.php, single.php and archive.php with the following code to pull in time stamp and author at the top of a post:
    • “<small><?php the_time(‘F jS, Y’) ?> by <?php the_author() ?></small>”
  • Seth wants the blog to send email to users when a new post has gone up
  • We also need to formalize how to restrict access by the general public

Powered by ScribeFire.

Published inUncategorized