Title: neilwill's Replies | WordPress.org

---

# neilwill

  [  ](https://wordpress.org/support/users/neilwill/)

 *   [Profile](https://wordpress.org/support/users/neilwill/)
 *   [Topics Started](https://wordpress.org/support/users/neilwill/topics/)
 *   [Replies Created](https://wordpress.org/support/users/neilwill/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/neilwill/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/neilwill/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/neilwill/engagements/)
 *   [Favorites](https://wordpress.org/support/users/neilwill/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Checkbox to confirm user have read post](https://wordpress.org/support/topic/checkbox-to-confirm-user-have-read-post/)
 *  [neilwill](https://wordpress.org/support/users/neilwill/)
 * (@neilwill)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/checkbox-to-confirm-user-have-read-post/#post-3760234)
 * Hi Manuito, did you find a good way to do this as the whole setup that you describe
   is pretty much what I am trying to set up too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Allowing contributers to edit any post and submit for review](https://wordpress.org/support/topic/allowing-contributers-to-edit-any-post-and-submit-for-review/)
 *  [neilwill](https://wordpress.org/support/users/neilwill/)
 * (@neilwill)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/allowing-contributers-to-edit-any-post-and-submit-for-review/#post-2028296)
 * Sorry that plugin is named ‘Capability Manager’. It just shows in the menu as
   capabilities.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Allowing contributers to edit any post and submit for review](https://wordpress.org/support/topic/allowing-contributers-to-edit-any-post-and-submit-for-review/)
 *  [neilwill](https://wordpress.org/support/users/neilwill/)
 * (@neilwill)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/allowing-contributers-to-edit-any-post-and-submit-for-review/#post-2028294)
 * I ended up using a plugin called **Revisionary** in conjunction with **Capabilities**.
   This allows users to ‘save as pending revision’ without removing the original.
   With capabilities I can specify that users can edit others posts but cannot edit
   published posts, meaning they cannot update the live copy.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Allowing contributers to edit any post and submit for review](https://wordpress.org/support/topic/allowing-contributers-to-edit-any-post-and-submit-for-review/)
 *  [neilwill](https://wordpress.org/support/users/neilwill/)
 * (@neilwill)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allowing-contributers-to-edit-any-post-and-submit-for-review/#post-2028274)
 * I’m also looking for a solution to the same problem as sgelbart as I don’t want
   to take posts down while waiting for updates to be approved. Any updates would
   be appreciated.
 * Regards,
    Neil
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_title displaying more than the title…](https://wordpress.org/support/topic/wp_title-displaying-more-than-the-title/)
 *  [neilwill](https://wordpress.org/support/users/neilwill/)
 * (@neilwill)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wp_title-displaying-more-than-the-title/#post-1116951)
 * I managed to get this to work using a combination of mattyza and killermaniac’s
   code.
 * For the article title immediately following the blog title:
    <?php if ( is_single()){
   bloginfo(‘name’) ?> <?php wp_title(“”,true); } else { echo bloginfo(‘name’) ?
   > <?php bloginfo(‘description’); } ?>
 * To use other separators in place of » such as | just place them between the ?
   > <?php

Viewing 5 replies - 1 through 5 (of 5 total)