Wordpress in action

20
Wordpress in Action Mustafa Doğankaya & Ferid Movsumov

Transcript of Wordpress in action

Page 1: Wordpress in action

Wordpress in Action

Mustafa Doğankaya & Ferid Movsumov

Page 2: Wordpress in action
Page 3: Wordpress in action
Page 4: Wordpress in action

You can build these

Page 5: Wordpress in action

Without knowing these

Page 6: Wordpress in action
Page 7: Wordpress in action

What is the WordPress?

● Wordpress is a free and open source blogging tool and content management system (CMS) based on PHP and MySQL, which runs on a web hosting service.

● Features include a plug-in architecture and a template system.

● Backward compatibility

Page 8: Wordpress in action

● WordPress Now Powers 26% of the Web

● WordPress.com Posts and Comments Are More Than 660 Millions

● 44,225 WordPress Plugins with 1,253,649,315 Total Downloads

● 56 Translations of WordPress

● WordPress.com Powered by Only 449 People

● WordPress Search in Google Gets You 603,000,000 Results

Page 9: Wordpress in action
Page 10: Wordpress in action
Page 11: Wordpress in action
Page 12: Wordpress in action
Page 13: Wordpress in action
Page 14: Wordpress in action
Page 15: Wordpress in action
Page 16: Wordpress in action

Project Structure

Page 17: Wordpress in action
Page 18: Wordpress in action
Page 19: Wordpress in action

Plugin Structure

/wp-content/plugins- /example-plugin

- example-plugin.php

<?php

/*

Plugin Name: Example Plugin

URI: http://example.com

Description: Example Plugin

Version: 1.0

Author: Mustafa Doğankaya

*/

Page 20: Wordpress in action

Talk is cheap.

Show me the code