WordPress.org

Make WordPress Themes

Change History (4)

comment:1 emiluzelac8 months ago

  • Owner set to punkshui
  • Status changed from new to assigned

comment:2 emiluzelac8 months ago

  • Owner changed from punkshui to austinpickett

comment:3 austinpickett8 months ago

Not Approved


Depreciated Call
Function: add_custom_image_header()
Used in wp-content/themes/1.0.1/lib/header.php on line 84.

Alternative
Use add_theme_support( 'custom-header', $args ) instead.
Deprecated in version 3.4.


Doctype Declaration

No XFN profile link
Correct XFN profile link in <head> tag: <head profile="http://gmpg.org/xfn/11"> or <link rel="profile" href="http://gmpg.org/xfn/11" /> (Exception: Wholly HTML 5 themes must not have the profile, as HTML 5 does not support it.)

Incorrect META Charset
Correct content-type meta declaration: <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> OR <meta charset="<?php bloginfo('charset'); ?>" /> declared before <title>


Recommendations

  • Creating menu was a bit vague. Menu must be named 'top-menu.' Using by theme location doesn't work.
  • Move 'automatic-feed-links' to functions.php
  • Add a custom-styles.css
  • Create 404.php, single.php, search.php, archive.php, page.php,
  • Use get_search_form() for your search
  • Add Theme Options, Theme Settings page via add_theme_page()

comment:4 emiluzelac8 months ago

  • Resolution set to not-approved
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.