Title: David Wood's Replies | WordPress.org

---

# David Wood

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/technical_mastermind/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/technical_mastermind/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/technical_mastermind/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Custom Login and Registration] Logout not working](https://wordpress.org/support/topic/logout-not-working/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logout-not-working/#post-3938244)
 * Congratulations! You have found a new bug!
 * I just checked it with using post name as the permalink type and was able to 
   recreate your issue. I will have to look into this and see if there is a solution.
   In the meantime, I recommend either switching the permalink type (any of WP’s
   defaults except post name and default should work) or disabling the plugin.
 * I will respond to this thread when I have found either a solution or that there
   is no solution. Sorry for the inconvenience.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Custom Login and Registration] Logout not working](https://wordpress.org/support/topic/logout-not-working/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logout-not-working/#post-3938232)
 * Three questions:
    1. Do you have version 0.8.7?
    2. What format are you using for permalinks?
    3. Is this somewhere I could look at the site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Private Pages] Adding comments to custom page template](https://wordpress.org/support/topic/adding-comments-to-custom-page-template/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/adding-comments-to-custom-page-template/#post-3929977)
 * Comments are currently not supported, I will look into adding this as an option
   in a future update. Until then, in the plugin files in ‘s8-private-pages.php’
   around line 91 shortly after the line saying ‘function register_cpt() {‘ there
   will be a line that says `'supports' => array( 'title', 'editor' ),`, simply 
   change that to `'supports' => array( 'title', 'editor', 'comments' ),` and since
   you already have the comments added to your template they should start working.
   Hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sideways8 Custom Login and Registration] Confirmation Email Revision](https://wordpress.org/support/topic/confirmation-email-revision/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/confirmation-email-revision/#post-3817763)
 * The email is not editable at this time. Passwords are able to be changed by users
   in the WordPress admin (subscribers only have access to their user profile). 
   This is WordPress core functionality and not handled by the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] widget to theme !](https://wordpress.org/support/topic/widget-to-theme/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years ago](https://wordpress.org/support/topic/widget-to-theme/#post-3912093)
 * I know it can be done and I know how to do it, but I am not going to add it to
   this plugin as I feel it does not fit within the intended scope of this plugin.
   I apologize for any inconvenience this may cause and I am not trying to be rude
   or mean, but this plugin is intended to add a widget and nothing more.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] widget to theme !](https://wordpress.org/support/topic/widget-to-theme/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years ago](https://wordpress.org/support/topic/widget-to-theme/#post-3912001)
 * This is not something that can be done with this plugin as it’s purpose is to
   add a widget to the sidebar. If you are attempting to do this in the WordPress
   loop, you can use the WP function the_modified_time() (See [here](https://codex.wordpress.org/Function_Reference/the_modified_time))
   or get_the_modified_time()
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] Sort by custom field](https://wordpress.org/support/topic/sort-by-custom-field-2/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/sort-by-custom-field-2/#post-3737697)
 * I have an update planned to be out by the end of this week if all goes well. 
   I will check to make sure this is fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] PHP 5.4: Call-time pass-by-reference error](https://wordpress.org/support/topic/php-54-call-time-pass-by-reference-error/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/php-54-call-time-pass-by-reference-error/#post-3705852)
 * Thanks for pointing this out! This should be fixed in the next update as I am
   not even using that line in the next version. I am using a different, hopefully
   more robust method to randomize the output. If all goes well the next update 
   should be out by the end of this week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] Excerpts](https://wordpress.org/support/topic/excerpts-9/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/excerpts-9/#post-3688789)
 * This is scheduled to be fixed in the next update. I don’t like giving dates, 
   but I am planning on having it out by the end of the week if all goes well. I
   am starting to get some time to return to working on my plugins now.
 * Sorry for the delay!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] Please add this fix in your file](https://wordpress.org/support/topic/please-add-this-fix-in-your-file/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/please-add-this-fix-in-your-file/#post-3143783)
 * Sorry you are encountering this issue, I plan on having a bug-fix release out
   soon and this will definitely be included. Thank you for pointing it out!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] please explain custom classes](https://wordpress.org/support/topic/please-explain-custom-classes/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/please-explain-custom-classes/#post-3226840)
 * Okay, the custom classes allow you to easily add CSS classes to the html ‘ul’
   tag. So if you added the class ‘no-bullets’ to the widget, then in your CSS file
   you would add something like the following:
    `.no-bullets, .no-bullets li { list-
   style: none; }`
 * Not knowing how much you know about CSS, a brief explanation:
    The period before
   the ‘no-bullets’ part signifies that we are looking for a CSS class with the 
   name ‘no-bullets’. The comma separates the to parts, we are actually telling 
   the html element with the class ‘no-bullets’ and all list items (li) under that
   wrapper to have a list style of ‘none’ or no list style.
 * Also, if you are wanting to know learn more about CSS rules and how to use them,
   I recommend W3Schools.com as a good learning tool.
 * Hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] Open links in new window option ? – Small hack for now](https://wordpress.org/support/topic/open-links-in-new-window-option-small-hack-for-now/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/open-links-in-new-window-option-small-hack-for-now/#post-3223029)
 * I will look into adding this feature in the next version of the plugin. Glad 
   you like the plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] Custom URL](https://wordpress.org/support/topic/custom-url-2/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/custom-url-2/#post-3211578)
 * Hi, I am glad you like the plugin. Unfortunately, if I am understanding your 
   request properly, what you are wanting to do does not fit the purpose of this
   plugin. I feel like adding the ability to remove or change the links defeats 
   the purpose of showing the latest posts from a custom post type. I do, however,
   have another plugin that allows you to show a daily menu ( [http://wordpress.org/extend/plugins/tm-lunch-menu/](http://wordpress.org/extend/plugins/tm-lunch-menu/)).
   It is long overdue for an overhaul, but you are welcome to take a look at it 
   and see if it fits your need better. I will also be taking your feedback into
   account as ways to improve my lunch menu plugin when I update it (currently hoping
   to do so by the end of the year).
 * Let me know if you have any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Latest Custom Post Type Updates] Short code functionality and image request…](https://wordpress.org/support/topic/short-code-functionality-and-image-request/)
 *  Plugin Contributor [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/short-code-functionality-and-image-request/#post-3162337)
 * I will consider adding the shortcode in a future version. Also, the format of
   the images is completely up to you. I have some default CSS and styling so that
   anyone can have an image show up, but if you look under the advanced settings
   for the widget you can specify if it uses the thumbnail or a larger image (in
   addition to specifying what size should restricted to). By default it uses the
   thumbnail, which WordPress by default crops to be the right size. Let me know
   if you find something that is not working properly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Latest Custom Post Type Updates] [Plugin: Latest Custom Post Type Updates] Add date?](https://wordpress.org/support/topic/plugin-latest-custom-post-type-updates-add-date/)
 *  [David Wood](https://wordpress.org/support/users/technical_mastermind/)
 * (@technical_mastermind)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-latest-custom-post-type-updates-add-date/#post-2955280)
 * The plugin has been updated and now uses the WP_Query class to query posts. As
   such the ability to show the published date or the modified date in the widget
   now exists.

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/technical_mastermind/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/technical_mastermind/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/technical_mastermind/replies/page/2/?output_format=md)