Table of Contents:
- Installing WordPress Automatically Using cPanel
- Installing WordPress with HostCommando
- Installing WordPress Manually via FTP – Part 1
- Installing WordPress Manually via FTP – Part 2
- How to Use The Built-in WordPress Help
- How To Clean Up A New WordPress Blog
- How to Change Your Permalinks Structure
- How to Customize Your WordPress Dashboard
- How to Create New Posts in WordPress
- How to Create New Pages in WordPress
- How to Create a “Status” Post
- How to Create an “Aside” Post
- How to Create Links in Posts
- How to Set a Featured Image for Your Post
- How to Create Blogroll Links
- How to Manage Comments in WordPress
- How to Edit Your Comment Policy
- How to Use and Format Images in WordPress
- How To Install Plugins Automatically
- How to Upgrade / Delete Plugins Automatically
- How to Upload and Install Plugins Manually
- How to Install WordPress Themes Automatically
- How to Upgrade WP Themes Automatically
- How to Upload and Install Themes Manually
- How to Customize Your Theme Menus
- How to Customize Your WordPress Theme
- How to Use WordPress Widgets in The Sidebar
- Using The Akismet Spam Plugin
- Controlling Spam in WordPress
- How to Create A Contact Form in WordPress
- How to Customize Your Contact Form
- How to Create a Testimonials Page / Sidebar
- Adding and Managing Users in WordPress
- Inserting Audio or MP3 Files into WordPress
- Customizing Your Audio Player for WordPress
- Getting and Using Gravatars for Your Blog
Training:
while (have_posts()): the_post(); get_template_part( 'content', get_post_format() ) ; endwhile;?>- 1
- 2