SlideShare a Scribd company logo
1 of 19
INDICIA
WORDPRESS



BARRY KOOIJ
21-11-2012
AGENDA
WordPress           Filters & Hooks
Thema‟s             WordPress database
Custom Post Types   Meertaligheid
Plugins             Permissions & Nonces
Widgets             Partials
Shortcodes          Handige settings
Ophalen van Posts
WORDPRESS
Wat is WordPress?
Wat feiten
WordPress Core
THEMA‟S
Wat horen thema‟s te doen?
Hoe ontwikkel je een thema?
Child themes
site_url()
ROOTS THEME
DE basis van ieder custom thema
HTML5 Boilerplate
Bootstrap (Twitter)
www.rootstheme.com
CUSTOM POST TYPES
Wat zijn Custom Post Types?
Waarom Custom Post Types?
Archive pages!
PLUGINS
Wat hoort een plugin te doen?
Altijd installeren: Admin Restriction, Yoast SEO, Yoast Analytics,
W3 Total Cache
Handig tijdens developen: What The File
Formulieren? Gravity Forms
Multilanguage? WPML
Meta informatie bij CPT? Meta Box 4.1.X
Post koppelen? Sub posts
WIDGETS
Wat zijn Widgets?
Waarom Widgets?
Hoe maak ik een Widget?
SHORTCODES
[indicia_logo]
[indicia_logo department=“interactiv”]

function indicia_logo_function ( $atts ){
    extract( shortcode_atts( array(
          'department' => ‟main‟
    ), $atts ) );
    return ”<img src=„path_to_image/{$department}.jpg‟ />";
}
add_shortcode( 'indicia_logo', 'indicia_logo_function' );
OPHALEN VAN POSTS
WP_Query(array(
     „post_type‟ => „cpt‟,
     „posts_per_page‟ => -1
));
while($query->have_post()): $query->the_post();
// post stuff
endwhile;


1 post a.d.h.v. id ophalen? get_post()

NOOIT(!!!!!!!!!!!!!!!!!!!!) query_posts() !!!!!!!!!!!
FILTERS & HOOKS
Wat zijn Filters & Hooks?

add_filter( $tag, $function_to_add, $priority, $accepted_args );
add_action( $tag, $function_to_add, $priority, $accepted_args );

class demo {
    public function __construct() {
         add_action( „save_post‟, array($this, „handle_save‟), 99, 2);
    }
    public function handle_save($post_id, $post) {
         // do stuff
    }
}
WORDPRESS DATABASE
$wpdb
$wpdb->prepare()

$sql = $wpdb->prepare(“SELECT * FROM `{$wpdb-
>prefix}mytable` WHERE `my_condition` = „%s‟”,
$my_condition);
$myrows = $wpdb->get_results( $sql );

$wpdb->escape()
MEERTALIGHEID
Statische teksten
__(„STRING‟)
_e(„STRING)

Content
WPML
PERMISSIONS AND NONCES
Mag de gebruiker dit?
Default & Custom permissions

Number used ONCE
Heeft het verzoek een correcte afkomst?
PARTIALS
Gedeelte includen
Geen duplicate code, betere code

get_template_part('/partials/partial');
HANDIGE SETTINGS
define( 'WP_POST_REVISIONS ', false );
define( 'EMPTY_TRASH_DAYS', 1 );
Maintenance.php in - /wp-content/
WORDPRESS 3.5
5 december
BEDANKT VOOR
UW AANDACHT
VRAGEN?

More Related Content

Viewers also liked

Sperm chromatin
Sperm chromatinSperm chromatin
Sperm chromatinmsalehi
 
Presentaciones pawer poin sistemas
Presentaciones pawer poin sistemasPresentaciones pawer poin sistemas
Presentaciones pawer poin sistemasmilenamiranda12
 
всероссийская студенческая олимпиада по методике преподавания ия
всероссийская студенческая олимпиада по методике преподавания иявсероссийская студенческая олимпиада по методике преподавания ия
всероссийская студенческая олимпиада по методике преподавания ияistrifonova
 
Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012nurulamalialia1
 
Presentaciones pawer poin sistemas
Presentaciones pawer poin sistemasPresentaciones pawer poin sistemas
Presentaciones pawer poin sistemasmilenamiranda12
 
Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012nurulamalialia1
 
загрязнение атмосферного воздуха в республике коми
загрязнение атмосферного воздуха в республике комизагрязнение атмосферного воздуха в республике коми
загрязнение атмосферного воздуха в республике комиDashaBerdnikova
 

Viewers also liked (11)

Sperm chromatin
Sperm chromatinSperm chromatin
Sperm chromatin
 
JMSB Personal Branding and Networking
JMSB Personal Branding and NetworkingJMSB Personal Branding and Networking
JMSB Personal Branding and Networking
 
Presentaciones pawer poin sistemas
Presentaciones pawer poin sistemasPresentaciones pawer poin sistemas
Presentaciones pawer poin sistemas
 
Milena miranda
Milena mirandaMilena miranda
Milena miranda
 
ofimatica
ofimaticaofimatica
ofimatica
 
всероссийская студенческая олимпиада по методике преподавания ия
всероссийская студенческая олимпиада по методике преподавания иявсероссийская студенческая олимпиада по методике преподавания ия
всероссийская студенческая олимпиада по методике преподавания ия
 
Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012
 
Presentaciones pawer poin sistemas
Presentaciones pawer poin sistemasPresentaciones pawer poin sistemas
Presentaciones pawer poin sistemas
 
Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012Uts komputer akuntasi nurul amalia 3_a_2012
Uts komputer akuntasi nurul amalia 3_a_2012
 
загрязнение атмосферного воздуха в республике коми
загрязнение атмосферного воздуха в республике комизагрязнение атмосферного воздуха в республике коми
загрязнение атмосферного воздуха в республике коми
 
ofimatica
ofimaticaofimatica
ofimatica
 

Similar to WordPress pizza sessie

R2H ImageManager en slim omgaan met afbeeldingen in Joomla!
R2H ImageManager en slim omgaan met afbeeldingen in Joomla!R2H ImageManager en slim omgaan met afbeeldingen in Joomla!
R2H ImageManager en slim omgaan met afbeeldingen in Joomla!Rick Spaan
 
Ontwikkeling Wordpress Plugins
Ontwikkeling Wordpress PluginsOntwikkeling Wordpress Plugins
Ontwikkeling Wordpress PluginsCoen Jacobs
 
Lucius Drupal Development Cursus
Lucius Drupal Development CursusLucius Drupal Development Cursus
Lucius Drupal Development CursusLuciuswebsystems
 
NL Front-end Guidelines (HTML,CSS,Javascript)
NL Front-end Guidelines (HTML,CSS,Javascript)NL Front-end Guidelines (HTML,CSS,Javascript)
NL Front-end Guidelines (HTML,CSS,Javascript)Mathijs Jong
 
Versimpel beheer met Joomla modules
Versimpel beheer met Joomla modulesVersimpel beheer met Joomla modules
Versimpel beheer met Joomla modulesEmiel Kwakkel
 
WordPress plugin development
WordPress plugin developmentWordPress plugin development
WordPress plugin developmentLuc De Brouwer
 
Zelf je Joomla! template bouwen voor beginners
Zelf je Joomla! template bouwen voor beginnersZelf je Joomla! template bouwen voor beginners
Zelf je Joomla! template bouwen voor beginnersRachel Walraven
 
Les 3 Inct. Training WordPress
Les 3 Inct. Training WordPressLes 3 Inct. Training WordPress
Les 3 Inct. Training WordPressPeter Luit
 
Joomla! Plugins Programmeren [NL]
Joomla! Plugins Programmeren [NL]Joomla! Plugins Programmeren [NL]
Joomla! Plugins Programmeren [NL]Yireo
 
Drupal introductie voor NCRV-i
Drupal introductie voor NCRV-iDrupal introductie voor NCRV-i
Drupal introductie voor NCRV-iBèr Kessels
 
Magento cursus: theme opzetten & beheren
Magento cursus: theme opzetten & beherenMagento cursus: theme opzetten & beheren
Magento cursus: theme opzetten & beherenMichel Doens
 
De nieuwe media flow in WordPress en hoe verder
De nieuwe media flow in WordPress en hoe verderDe nieuwe media flow in WordPress en hoe verder
De nieuwe media flow in WordPress en hoe verderMarko Heijnen
 
Html5 jeugdwerknet
Html5 jeugdwerknetHtml5 jeugdwerknet
Html5 jeugdwerknetHans Rossel
 
Confederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.com
Confederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.comConfederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.com
Confederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.comI Like Media
 
The power of joomla!
The power of joomla!The power of joomla!
The power of joomla!Rick Spaan
 

Similar to WordPress pizza sessie (20)

R2H ImageManager en slim omgaan met afbeeldingen in Joomla!
R2H ImageManager en slim omgaan met afbeeldingen in Joomla!R2H ImageManager en slim omgaan met afbeeldingen in Joomla!
R2H ImageManager en slim omgaan met afbeeldingen in Joomla!
 
Ontwikkeling Wordpress Plugins
Ontwikkeling Wordpress PluginsOntwikkeling Wordpress Plugins
Ontwikkeling Wordpress Plugins
 
Lucius Drupal Development Cursus
Lucius Drupal Development CursusLucius Drupal Development Cursus
Lucius Drupal Development Cursus
 
Presentatie webrichtlijnen
Presentatie webrichtlijnenPresentatie webrichtlijnen
Presentatie webrichtlijnen
 
NL Front-end Guidelines (HTML,CSS,Javascript)
NL Front-end Guidelines (HTML,CSS,Javascript)NL Front-end Guidelines (HTML,CSS,Javascript)
NL Front-end Guidelines (HTML,CSS,Javascript)
 
Versimpel beheer met Joomla modules
Versimpel beheer met Joomla modulesVersimpel beheer met Joomla modules
Versimpel beheer met Joomla modules
 
WordPress plugin development
WordPress plugin developmentWordPress plugin development
WordPress plugin development
 
Zelf je Joomla! template bouwen voor beginners
Zelf je Joomla! template bouwen voor beginnersZelf je Joomla! template bouwen voor beginners
Zelf je Joomla! template bouwen voor beginners
 
WordPress 3.5
WordPress 3.5WordPress 3.5
WordPress 3.5
 
Cooking Cake
Cooking CakeCooking Cake
Cooking Cake
 
Les 3 Inct. Training WordPress
Les 3 Inct. Training WordPressLes 3 Inct. Training WordPress
Les 3 Inct. Training WordPress
 
Joomla! Plugins Programmeren [NL]
Joomla! Plugins Programmeren [NL]Joomla! Plugins Programmeren [NL]
Joomla! Plugins Programmeren [NL]
 
Web Security 101
Web Security 101Web Security 101
Web Security 101
 
Drupal introductie voor NCRV-i
Drupal introductie voor NCRV-iDrupal introductie voor NCRV-i
Drupal introductie voor NCRV-i
 
Magento cursus: theme opzetten & beheren
Magento cursus: theme opzetten & beherenMagento cursus: theme opzetten & beheren
Magento cursus: theme opzetten & beheren
 
De nieuwe media flow in WordPress en hoe verder
De nieuwe media flow in WordPress en hoe verderDe nieuwe media flow in WordPress en hoe verder
De nieuwe media flow in WordPress en hoe verder
 
Html5 jeugdwerknet
Html5 jeugdwerknetHtml5 jeugdwerknet
Html5 jeugdwerknet
 
XPages Advanced
XPages AdvancedXPages Advanced
XPages Advanced
 
Confederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.com
Confederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.comConfederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.com
Confederatie bouw - 13 maart 2018 - Een website bouwen met Wordpress.com
 
The power of joomla!
The power of joomla!The power of joomla!
The power of joomla!
 

More from Barry Kooij

Plugin Development - WP Meetup Antwerp
Plugin Development - WP Meetup AntwerpPlugin Development - WP Meetup Antwerp
Plugin Development - WP Meetup AntwerpBarry Kooij
 
Automating your releases with shell scripts - WordCamp Netherlands 2014
Automating your releases with shell scripts - WordCamp Netherlands 2014Automating your releases with shell scripts - WordCamp Netherlands 2014
Automating your releases with shell scripts - WordCamp Netherlands 2014Barry Kooij
 
Plugin Development @ WordCamp Norway 2014
Plugin Development @ WordCamp Norway 2014Plugin Development @ WordCamp Norway 2014
Plugin Development @ WordCamp Norway 2014Barry Kooij
 
Unit testing @ WordPress Meetup Tilburg 7 januari 2014
Unit testing @ WordPress Meetup Tilburg 7 januari 2014Unit testing @ WordPress Meetup Tilburg 7 januari 2014
Unit testing @ WordPress Meetup Tilburg 7 januari 2014Barry Kooij
 
Plugin development wpmeetup010
Plugin development wpmeetup010Plugin development wpmeetup010
Plugin development wpmeetup010Barry Kooij
 

More from Barry Kooij (6)

Plugin Development - WP Meetup Antwerp
Plugin Development - WP Meetup AntwerpPlugin Development - WP Meetup Antwerp
Plugin Development - WP Meetup Antwerp
 
Related Content
Related ContentRelated Content
Related Content
 
Automating your releases with shell scripts - WordCamp Netherlands 2014
Automating your releases with shell scripts - WordCamp Netherlands 2014Automating your releases with shell scripts - WordCamp Netherlands 2014
Automating your releases with shell scripts - WordCamp Netherlands 2014
 
Plugin Development @ WordCamp Norway 2014
Plugin Development @ WordCamp Norway 2014Plugin Development @ WordCamp Norway 2014
Plugin Development @ WordCamp Norway 2014
 
Unit testing @ WordPress Meetup Tilburg 7 januari 2014
Unit testing @ WordPress Meetup Tilburg 7 januari 2014Unit testing @ WordPress Meetup Tilburg 7 januari 2014
Unit testing @ WordPress Meetup Tilburg 7 januari 2014
 
Plugin development wpmeetup010
Plugin development wpmeetup010Plugin development wpmeetup010
Plugin development wpmeetup010
 

WordPress pizza sessie