Professional WordPress design and development, second edition

The highly praised resource returns with updated content, examples, and code downloads WordPress is the most popular self-hosted open source website software in use today, and the latest version makes it even simpler to operate. Packed with real-world examples for load balancing and multiusers, this...

Full description

Bibliographic Details
Main Author: Williams, Brad
Other Authors: Damstra, David, Stern, Hal
Format: eBook
Language:English
Published: Indianapolis, Ind. [Wrox]/John Wiley & Sons 2013
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 05796nmm a2200721 u 4500
001 EB001940811
003 EBX01000000000000001103713
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781118604380 
020 |a 9781118442296 
020 |a 9781118604236 
020 |a 1118442296 
020 |a 1118604385 
050 4 |a TK5105.8884 
100 1 |a Williams, Brad 
245 0 0 |a Professional WordPress  |b design and development, second edition  |c Brad Williams, David Damstra, Hal Stern ; technical editor, Hal Stern 
246 3 1 |a WordPress 
250 |a 2nd ed 
260 |a Indianapolis, Ind.  |b [Wrox]/John Wiley & Sons  |c 2013 
300 |a 1 online resource 
505 0 |a Alternatives to Hacking the CoreSummary; Chapter 5: The Loop; Understanding the Loop; From Query Parameters to SQL; Understanding Content in WordPress; Putting the Loop in Context; Flow of the Loop; Template Tags; Commonly Used Template Tags; Tag Parameters; Customizing the Loop; Using the WP_Query Object; Building a Custom Query; Adding Paging to a Loopss; Using query_ posts(); Using get_posts(); Resetting a Query; More Than One Loop; Advanced Queries; Global Variables; Post Data; Author Data; User Data; Environmental Data; Global Variables or Template Tags?; Working Outside the Loop 
505 0 |a Includes bibliographical references and index 
505 0 |a Professional WordPress® Design and Development; Copyright; Credits; About the Authors; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; P2P. Wrox.Com; Chapter 1: First Post; What Is WordPress?; Popularity of WordPress; Current State; Intersecting the Community; WordPress and the GPL; Content and Conversation; WordPress as a Content Management System; Creating Conversation; Getting Started; Hosting Options; Do It Yourself Installation; Finishing Up 
505 0 |a First-Time AdministrationFirst Post; Summary; Chapter 2: Code Overview; Downloading; Download Locations; Available Formats; Release Archive; Directory and File Structure; WordPress Configuration; wp-config.php File; Advanced wp-config Options; .htaccess; The .maintenance File; wp-Content User Playground; Plugins; Themes; Uploads and Media Directory; Upgrade Directory; Custom Directories; Summary; Chapter 3: Working with WordPress Locally; Benefits of Working Locally; Typical Deployment Cycle; Why So Much Process?; Tools for Component Administration; Getting Your Development Stack 
505 0 |a Adding WordPress to the Local InstallConfiguration Details; Managing the Web Server Document Tree; Enabling Debug Information; Handling Local and Production Database; Creating Virtual Local Server Names; Local Theme and Plugin Development; Deploying Local Changes; Summary; Chapter 4: Tour of the Core; What's in the Core?; Using the Core as a Reference; Inline Documentation; Finding Functions; Exploring the Core; Deprecated Functions; WordPress Codex and Resources; What Is the Codex?; Using the Codex; Function Reference; WordPress APIs; Codex Controversy; Don't Hack the Core!; Why Not? 
653 |a Blogs / Management 
653 |a WordPress (Electronic resource) / fast 
653 |a Web sites / Design / http://id.loc.gov/authorities/subjects/sh98000035 
653 |a Blogues 
653 |a Blogs / fast 
653 |a COMPUTERS / Web / Site Design / bisacsh 
653 |a WordPress (Electronic resource) / http://id.loc.gov/authorities/names/no2008101152 
653 |a Blogs / http://id.loc.gov/authorities/subjects/sh2003004628 
653 |a COMPUTERS / Web / User Generated Content / bisacsh 
653 |a Sites Web / Conception 
653 |a Blogues / Gestion 
653 |a COMPUTERS / Interactive & Multimedia / bisacsh 
653 |a Web sites / Design / fast 
653 |a blogs / aat 
653 |a Blogs / Design 
653 |a COMPUTERS / Digital Media / General / bisacsh 
653 |a Social Media 
700 1 |a Damstra, David 
700 1 |a Stern, Hal 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 1118442296 
776 |z 9781118442272 
776 |z 1118604237 
776 |z 1118604385 
776 |z 111844227X 
776 |z 9781118442296 
776 |z 9781118604380 
776 |z 9781118604236 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781118604380/?ar  |x Verlag  |3 Volltext 
082 0 |a 006.78 
082 0 |a 658 
082 0 |a 302.231 
082 0 |a 745.4 
520 |a The highly praised resource returns with updated content, examples, and code downloads WordPress is the most popular self-hosted open source website software in use today, and the latest version makes it even simpler to operate. Packed with real-world examples for load balancing and multiusers, this esteemed resource replaces some of the more basic material with more advanced content. Every single chapter has been reworked to provide the most current and proper methods for developing and designing in WordPress. Coverage of HTML5, CSS3, and JavaScript and new chapters on custom post 
520 |a Chapter 6: Data Management; Database Schema; Table Details; WordPress Content Tables; WordPress Taxonomy Tables; WordPress Database Class; Simple Database Queries; Complex Database Operations; Dealing with Errors; Direct Database Manipulation; Summary; Chapter 7: Custom Post Types, Custom Taxonomies, and Metadata; Understanding Data in WordPress; What Is a Custom Post Type?; Register Custom Post Types; Setting Post Type Labels; Working with Custom Post Types; Custom Post Type Template Files; Special Post Type Functions; WordPress Taxonomy; Default Taxonomies; Taxonomy Table Structure