A Favorite WordPress Resource Site – Generate WP

Generate WP is a great free site for WordPress designers and developers. The site has 17 generators of the most used WordPress elements.

The following are included in Generate-WP:

  • Taxonomy Generator Create custom Taxonomies using register_taxonomy() function.
  • Post Type Generator Create custom Post Types using register_post_type() function.
  • Post Status Generator Create custom Post Status using register_post_status() function.
  • Theme Support Create custom Theme Features using add_theme_support() function.
  • Sidebar Generator Create custom Sidebars using register_sidebar() function.
  • Menu Generator Create custom Navigation Menus using register_nav_menus() function.
  • Toolbar Generator Create custom Toolbar (Admin Bar) using WP_Admin_Bar class.
  • Quicktags Generator Create custom Quicktags for the text editor.
  • User Contact Methods Create custom Contact Methods for WordPress user-profile.
  • WP_Query Generator Create custom WordPress Queries using WP_Query class.
  • User Query Generator Create custom User Queries using WP_User_Query class.
  • Comment Query Generator Create custom Comment Queries using WP_Comment_Query class.
  • wp-config.php Generator Create custom configuration settings on wp-config.php file.
  • Plugin readme.txt Generator Create custom readme.txt file for your plugin.
  • Shortcode Generator – Create custom Shortcodes using add_shortcode() function.
  • Register WordPress Scripts Register custom WordPress Scripts using wp_register_script() function.
  • Register WordPress Styles Register custom WordPress Styles using wp_register_style() function.

Comments

Leave a Reply

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