Posts Tagged with WordPress

Тестовое задание на разработку Плагина новостей:

  • создать программно post type newspages;
  • создать собственный список новостей (список постов post type newspages) в админ части;
  • возможность сортировать список по полям в хедере (title, date);
  • удаление, редактирование новостей;
  • добавить новые поля: комментарий админа (textarea) и альтернативный тайтл (input);
  • сделать виждет с 3 последними новостями ;
  • написать shortcode с последними 3 новостями ;
  • все исходники плагина

Скачать ZIP архив плагина (версия 0.5)

Плагин установлен в моем бложике - см здесь

Building online school based on WP. I do understand how to go on with frameworks, but WP??? Analyzing articles and writing notes.

  • WordPress vs MVC Frameworks
  • Model of Site
  • Users, Roles, and Capabilities
  • Extending the WP_User Class

Couldnot answer such questions on an interview, cheat sheet is needed. The database s c h e m a with specific functions found to work with each table described with real world examples.

  • wp_options
  • wp_users
  • wp_usermeta
  • wp_posts
  • wp_postmeta
  • wp_comments
  • wp_commentsmeta
  • wp_terms, wp_term_taxonomy, wp_term_relationships
  • Register a CPT ("homework" post type)
  • Register Taxonomy
  • The Theme Archive and Single Template Files
  • Metadata with CPTs
  • Custom Wrapper Classes for CPTs
  • Filters: Basic filters, Child filters, Content filters, Form filters, Attribute filters, Visibility
  • Manipulating elements and content
  • Events and effects
  • The basics of a jQuery plugin
  • Top WordPress template tags
  • No-Confl ict Mode in WordPress
  • A Proper Way to Include Scripts
  • Plugin Ajax Read More
  • Plugin Front Delete Comment
  • Custom post types
  • Post metadata
  • Custom taxonomies
  • Register Custom Shortcodes
  • $shortcode_tags
  • Enables [url] and [b] shortcodes in comments
  • Display Time - Limited Content, Obfuscate Email Addresses, Members Eyes Only
  • Checking if a Table Already Exists
  • Plugin that displays the avatar by role
  • Plugin with User Metadata
  • Roles
  • Plugin limits the editing of admin posts
  • Plugin Forum Roles
  • Options API, Settings API
  • Complete Plugin Management Page
  • Example Using Transients API
  • per - user settings