WordPress
WordPress is the leading Open Source Blog solution on the web. [1]
Contents
Foundation
The WordPress Foundation is a charitable organization founded by Matt Mullenweg to further the mission of the WordPress open source project: to democratize publishing through Open Source, GPL software.
- WordPress Foundation: http://wordpressfoundation.org/
- WordPress Foundation announced: http://wordpress.org/development/2010/01/wordpress-foundation/
- Our First Donation - courtesy of WordCamp NYC: http://wordpressfoundation.org/2010/our-first-donation/
Platform
Themes
Plugins
Widgets
WYSIWYG
TinyMCE was the original WYSIWYG editor used by WordPress for over a decade and a half. Its strength was its ability to integrate Plugins and/or Widgets direcly into your blog posts through "shortcodes".
Shortcodes
A shortcode is an HTML-like custom "templated snippet" of text that gets parsed and rendered dynamically by combining external functionality such as:
[gallery ids="47 ,86, 92, 64, 48, 75, 89, 80" columns="4" size="medium"]
Which would render as a dynamic image gallery like the following: File:WP-ImageGallery.png
- WordPress docs -- Shortcodes: https://codex.wordpress.org/Shortcode | [PLUGINS https://developer.wordpress.org/plugins/shortcodes/]
- WordPress docs -- List of available Shortcodes: https://wordpress.com/support/shortcodes/
Gutenberg Editor
Gutenberg Editor is the simplified text editing experience for all posts on the WordPress platform, and replaces the .
- Gutenberg editor: https://wordpress.org/gutenberg/
[9] [10] [11] [12] [13] [14] [15] [16]
Blocks
Blocks
- Learn the Gutenberg editor - comprehensive documentation of all "Blocks": https://gogutenberg.com/
API
- XML-RPC Support: http://codex.wordpress.org/XML-RPC_Support
- Writing a Plugin: http://codex.wordpress.org/Writing_a_Plugin[19][20][21][22]
- (Theme) Widgets API: http://codex.wordpress.org/Widgets_API
- Function Reference/wp insert post: http://codex.wordpress.org/Function_Reference/wp_insert_post
Powered by WordPress
- WordPress Notable Users: http://en.wordpress.com/notable-users/
- MacLeans (Canada): http://macleans.ca
Security issues
One of the downsides of Wordpress' immense popularity is that it becomes a very large/frequent target for attackers, hackers & cybersecurity researchers (both "whitehat" & "blackhat").
- Widespread Attack on WordPress Sites Targets Tatsu Builder Plug-in: https://weboasis.digital/info/2022/05/17/widespread-attack-on-wordpress-sites-targets-tatsu-builder-plug-in/
- 20K WordPress Sites Exposed by Insecure Plugin REST-API: https://threatpost.com/wordpress-insecure-plugin-rest-api/177866/
Tools
- WordPress plugins: http://wordpress.org/extend/plugins/
- PatchStack -- WordPress - Security Vulnerability Database: https://patchstack.com/database/
- BuddyPress - DIY Social Network in a box (plugin/theme/widgets): http://buddypress.org/
- CouponPress - DIY Coupon Site in a box (plugin/theme/widgets): http://couponpress.com/
- WPtouch - iPhone plug-in for WordPress blogs: http://www.bravenewcode.com/wptouch/
Resources
- WordPress.com vs. WordPress.org: http://en.support.wordpress.com/com-vs-org/
- State Of WordPress Security in 2021: https://patchstack.com/whitepaper/the-state-of-wordpress-security-in-2021[28]
- WordPress Editor - guide to "block"-based editing: https://wordpress.org/support/article/wordpress-editor/
- WordPress 5.6 Field Guide: https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/#post-85489 (Block changes)
- How do I post source code in WordPress?: http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/
- LaTeX support in WordPress http://en.support.wordpress.com/latex/ (native mathematics/typesetting now supported natively in Wordpress)
- Sage: https://roots.io/sage/ | SRC (WordPress starter theme with a modern development workflow)
- Kickstart WP: http://praegnanz.de/weblog/htmlcssjs-kickstart (quick static template for WebApp and Wordpress plugin version)
Tutorials
- Post PicPost on your WordPress blog using PHP: http://www.wprecipes.com/post-on-your-wordpress-blog-using-php
- Customizing Your Sidebar: http://codex.wordpress.org/Customizing_Your_Sidebar
- How WordPress Themes Actually Work [INFOGRAPHIC]: http://mashable.com/2011/01/11/how-wordpress-themes-actually-work-infographic/
- Standalone Access the Wordpress database using $wpdb: http://www.notesbit.com/index.php/web-mysql/web-scripts/standalone-access-the-wordpress-database-using-wpdb/
- Post to Wordpress Remotely With XMLRPC in PHP: http://www.nickycakes.com/post-to-wordpress-remotely-with-xmlrpc-in-php/
- Post remotely using metaWeblog.newPost (xmlrpc api): http://wordpress.org/support/topic/post-remotely-using-metaweblognewpost-xmlrpc-api
- Insert Posts Programmatically (from same server): http://www.wprecipes.com/wordpress-tip-insert-posts-programmatically
- How to create a mobile WordPress theme with jQuery Mobile: http://www.catswhocode.com/blog/how-to-create-a-mobile-wordpress-theme-with-jquery-mobile
- Add a Widgetized Footer to Your WordPress Theme: http://www.themelab.com/2009/04/25/add-a-widgetized-footer-to-your-wordpress-theme/
- Conditional Script Loading Revisited: http://scribu.net/wordpress/conditional-script-loading-revisited.html
- Tutorial to add CAPTCHA in Contact Form 7 Plugin to block Spam on WordPress Blog: http://www.thecreatology.com/tutorial-to-add-captcha-in-contact-form-7-plugin-to-block-spam-on-wordpress-blog.html
- Math Equations in WordPress (part 1): http://numberwarrior.wordpress.com/2008/01/23/math-equations-in-wordpress-part-1/
- Moving a WordPress website from a sub-directory to your root hosted with GoDaddy: http://cyberinnovation.com/wordpress/moving-a-wordpress-website-from-a-sub-directory-to-your-root-hosted-with-godaddy/
- Using AJAX (effectively) In WordPress: http://css.dzone.com/articles/using-ajax-wordpress
- Creating a Website with Nuxt.js & WordPress REST API (SPA with "Headless CMS"): https://medium.com/@moustachedesign/creating-a-website-with-nuxt-js-and-wordpress-rest-api-51cf66599cf3
- How To Create A Tab Widget In WordPress: https://www.smashingmagazine.com/2013/04/create-tabber-widget-wordpress/
- WordPress as a Headless Content Management System (CMS) and GraphQL API: https://egghead.io/courses/headless-wordpress-4a14
- (How To) Use srcset to Create Responsive Images in WordPress: https://creativesfeed.com/responsive-images-with-srcset/
- Responsive Images In WordPress: https://alexwright.net/blog/web-design/responsive-images-wordpress/
- How to & When to Inline Images using Base64/SVG in WordPress: https://wpspeedmatters.com/base64-images-in-wordpress/
- Getting started with WP's Gutenberg by creating your own "custom Block": https://www.smashingmagazine.com/2018/10/gutenberg-testimonials-sliderblock/
External Links
- Your First WordPress Plugin - Simple Optimization: http://net.tutsplus.com/tutorials/wordpress/your-first-wordpress-plugin-simple-optimization/
- WordPress Plugin Templates v2.0: http://fire-studios.com/blog/wordpress-plugin-templates-v2
- WordPress 2.7 - 20 Must See Features: http://mashable.com/2008/12/04/wordpress-27-features/#comment-11362852
- WORDPRESS GOD - 300+ Tools for Running Your WordPress Blog: http://mashable.com/2007/08/16/wordpress-god300-tools-for-running-your-wordpress-blog/#comment-11362850
- The Ultimate Guide to Green WordPress Themes: http://www.greenmarketing.tv/2010/10/26/green-wordpress-themes/
- 42+ Multi Blogging Website Powered By WordPress MU: http://wparena.com/inspiration/42-multing-blogging-website-powered-by-wordpress-mu/
- College Newspaper site powered by WP: http://wordpress.org/support/topic/college-newspaper-site-powered-by-wp
- How to upgrade a WordPress theme after you’ve hacked the heck out of it: http://www.zdnet.com/blog/diy-it/how-to-upgrade-a-wordpress-theme-after-youve-hacked-the-heck-out-of-it/121
- Google Invests $1.2M To Develop Publishing Platform With WordPress, Others: https://www.mediapost.com/publications/article/330507/google-invests-12m-to-develop-publishing-platfor.html
- Blogging site Tumblr sold for 'less than $3m' – six years after Yahoo paid $1bn for it: https://www.telegraph.co.uk/technology/2019/08/13/blogging-site-tumblr-sold-less-3m-six-years-yahoo-paid-1bn/
- How to Protect Your Website From WordPress Brute Force Attacks?: https://securityboulevard.com/2020/04/how-to-protect-your-website-from-wordpress-brute-force-attacks/
- WordPress adds support for video captions and subtitles: https://www.coywolf.news/webmaster/wordpress-video-captions-subtitles/
- WordPress Parent Buys Content Analytics Platform Parse.ly: https://www.mediapost.com/publications/article/360425/word-press-parent-buys-content-analytics-platform.html
- With 60 Million Websites, WordPress Rules The Web. So Where's The Money?: https://www.forbes.com/sites/jjcolao/2012/09/05/the-internets-mother-tongue/
- WordPress Re-imagined in a More User-Friendly Way: https://web.archive.org/web/20160103231626/http://www.webinsation.com/wordpress-reimagined-in-a-more-user-friendly-way/
References
- ↑ WordPress.org: http://wordpress.org/
- ↑ WordPress Shortcodes overview: http://faq.wordpress.com/2008/06/18/what-are-the-wordpress-shortcodes/
- ↑ WordPress Shortcode - Tutorial covering 25 popular shortcodes: http://xavisys.com/wordpress-25-shortcodes/
- ↑ WordPress Shortcodes Plugin — Shortcodes Ultimate: https://wordpress.org/plugins/shortcodes-ultimate/ (one of the inspirations for the "Block" based approach to replace shortcodes in the new WP Gutenberg Editor)
- ↑ How to Add (author a blog post with) a Shortcode in WordPress? (Beginner’s Guide): https://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/
- ↑ How to Make Your Own WordPress (Shortcode): http://blogcraving.com/wordpress-shortcode/
- ↑ Troubleshooting issues when Shortcodes do not work: https://getshortcodes.com/docs/shortcodes-do-not-work/
- ↑ The Ultimate Guide to WordPress Shortcodes (With Examples to Create Your Own) : https://kinsta.com/blog/wordpress-shortcodes/
- ↑ How to Use Gutenberg Editor (The Complete Guide): https://www.begindot.com/gutenberg-editor-complete-guide/
- ↑ The Gutenberg WordPress Editor - 10 Things You Need to Know: https://ithemes.com/gutenberg-wordpress-editor-10-things-to-know/
- ↑ Gutenberg -- WordPress' new Editor - Technical Overview: https://make.wordpress.org/core/2017/01/17/editor-technical-overview/
- ↑ How to Use the Classic Editor with WordPress 5.0: https://ithemes.com/how-to-use-classic-editor-wordpress-5-0/
- ↑ Gutenberg, or the Ship of Theseus: https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/
- ↑ Gutenberg An alternative approach: https://yoast.com/gutenberg-alternative-approach/
- ↑ We Called it Gutenberg for a Reason: https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/
- ↑ On React and WordPress: https://ma.tt/2017/09/on-react-and-wordpress/
- ↑ WordPress docs -- Block Editor Handbook - FAQ: https://developer.wordpress.org/block-editor/handbook/faq/
- ↑ WordPress docs -- Block Editor Handbook - Getting started: https://developer.wordpress.org/block-editor/
- ↑ Building a Plugin – It’s Easier Than You Think: http://wordpress.tv/2009/09/20/john-hawkins-plugin-building-portland09/
- ↑ How to create your own WordPress functionality plugin: http://wpcandy.com/teaches/how-to-create-a-functionality-plugin
- ↑ How-To Build Your Own WordPress Functionality Plugin : http://churchm.ag/how-to-create-a-functionality-plugin/
- ↑ A Crash-Course in WordPress Plugin Development: http://net.tutsplus.com/articles/news/a-crash-course-in-wordpress-plugin-development/
- ↑ Function Reference/wp schedule single event: http://codex.wordpress.org/Function_Reference/wp_schedule_single_event
- ↑ Function Reference/wp schedule event: http://codex.wordpress.org/Function_Reference/wp_schedule_event
- ↑ 10 Beautiful Non-Blog Websites Powered by WordPress: http://blogsessive.com/blogging-tools/10-beautiful-wordpress-websites/
- ↑ Top 10 Government Sites Powered By WordPress : http://www.honeytechblog.com/top-10-government-sites-powered-by-wordpress/
- ↑ 18 Awesome Websites Powered By WordPress: http://samswebguide.com/2010/08/02/18-awesome-websites-powered-by-wordpress/
- ↑ Nearly 30% of critical WordPress plugin bugs don't get a patch: https://www.bleepingcomputer.com/news/security/nearly-30-percent-of-critical-wordpress-plugin-bugs-dont-get-a-patch/
See Also
Blog | Web 2.0 | CMS | Newspaper | Magazine | LMS | Marketing | A11Y