SlideShare a Scribd company logo
1 of 1
liquidicity      WordPress Help Sheet.


                             Basic Template Files                                                                   PHP Snippets for Header
  style.css               Style sheet le                       <?php bloginfo('name'); ?>                Title of the site
  index.php               Home page le                         <?php wp_title(); ?>                      Title of the speci c post or page
  single.php              Single post page le                  <?php bloginfo('stylesheet_url'); ?>      The style.css le's location
  archive.php             Archive/category le                  <?php bloginfo('pingback_url'); ?>        Pingback URL for the site
  searchform.php          Search form le                       <?php bloginfo('template_url'); ?>        Location for the site’s theme les
  search.php              Search content le                    <?php bloginfo('version'); ?>             WordPress version for the site
  404.php                 Error page le                        <?php bloginfo('atom_url'); ?>            Atom URL for the site
  comments.php            Comments template le                 <?php bloginfo('rss2_url'); ?>            RSS2 URL for the site
  footer.php              Footer content le                    <?php bloginfo('url'); ?>                 Exact URL for the site
  header.php              Header content le                    <?php bloginfo('name'); ?>                Name of the site
  sidebar.php             Sidebar content le                   <?php bloginfo('html_type'); ?>           HTML version of the site
  page.php                Single page le                       <?php bloginfo('charset'); ?>             Charset parameter of the site



                                                                     PHP Snippets for Templates                                          Extra Stu
   <?php the_content(); ?>                                   Content of the posts                       /%postname%/
   <?php if(have_posts()) : ?>                               Checks if there are posts                          header.php
                                                                                                        Custom permalinks              s
   <?php while(have_posts()) : the_post(); ?>                Shows posts if posts are available                                          i
                                                                                                        <?php include(TEMPLATEPATH . ‘/x’); ?>
   <?php endwhile; ?>                                        Closes the 'while' PHP function                                               d
                                                                                                        Include any file 1                   e
   <?php endif; ?>                                           Closes the 'if' PHP function                                                      b
         Lists
   <?php get_header(); ?>                                    Header.php le's content                    <?php the_search_query(); ?> a
                                                                                                                   index.php                     r
   <?php get_sidebar(); ?>                                   Sidebar.php le's content                   Value for search form                      .
                                                                                                                                                     p
   <?php get_footer(); ?>                                    Footer.php le's content                    <?php _e(’Message’); ?>                        h
   <?php the_time('m-d-y') ?>                                The date in '08-18-07' format                                                               p
                                                                                                        Prints out message
   <?php comments_popup_link(); ?>                           Link for the comments on the post
                                                                                                        <?php wp_register(); ?>
                                                                                                                footer.php
   <?php the_title(); ?>                                     Title of a speci c post or page
   <?php the_permalink() ?>                                  Url of a speci c post or page              Displays the register link
   <?php the_category(', ') ?>                               Category of a speci c post or page         <?php wp_loginout(); ?>
   <?php the_author(); ?>                                    Author of a speci c post or page           Displays the login/logout link 2
   <?php the_ID(); ?>                                        ID of a speci c post or page               <!--next page-->
   <?php edit_post_link(); ?>                                Link to edit a speci c post or page
                                                                                                        Divides the content into pages
   <?php get_links_list(); ?>                                Links from the blogroll
                                                                                                        <!--more-->
   <?php comments_template(); ?>                             Comment.php le’s content
   <?php wp_list_pages(); ?>                                 List of pages of the                       Cuts off the content and adds a link to
                                                                                                        the rest of the content
   <?php wp_list_cats(); ?>                                  List of categories for the site
                                                                                                        <?php wp_meta(); ?>
   <?php next_post_link(' %link ') ?>                        Url to the next post
   <?php previous_post_link('%link') ?>                      Url to the previous post                   Meta for administrators
   <?php get_calendar(); ?>                                  The built-in calendar                      <?php timer_stop(1); ?>
   <?php wp_get_archives() ?>                                List of archives for the site              Time to load the page
   <?php posts_nav_link(); ?>                                Next and previous post link                <?php echo get_num_queries(); ?>
   <?php bloginfo(’description’); ?>                         Site’s description
                                                                                                        Queries to load the page

   1                              2
       Replace x with file name       Only for registered useres



                                                                                                   © 2007 Go Squared Ltd. & WPCandy

More Related Content

What's hot

Developing web applications
Developing web applicationsDeveloping web applications
Developing web applicationssalissal
 
13th Sep, Drupal 7 advanced training by TCS
13th Sep, Drupal 7 advanced training by TCS 13th Sep, Drupal 7 advanced training by TCS
13th Sep, Drupal 7 advanced training by TCS DrupalMumbai
 
Make your application expressive
Make your application expressiveMake your application expressive
Make your application expressiveChristian Varela
 
Browser Serving Your We Application Security - ZendCon 2017
Browser Serving Your We Application Security - ZendCon 2017Browser Serving Your We Application Security - ZendCon 2017
Browser Serving Your We Application Security - ZendCon 2017Philippe Gamache
 
Drupal 7 as a rad tool
Drupal 7 as a rad toolDrupal 7 as a rad tool
Drupal 7 as a rad toolCary Gordon
 
TYPO3 Extension development using new Extbase framework
TYPO3 Extension development using new Extbase frameworkTYPO3 Extension development using new Extbase framework
TYPO3 Extension development using new Extbase frameworkChristian Trabold
 
Php Documentor The Beauty And The Beast
Php Documentor The Beauty And The BeastPhp Documentor The Beauty And The Beast
Php Documentor The Beauty And The BeastBastian Feder
 
Service approach for development REST API in Symfony2
Service approach for development REST API in Symfony2Service approach for development REST API in Symfony2
Service approach for development REST API in Symfony2Sumy PHP User Grpoup
 
CMake - Introduction and best practices
CMake - Introduction and best practicesCMake - Introduction and best practices
CMake - Introduction and best practicesDaniel Pfeifer
 
PHP 良好實踐 (Best Practice)
PHP 良好實踐 (Best Practice)PHP 良好實踐 (Best Practice)
PHP 良好實踐 (Best Practice)Win Yu
 
PHP 5.3 Overview
PHP 5.3 OverviewPHP 5.3 Overview
PHP 5.3 Overviewjsmith92
 
CMake Tutorial
CMake TutorialCMake Tutorial
CMake TutorialFu Haiping
 
T3CON11: Lazy Development using the Extension Builder
T3CON11: Lazy Development using the Extension BuilderT3CON11: Lazy Development using the Extension Builder
T3CON11: Lazy Development using the Extension BuilderSteffen Müller
 
Collaborative Peer-to-Peer Information Sharing
Collaborative Peer-to-Peer Information SharingCollaborative Peer-to-Peer Information Sharing
Collaborative Peer-to-Peer Information Sharingelliando dias
 
Php MySql For Beginners
Php MySql For BeginnersPhp MySql For Beginners
Php MySql For BeginnersPriti Solanki
 
short_intro_to_CMake_(inria_REVES_team)
short_intro_to_CMake_(inria_REVES_team)short_intro_to_CMake_(inria_REVES_team)
short_intro_to_CMake_(inria_REVES_team)Jérôme Esnault
 

What's hot (20)

Developing web applications
Developing web applicationsDeveloping web applications
Developing web applications
 
13th Sep, Drupal 7 advanced training by TCS
13th Sep, Drupal 7 advanced training by TCS 13th Sep, Drupal 7 advanced training by TCS
13th Sep, Drupal 7 advanced training by TCS
 
Make your application expressive
Make your application expressiveMake your application expressive
Make your application expressive
 
Browser Serving Your We Application Security - ZendCon 2017
Browser Serving Your We Application Security - ZendCon 2017Browser Serving Your We Application Security - ZendCon 2017
Browser Serving Your We Application Security - ZendCon 2017
 
Effective CMake
Effective CMakeEffective CMake
Effective CMake
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
 
Lca05
Lca05Lca05
Lca05
 
Drupal 7 as a rad tool
Drupal 7 as a rad toolDrupal 7 as a rad tool
Drupal 7 as a rad tool
 
TYPO3 Extension development using new Extbase framework
TYPO3 Extension development using new Extbase frameworkTYPO3 Extension development using new Extbase framework
TYPO3 Extension development using new Extbase framework
 
Php Documentor The Beauty And The Beast
Php Documentor The Beauty And The BeastPhp Documentor The Beauty And The Beast
Php Documentor The Beauty And The Beast
 
Service approach for development REST API in Symfony2
Service approach for development REST API in Symfony2Service approach for development REST API in Symfony2
Service approach for development REST API in Symfony2
 
CMake - Introduction and best practices
CMake - Introduction and best practicesCMake - Introduction and best practices
CMake - Introduction and best practices
 
Perl 20tips
Perl 20tipsPerl 20tips
Perl 20tips
 
PHP 良好實踐 (Best Practice)
PHP 良好實踐 (Best Practice)PHP 良好實踐 (Best Practice)
PHP 良好實踐 (Best Practice)
 
PHP 5.3 Overview
PHP 5.3 OverviewPHP 5.3 Overview
PHP 5.3 Overview
 
CMake Tutorial
CMake TutorialCMake Tutorial
CMake Tutorial
 
T3CON11: Lazy Development using the Extension Builder
T3CON11: Lazy Development using the Extension BuilderT3CON11: Lazy Development using the Extension Builder
T3CON11: Lazy Development using the Extension Builder
 
Collaborative Peer-to-Peer Information Sharing
Collaborative Peer-to-Peer Information SharingCollaborative Peer-to-Peer Information Sharing
Collaborative Peer-to-Peer Information Sharing
 
Php MySql For Beginners
Php MySql For BeginnersPhp MySql For Beginners
Php MySql For Beginners
 
short_intro_to_CMake_(inria_REVES_team)
short_intro_to_CMake_(inria_REVES_team)short_intro_to_CMake_(inria_REVES_team)
short_intro_to_CMake_(inria_REVES_team)
 

Similar to Word Press Help Sheet

PSD to WordPress
PSD to WordPressPSD to WordPress
PSD to WordPressNile Flores
 
How does get template part works in twenty ten theme
How does get template part works in twenty ten themeHow does get template part works in twenty ten theme
How does get template part works in twenty ten thememohd rozani abd ghani
 
Various Ways of Using WordPress
Various Ways of Using WordPressVarious Ways of Using WordPress
Various Ways of Using WordPressNick La
 
Word press templates
Word press templatesWord press templates
Word press templatesDan Phiffer
 
Builing a WordPress Theme
Builing a WordPress ThemeBuiling a WordPress Theme
Builing a WordPress Themecertainstrings
 
Arizona WP - Building a WordPress Theme
Arizona WP - Building a WordPress ThemeArizona WP - Building a WordPress Theme
Arizona WP - Building a WordPress Themecertainstrings
 
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクトWordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクトHiromichi Koga
 
Wordpress Custom Child theme
Wordpress Custom Child themeWordpress Custom Child theme
Wordpress Custom Child themeYouSaf HasSan
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalChandra Prakash Thapa
 
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 OneLorelle VanFossen
 
Grok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb updateGrok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb updateLaura Scott
 
Use Symfony2 components inside WordPress
Use Symfony2 components inside WordPress Use Symfony2 components inside WordPress
Use Symfony2 components inside WordPress Maurizio Pelizzone
 
Introduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentIntroduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentSitdhibong Laokok
 
Creating Themes
Creating ThemesCreating Themes
Creating ThemesDaisyOlsen
 
Custom Post Type - Create and Display
Custom Post Type - Create and DisplayCustom Post Type - Create and Display
Custom Post Type - Create and DisplayJan Wilson
 

Similar to Word Press Help Sheet (20)

Word Camp Fukuoka2010
Word Camp Fukuoka2010Word Camp Fukuoka2010
Word Camp Fukuoka2010
 
PSD to WordPress
PSD to WordPressPSD to WordPress
PSD to WordPress
 
How does get template part works in twenty ten theme
How does get template part works in twenty ten themeHow does get template part works in twenty ten theme
How does get template part works in twenty ten theme
 
Various Ways of Using WordPress
Various Ways of Using WordPressVarious Ways of Using WordPress
Various Ways of Using WordPress
 
The Loop
The LoopThe Loop
The Loop
 
Word press templates
Word press templatesWord press templates
Word press templates
 
20110820 header new style
20110820 header new style20110820 header new style
20110820 header new style
 
Theming 101
Theming 101Theming 101
Theming 101
 
Builing a WordPress Theme
Builing a WordPress ThemeBuiling a WordPress Theme
Builing a WordPress Theme
 
Arizona WP - Building a WordPress Theme
Arizona WP - Building a WordPress ThemeArizona WP - Building a WordPress Theme
Arizona WP - Building a WordPress Theme
 
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクトWordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト
 
Wordpress Custom Child theme
Wordpress Custom Child themeWordpress Custom Child theme
Wordpress Custom Child theme
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
 
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
 
Grok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb updateGrok Drupal (7) Theming - 2011 Feb update
Grok Drupal (7) Theming - 2011 Feb update
 
Use Symfony2 components inside WordPress
Use Symfony2 components inside WordPress Use Symfony2 components inside WordPress
Use Symfony2 components inside WordPress
 
Introduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentIntroduction to WordPress Theme Development
Introduction to WordPress Theme Development
 
Creating Themes
Creating ThemesCreating Themes
Creating Themes
 
Custom Post Type - Create and Display
Custom Post Type - Create and DisplayCustom Post Type - Create and Display
Custom Post Type - Create and Display
 
How php works
How php worksHow php works
How php works
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Word Press Help Sheet

  • 1. liquidicity WordPress Help Sheet. Basic Template Files PHP Snippets for Header style.css Style sheet le <?php bloginfo('name'); ?> Title of the site index.php Home page le <?php wp_title(); ?> Title of the speci c post or page single.php Single post page le <?php bloginfo('stylesheet_url'); ?> The style.css le's location archive.php Archive/category le <?php bloginfo('pingback_url'); ?> Pingback URL for the site searchform.php Search form le <?php bloginfo('template_url'); ?> Location for the site’s theme les search.php Search content le <?php bloginfo('version'); ?> WordPress version for the site 404.php Error page le <?php bloginfo('atom_url'); ?> Atom URL for the site comments.php Comments template le <?php bloginfo('rss2_url'); ?> RSS2 URL for the site footer.php Footer content le <?php bloginfo('url'); ?> Exact URL for the site header.php Header content le <?php bloginfo('name'); ?> Name of the site sidebar.php Sidebar content le <?php bloginfo('html_type'); ?> HTML version of the site page.php Single page le <?php bloginfo('charset'); ?> Charset parameter of the site PHP Snippets for Templates Extra Stu <?php the_content(); ?> Content of the posts /%postname%/ <?php if(have_posts()) : ?> Checks if there are posts header.php Custom permalinks s <?php while(have_posts()) : the_post(); ?> Shows posts if posts are available i <?php include(TEMPLATEPATH . ‘/x’); ?> <?php endwhile; ?> Closes the 'while' PHP function d Include any file 1 e <?php endif; ?> Closes the 'if' PHP function b Lists <?php get_header(); ?> Header.php le's content <?php the_search_query(); ?> a index.php r <?php get_sidebar(); ?> Sidebar.php le's content Value for search form . p <?php get_footer(); ?> Footer.php le's content <?php _e(’Message’); ?> h <?php the_time('m-d-y') ?> The date in '08-18-07' format p Prints out message <?php comments_popup_link(); ?> Link for the comments on the post <?php wp_register(); ?> footer.php <?php the_title(); ?> Title of a speci c post or page <?php the_permalink() ?> Url of a speci c post or page Displays the register link <?php the_category(', ') ?> Category of a speci c post or page <?php wp_loginout(); ?> <?php the_author(); ?> Author of a speci c post or page Displays the login/logout link 2 <?php the_ID(); ?> ID of a speci c post or page <!--next page--> <?php edit_post_link(); ?> Link to edit a speci c post or page Divides the content into pages <?php get_links_list(); ?> Links from the blogroll <!--more--> <?php comments_template(); ?> Comment.php le’s content <?php wp_list_pages(); ?> List of pages of the Cuts off the content and adds a link to the rest of the content <?php wp_list_cats(); ?> List of categories for the site <?php wp_meta(); ?> <?php next_post_link(' %link ') ?> Url to the next post <?php previous_post_link('%link') ?> Url to the previous post Meta for administrators <?php get_calendar(); ?> The built-in calendar <?php timer_stop(1); ?> <?php wp_get_archives() ?> List of archives for the site Time to load the page <?php posts_nav_link(); ?> Next and previous post link <?php echo get_num_queries(); ?> <?php bloginfo(’description’); ?> Site’s description Queries to load the page 1 2 Replace x with file name Only for registered useres © 2007 Go Squared Ltd. & WPCandy