SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
Cheat Sheet
Theme Structure
header.php ...................... Header Section
index.php ......................... Main Section
sidebar.php .................... Sidebar Section
single.php ....................... Post Template
page.php ......................... Page Template
comments.php .................. Comment Template
search.php ...................... Search Content
searchform.php ............ Search Form Template
archive.php ................... Archive Template
functions.php ................ Special Functions
404.php .................... Error Page template
style.css .......................... Style Sheet
BlogInfo Tags
<?php bloginfo('name'); ?> ...........................Title of the blog
<?php bloginfo('charset'); ?> ........................The character set
<?php bloginfo('description'); ?> ..........The description of the blog
<?php bloginfo('url'); ?> ......................The address of the blog
<?php bloginfo('rss2_url'); ?> .............................The RSS URL
<?php bloginfo('template_url'); ?> .............The URL of the template
<?php bloginfo('pingback_url'); ?> ....................The pingback URL
<?php bloginfo('stylesheet_url'); ?> The URL for the template's CSS file
<?php bloginfo('wpurl'); ?> .............URL for WordPress installation
<?php bloginfo('version'); ?> ....Version of the WordPress installation
<?php bloginfo('html_type'); ?> ...............HTML version of the site
Author: Ekin Ertaç
Author URL: www.ekinertac.com
Version: 1.0
Description: Complete Wordpress Cheat Sheet
BlogInfo Tags
is_home() .......................When the user is on the blog home page
is_front_page() ......................When the user is on the home page
is_single() ..............................When the single post displayed
is_sticky() ..................................Check if a post is sticky
is_page() .....................................When a page is displayed
is_category() ..............................When a category is displayed
Theme Definition
/*
Theme Name: Wordpress
Theme URI: http://wordpress.org/
Description: Test Blog
Version: 1.6
Author: Ekin Ertaç
Author URI: http://ekinertac.com
Tags: powerful, cheat, sheet
*/
WordPress Template Tags
<?php the_title() ?> .....................Displays the posts/pages title
<?php the_content() ?> ............Displays the content of the post/page
<?php the_excerpt() ?> ....Displays the excerpt of the current post/page
<?php the_time() ?> ..........Displays the time of the current post/page
<?php the_date() ?> .....Displays the date of a post or set of post/page
<?php the_permalink() ?> .............Displays the URL for the permalink
<?php the_category() ?> .................Displays the category of a post
<?php the_author(); ?> ..................Displays the author of the post
<?php the_ID(); ?> ..........Displays the numeric ID of the current post
<?php wp_list_pages(); ?> ........................Displays all the pages
<?php wp_tag_cloud(); ?> ...........................Displays a tag cloud
<?php wp_list_cats(); ?> ........................Displays the categories
<?php get_calendar(); ?> ..........................Displays the calendar
<?php wp_get_archives() ?> ..........Displays a date-based archives list
<?php posts_nav_link(); ?> ...Displays Previous page and Next Page links
<?php next_post_link() ?> .....................Displays Newer Posts link
<?php previous_post_link() ?> ....................Displays previous link
<?php edit_post_link(__('Edit Post')); ?> ........Displays the edit link
<?php the_search_query();?> ................Value for search form
<?php wp_register();?> ................Displays the register link
<?php wp_loginout();?> ..............Displays the log in/out link
<?php wp_meta();?> .......................Meta for administrators
<?php timer_stop(1);?> .....................Time to load the page
<?php echo c2c_custom('test');?> ...... Displays the custom field1
<?php get_links_list(); ?> ...........Display links from Blogroll
<?php get_calendar(); ?> ..........Displays the built-in calendar
<?php comments_popup_link(); ?> .......Link of the posts comments
The Loop
<?php if(have_posts());?>
<?php while(have_posts()); the_post();?>
// The Stuff... Custom HTML & PHP Code
<?php else;?>
<?php endif;?>
The Category Based Loop
<?php query_posts('category_name=
Category&showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
// The Stuff... Custom HTML & PHP Code
<?php endwhile;?>
Template Include Tags
< ?php get_header(); ?>
< ?php get_sidebar(); ?>
< ?php get_footer(); ?>
< ?php comments_template(); ?>
Navigation Menu
Category Based Navigation
<ul id="menu">
<li <?php if(is_home()) { ?> class="current-cat"< ?php } ?>>
<a href="<?php bloginfo('home'); ?>">Home</a></li>
< ?php wp_list_categories('title_li=&orderby=id'); ?>
</ul>
Pages based Navigation
<ul id="menu">
<li <?php if(is_home()) { ?> class="current_page_item"< ?php } ?>>
<a href="<?php bloginfo('home'); ?>">home</a></li>
< ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul>
1: the <?php echo c2c_get_custom('test') ;?> is working with Scott Reilly's great Plug-in "Get Custom Field Values"
Sources: Wordpress Codex

Weitere ähnliche Inhalte

Ähnlich wie Wordpress cheat-sheet

Apache Web server Complete Guide
Apache Web server Complete GuideApache Web server Complete Guide
Apache Web server Complete Guide
webhostingguy
 
Apache Web server Complete Guide
Apache Web server Complete GuideApache Web server Complete Guide
Apache Web server Complete Guide
webhostingguy
 
Adobe action script 3.0 programming
Adobe   action script 3.0 programmingAdobe   action script 3.0 programming
Adobe action script 3.0 programming
Daniel Ramos
 
Adobe action script 3.0 programming
Adobe   action script 3.0 programmingAdobe   action script 3.0 programming
Adobe action script 3.0 programming
Agus Sulton
 

Ähnlich wie Wordpress cheat-sheet (20)

Building Potent WordPress Websites
Building Potent WordPress WebsitesBuilding Potent WordPress Websites
Building Potent WordPress Websites
 
Intro to WordPress theme development
Intro to WordPress theme developmentIntro to WordPress theme development
Intro to WordPress theme development
 
Apache Web server Complete Guide
Apache Web server Complete GuideApache Web server Complete Guide
Apache Web server Complete Guide
 
Apache Web server Complete Guide
Apache Web server Complete GuideApache Web server Complete Guide
Apache Web server Complete Guide
 
HTML_HHC
HTML_HHCHTML_HHC
HTML_HHC
 
WordPress and PHP - It Takes One to Know One
WordPress and PHP - It Takes One to Know OneWordPress and PHP - It Takes One to Know One
WordPress and PHP - It Takes One to Know One
 
Flash as3 programming
Flash as3 programmingFlash as3 programming
Flash as3 programming
 
PSD to WordPress
PSD to WordPressPSD to WordPress
PSD to WordPress
 
Ibm db2 10.5 for linux, unix, and windows x query reference
Ibm db2 10.5 for linux, unix, and windows   x query referenceIbm db2 10.5 for linux, unix, and windows   x query reference
Ibm db2 10.5 for linux, unix, and windows x query reference
 
Websphere portal theme menu framework
Websphere portal theme menu frameworkWebsphere portal theme menu framework
Websphere portal theme menu framework
 
Perltut
PerltutPerltut
Perltut
 
Latex
LatexLatex
Latex
 
html-css-bootstrap-javascript-and-jquery
html-css-bootstrap-javascript-and-jqueryhtml-css-bootstrap-javascript-and-jquery
html-css-bootstrap-javascript-and-jquery
 
java web_programming
java web_programmingjava web_programming
java web_programming
 
Java web programming
Java web programmingJava web programming
Java web programming
 
Adobe action script 3.0 programming
Adobe   action script 3.0 programmingAdobe   action script 3.0 programming
Adobe action script 3.0 programming
 
WordPress 15th Meetup - Build a Theme
WordPress 15th Meetup - Build a ThemeWordPress 15th Meetup - Build a Theme
WordPress 15th Meetup - Build a Theme
 
Easy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationEasy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme Integration
 
Adobe action script 3.0 programming
Adobe   action script 3.0 programmingAdobe   action script 3.0 programming
Adobe action script 3.0 programming
 
Simple Usability Tweaks for Your WordPress Theme
Simple Usability Tweaks for Your WordPress ThemeSimple Usability Tweaks for Your WordPress Theme
Simple Usability Tweaks for Your WordPress Theme
 

Kürzlich hochgeladen

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 

Kürzlich hochgeladen (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 

Wordpress cheat-sheet

  • 1. Cheat Sheet Theme Structure header.php ...................... Header Section index.php ......................... Main Section sidebar.php .................... Sidebar Section single.php ....................... Post Template page.php ......................... Page Template comments.php .................. Comment Template search.php ...................... Search Content searchform.php ............ Search Form Template archive.php ................... Archive Template functions.php ................ Special Functions 404.php .................... Error Page template style.css .......................... Style Sheet BlogInfo Tags <?php bloginfo('name'); ?> ...........................Title of the blog <?php bloginfo('charset'); ?> ........................The character set <?php bloginfo('description'); ?> ..........The description of the blog <?php bloginfo('url'); ?> ......................The address of the blog <?php bloginfo('rss2_url'); ?> .............................The RSS URL <?php bloginfo('template_url'); ?> .............The URL of the template <?php bloginfo('pingback_url'); ?> ....................The pingback URL <?php bloginfo('stylesheet_url'); ?> The URL for the template's CSS file <?php bloginfo('wpurl'); ?> .............URL for WordPress installation <?php bloginfo('version'); ?> ....Version of the WordPress installation <?php bloginfo('html_type'); ?> ...............HTML version of the site Author: Ekin Ertaç Author URL: www.ekinertac.com Version: 1.0 Description: Complete Wordpress Cheat Sheet BlogInfo Tags is_home() .......................When the user is on the blog home page is_front_page() ......................When the user is on the home page is_single() ..............................When the single post displayed is_sticky() ..................................Check if a post is sticky is_page() .....................................When a page is displayed is_category() ..............................When a category is displayed Theme Definition /* Theme Name: Wordpress Theme URI: http://wordpress.org/ Description: Test Blog Version: 1.6 Author: Ekin Ertaç Author URI: http://ekinertac.com Tags: powerful, cheat, sheet */ WordPress Template Tags <?php the_title() ?> .....................Displays the posts/pages title <?php the_content() ?> ............Displays the content of the post/page <?php the_excerpt() ?> ....Displays the excerpt of the current post/page <?php the_time() ?> ..........Displays the time of the current post/page <?php the_date() ?> .....Displays the date of a post or set of post/page <?php the_permalink() ?> .............Displays the URL for the permalink <?php the_category() ?> .................Displays the category of a post <?php the_author(); ?> ..................Displays the author of the post <?php the_ID(); ?> ..........Displays the numeric ID of the current post <?php wp_list_pages(); ?> ........................Displays all the pages <?php wp_tag_cloud(); ?> ...........................Displays a tag cloud <?php wp_list_cats(); ?> ........................Displays the categories <?php get_calendar(); ?> ..........................Displays the calendar <?php wp_get_archives() ?> ..........Displays a date-based archives list <?php posts_nav_link(); ?> ...Displays Previous page and Next Page links <?php next_post_link() ?> .....................Displays Newer Posts link <?php previous_post_link() ?> ....................Displays previous link <?php edit_post_link(__('Edit Post')); ?> ........Displays the edit link <?php the_search_query();?> ................Value for search form <?php wp_register();?> ................Displays the register link <?php wp_loginout();?> ..............Displays the log in/out link <?php wp_meta();?> .......................Meta for administrators <?php timer_stop(1);?> .....................Time to load the page <?php echo c2c_custom('test');?> ...... Displays the custom field1 <?php get_links_list(); ?> ...........Display links from Blogroll <?php get_calendar(); ?> ..........Displays the built-in calendar <?php comments_popup_link(); ?> .......Link of the posts comments The Loop <?php if(have_posts());?> <?php while(have_posts()); the_post();?> // The Stuff... Custom HTML & PHP Code <?php else;?> <?php endif;?> The Category Based Loop <?php query_posts('category_name= Category&showposts=10'); ?> <?php while (have_posts()) : the_post(); ?> // The Stuff... Custom HTML & PHP Code <?php endwhile;?> Template Include Tags < ?php get_header(); ?> < ?php get_sidebar(); ?> < ?php get_footer(); ?> < ?php comments_template(); ?> Navigation Menu Category Based Navigation <ul id="menu"> <li <?php if(is_home()) { ?> class="current-cat"< ?php } ?>> <a href="<?php bloginfo('home'); ?>">Home</a></li> < ?php wp_list_categories('title_li=&orderby=id'); ?> </ul> Pages based Navigation <ul id="menu"> <li <?php if(is_home()) { ?> class="current_page_item"< ?php } ?>> <a href="<?php bloginfo('home'); ?>">home</a></li> < ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?> </ul> 1: the <?php echo c2c_get_custom('test') ;?> is working with Scott Reilly's great Plug-in "Get Custom Field Values" Sources: Wordpress Codex