Open Issues

Open Issues Remaining

See Change Logs for revision histories of theme files

Open Issues

  • 17.05.12 – sch75 – Mobile version? does not display correctly on iPads
  • 17.05.12 – H4 needs padding on top in mobile version
  • 15.11.03 – table captions not centered
  • 15.10.03 – sch75 – welcome email sends link to log on as top site giving new site users an error that they don’t have permission
  • 15.10.03 – sch75 – email sent out to new users is not the same as the one we can edit in network settings.  It is just an invitation.  The one we can edit is the email sent to existing users invited into another group.  Useless.
  • 15.10.02 – sch75 – we need to rethink the name of the our of box website templates as templates has another meaning in WordPress, and using the same word can be confusing
  • 15.10.01 – sch75 – mobile styles do not display list bullets.
  • 15.09.28 – SCH75 – should footer have disclaimer .. does not  represent…?
  • 15.09.24 – SCH75 – links in even tables in editor are dark on dark
  • 15.09.24 – SCH75 – contact link in footer goes to /about/leadership… need that page or contact page?
  • 15.09.18 – sch75 – theme not mobile responsive
  • Need to investigate favicon coding requirements of WP4.3

Issues to Pass a WP “Theme Review”

(as of 15.09.24)

  • REQUIRED:.screen-reader-text css class is needed in your theme css. See See: the Codex for an example implementation.
  • REQUIRED:.bypostauthor css class is needed in your theme css.
  • REQUIRED: This theme doesn’t seem to display tags. Modify it to display tags in appropriate locations
  • REQUIRED: Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
    • WARNING: readfile was found in the file index.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
      Line 199: readfile($img);
  • WARNING: .ds_store Hidden Files or Folders found.
  • REQUIRED: This theme doesn’t seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  • REQUIRED: The theme doesn’t have comment pagination code in it. Use paginate_comments_links() or next_comments_link() and previous_comments_link() to add comment pagination.
  • REQUIRED: Could not find the comment-reply script enqueued. See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display
    <?php if ( is_singular() ) wp_enqueue_script( “comment-reply” ); ?>
  • REQUIRED: Could not find wp_list_comments. See: wp_list_comments
    <?php wp_list_comments( $args ); ?>
  • REQUIRED: Could not find wp_link_pages. See: wp_link_pages
    <?php wp_link_pages( $args ); ?>
  • REQUIRED: Could not find post_class. See: post_class
    <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
  • REQUIRED: Could not find comments_template. See: comments_template
    <?php comments_template( $file, $separate_comments ); ?>
  • REQUIRED: Could not find comment_form. See: comment_form
    <?php comment_form(); ?>
  • REQUIRED: Could not find add_theme_support( ‘automatic-feed-links’ ). See: add_theme_support
    <?php add_theme_support( $feature ); ?>
  • RECOMMENDED: No reference to add_theme_support( “title-tag” ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
  • RECOMMENDED: No reference to add_theme_support( “custom-background”, $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • INFO: Only one text-domain is being used in this theme. Make sure it matches the theme’s slug correctly so that the theme will be compatible with WordPress.org language packs.
    The domain found is