Classroom Teacher

Exploring Dragon Naturally Speaking and Classroom Technology

  • Dragon Naturally Speaking Reviews ▼
    • Nuance Dragon Home vs Professional 15 review
    • Dragon 15 Bad Review
    • Nuance Dragon NaturallySpeaking 13 Premium Review
  • Classroom Tech Ideas
    • Show 2 different screens:
      laptop vs projector / TV
    • Add arrows and notes onto a screenshot
  • 21st Century Learning Skills ▼
    • 6 Cs of Education
    • Goal Setting for Students:
      powerpoint, lesson, worksheet
  • About this site
    • Disclosure Policy
    • Privacy Policy

Two big problems with using WordPress blogging software in the classroom

July 29, 2011 - 3 Comments

Student Authors can see everyone's comments in WordPress by default, including Comment SpamWe love using technology in the classroom: clickers, data projectors, prezi, netbooks, online literature circles and of course classroom websites and student blogging.

And, we love WordPress. It’s our blogging software of choice for the classroom and we use it for all of our professional websites and school projects. If you set up your own self hosted WordPress blog, the sky’s the limit – you can upload your own themes, you can set up whatever apps (plug-ins) you want, and you can tweak the code, if you know how.

Blogging software like WordPress (and Blogger) are great ways to set up blogs for your students (and if you’re not sure why you should blog in the classroom, check out this post.) Every WordPress class website has a front end (with a pretty theme that the world sees when you visit the site,) and a backend (site admin) where users login and write their posts.

Although WordPress can be incredibly simple to use, there are two big problems that teachers should be aware of when using a basic WordPress blog in the classroom:

  • Problem #1: When students login, they can see a list of all of the posts on the class website, and not just their own.
    • How to show only your posts in the WordPress Site Admin Backend
  • Problem #2: When students are logged in, they can see a list of all of the comments on the class website, and not just their own.
    • Solution for WordPress.com blogs
    • How to show only the logged in user’s comments in the WordPress Site Admin Backend
    • Show Only Your Comments WordPress plugin

WordPress in the Classroom – Problem #1: When students login, they can see a list of all of the posts on the class website, and not just their own.

By default, when you are logged into a WordPress blog with multiple authors, the post list will show you a list of every single post title in the blog: published posts, draft post, and posts awaiting teacher moderation.

(Although, students may be able to see all of the posts in your class site, students will only be able to view and edit their own posts if they have “author” accounts. Usually, you need to be an “editor” to be able to view and edit other people’s posts, unless you have used a plug-in to change this.)

This can be annoying and confusing for students because they may have trouble finding their own work (especially if there are several students writing about the same topic.) Also, you might not want students to see other students’ work until it gets published/approved by the teacher, even if it is only just the post title.

Solution: How to show only your posts in the WordPress Site Admin Backend

If you run a self hosted WordPress blog for your class website, then you can tweak some code or install a plug-in (Manage your Posts Only), so that student authors can only see their own posts.

Unfortunately, you can’t install your own plug-ins on WordPress.com, so this solution only works if you run your own self hosted WordPress blog in order to install the plug-ins that you want.

WordPress in the Classroom – Problem #2: When students are logged in, they can see a list of all of the comments on the class website, and not just their own.

In a fresh, out-of-the-box, brand spanking new WordPress account / installation, students can click on the Comments menu and see a huge list of all of the comments that have been submitted on the class website. This can include any of the following:

  • Comments that have been approved and published.
  • Comments that they wrote.
  • Comments that other students wrote but haven’t yet been approved by the teacher to appear on the class website (pending comments).
  • If your class website allows comments from anyone in the world (and not just registered users in your class community,) then students can read these pending comments before they get approved by the teacher.
  • Comments that have been automatically redirected into the spam box. (Think about the kind of spam you get in your e-mail box and know that there are spambots crawling websites in the same way.)
  • Comments that you have deleted or moved into the trash. Students can view comments in the trash

Student authors won’t be able to approve or delete the comments, but just like with the posts, they’ll be able to see every single comment submitted to your class website.

Unlike with the problem with the posts, which only shows you the title and not the content of the post, the problem with seeing other people’s comments is that students can read the entire comment.

Chances are, you don’t want your students reading their classmates’ comments until they get moderated by the teacher. And, if you run a class blog that allows anyone in the world to leave comments, you definitely don’t want to expose your students to the pharmaceutical or other spam comments on your blog.

This isn’t a new problem. We wrote about the dangers of students seeing unmoderated comments back in Nov 2008. (Last time, our solution was to hide the comment menu using a plugin which means they couldn’t see their own comments. This time, WordPress has evolved so we can create a plugin to filter out other user’s comments.)

Solution for WordPress.com blogs

The simplest way for teachers to protect their students from reading inappropriate spam comments on their class website is simply to only allow registered users to comment on the blog. This stops the spambots and trolls from leaving inappropriate comments on your class website, but it also means that parents and family members overseas can’t leave comments on their children’s work unless they have an account on your class website.

Another way to keep the world from leaving inappropriate comments is to make your class website a private blog that is only accessible to registered users.

Unfortunately, both of these solutions are pretty weak. They only prevent your students from reading comment spam from the outside world. They’ll still be able to read each other’s comments, even though the teacher has approved them. In order to change the way that WordPress works so that logged in users can only see their own comments, you need to modify some code or install your own plug-ins (which you can’t do with WordPress.com)

Solution for self hosted WordPress blogs: How to show only the logged in user’s comments in the WordPress Site Admin Backend

OLD SOLUTION: (Before WordPress 3.1)

Until recently, it was pretty difficult to modify your classroom WordPress blog so that it only showed your own comments in the site admin backend when students logged in. You had to add some code and hack the WordPress core files.

  • Here’s the function that modifies WordPress so that it only returns comments written by the student user. (You can put this code into your theme functions, or you can create a simple plug-in for your website.)
  • You also had to modify the code in the WordPress core to make this function work which is a headache because every time you upgraded WordPress, you had to to go in and “hack” the core. Here is the code that you need to add to make the previous function work.

NEW SOLUTION: Show Only Your Comments Plugin (WordPress 3.1+)

However, as of WordPress 3.1, life became a lot easier. They added a filter into the WordPress core, so now you don’t have to modify WordPress itself. You just need this plug-in:

Download: Show Only Your Comments WordPress plugin.

We created this plug-in based on the ideas from some very smart people in this trac ticket.

  • When you activate it, there are no settings to change. The plug-in will change WordPress so that when your students login, they will only be able to see comments that they wrote. They won’t be able to see anyone else’s comments in the comments menu.
  • The plugin is set so that editors (people who can “edit_others_post”) and administrators (people who can “manage_options”) can see all of the comments when they are logged in, but authors, contributors, and subscribers can only see their own comments that they wrote.
  • This, of course, only applies to viewing the list of comments from the site admin backend (edit-comments.php). It doesn’t alter the way that comments appear on the front end of the blog.
  • This is the first plug-in that we’ve released to the public, so it’s not yet available from the WordPress Plugin directory. That means you have to download the file and upload it to your wordpress blog – you can’t just click the install button from your plugin menu. It’s on our list of things to do – that way, it’ll be easier for teachers to install on their classroom blogs. (We haven’t had the time to get it approved and add it to the WordPress repository, but we’re starting to really love Stack Exchange for all of their tips.)
  • NOTE: Unfortunately, this plug-in doesn’t modify the comment count yet, so if you have five comments pending on your blog, that’s what all of your users will see, regardless of whether they can actually see those comments.
  • This plugin requires WordPress 3.1. If you’re using an older version of WordPress, you’ll have to make some core-edits to filter WordPress so users can only see their own comments.
This post was written using Dragon NaturallySpeaking 11 Premium Wireless. If you’re a student or teacher, here are 10 things to know before you buy the education version of Dragon NaturallySpeaking 11.

  • There are 1403 words in this post. Dragon made 32 word errors. So, we had an accuracy of 97.7% in this document.
  • If you include punctuation and capitalization errors, Dragon made an additional 15 punctuation and capitalization errors. So, we had an accuracy of 96.7% in this document.

Here are some examples of errors made by Dragon NaturallySpeaking 11:

  • it’s our blogging software (HR blogging software)
  • front-end (front and)
  • comments that they wrote (comments that Dave wrote)
  • which you can’t do (which you can do)
  • they’ll be able to see (the OB of Lucy)
  • tweak the code, if you know how. (tweak the code. If you know how.)


Dragon Naturally Speaking Home vs Professional 15 Review:

  • Nuance offers two versions of their voice software. Read this blog post comparing Dragon Professional vs Dragon Home 15.
  • UPDATE (Tue, Dec 10, 2019): By the way, I still use Dragon Professional 15 to blog and write things down – even though I type at 100+ WPM. The last post I dictated was this one about a free New Year’s Resolution writing activity.

Comments

  1. sws_tx says

    August 18, 2011 at 3:04 am

    What a nice post. I agree with you about those problems. Thanks for sharing it.

    Reply
  2. shuomingshu says

    December 16, 2011 at 10:57 am

    It’s great! If can hide the comment count, it’s perfect

    Reply
    • Mr Kuroneko says

      December 16, 2011 at 10:21 pm

      I know what you mean about the incorrect comment count. It’s distracting and confusing for students. It’s on the list of things to do, but just haven’t had a chance to play with the code… Sorry about that!

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

I use Dragon Professional 15 (OFFICIAL WEBSITE) to write documents and dictate blog posts.

  • Comparing Nuance Dragon Home vs Professional 15
  • Dragon 15 Bad Review: PROBLEMS to know about before you buy
  • Nuance Dragon NaturallySpeaking 13 Premium vs Professional 15 review: A story about helping a friend using voice recognition software for the first time.
  • 10 things to know about Dragon Naturally Speaking Education Version BEFORE you buy
Use Dragon Speak Naturally: Side by side comparison of Nuance Dragon Home 15 vs Nuance Dragon Professional 15 showing multiple user profile option in start window

Dragon Naturally Speaking Review: Dragon Home 15 vs Dragon Professional Individual 15 (NEWEST VERSION)

Classroom Technology

Picture of a Windows laptop screen showing one thing and the projector screen showing a different screen

How to project computer to TV and show different display on laptop / projector / TV

How to Draw on a Screenshot: Quickly Add Arrows and Text on a Screenshot (Windows)

screenshot of iPad showing general and accessibility options to lock ipad to one app

How to lock your iPad screen so students can only use 1 specific app

Recent Comments

  • Grade 8 Teacher on Dragon Naturally Speaking Review: Dragon Home 15 vs Dragon Professional Individual 15 (NEWEST VERSION)
  • Grade 8 Teacher on Dragon Naturally Speaking Review: Dragon Home 15 vs Dragon Professional Individual 15 (NEWEST VERSION)
  • Grade 8 Teacher on Dragon Naturally Speaking Review: Dragon Home 15 vs Dragon Professional Individual 15 (NEWEST VERSION)
  • Clara Chen on Dragon Naturally Speaking Review: Dragon Home 15 vs Dragon Professional Individual 15 (NEWEST VERSION)
  • Ben on Dragon Naturally Speaking Review: Dragon Home 15 vs Dragon Professional Individual 15 (NEWEST VERSION)

Copyright © 2025 · ClassroomTeacher.ca uses Dragon Naturally Speaking · Log in