Podbean logo
  • Discover
  • Podcast Features
    • Podcast Hosting

      Start your podcast with all the features you need.

    • Podbean AI Podbean AI

      AI-Enhanced Audio Quality and Content Generation.

    • Blog to Podcast

      Repurpose your blog into an engaging podcast.

    • Video to Podcast

      Convert YouTube playlists to podcasts, videos to audios.

  • Monetization
    • Ads Marketplace

      Join Ads Marketplace to earn through podcast sponsorships.

    • PodAds

      Manage your ads with dynamic ad insertion capability.

    • Apple Podcasts Subscriptions Integration

      Monetize with Apple Podcasts Subscriptions via Podbean.

    • Live Streaming

      Earn rewards and recurring income from Fan Club membership.

  • Podbean App
    • Podcast Studio

      Easy-to-use audio recorder app.

    • Podcast App

      The best podcast player & podcast app.

  • Help and Support
    • Help Center

      Get the answers and support you need.

    • Podbean Academy

      Resources and guides to launch, grow, and monetize podcast.

    • Podbean Blog

      Stay updated with the latest podcasting tips and trends.

    • What’s New

      Check out our newest and recently released features!

    • Podcasting Smarter

      Podcast interviews, best practices, and helpful tips.

  • Popular Topics
    • How to Start a Podcast

      The step-by-step guide to start your own podcast.

    • How to Start a Live Podcast

      Create the best live podcast and engage your audience.

    • How to Monetize a Podcast

      Tips on making the decision to monetize your podcast.

    • How to Promote Your Podcast

      The best ways to get more eyes and ears on your podcast.

    • Podcast Advertising 101

      Everything you need to know about podcast advertising.

    • Mobile Podcast Recording Guide

      The ultimate guide to recording a podcast on your phone.

    • How to Use Group Recording

      Steps to set up and use group recording in the Podbean app.

  • All Arts Business Comedy Education
  • Fiction Government Health & Fitness History Kids & Family
  • Leisure Music News Religion & Spirituality Science
  • Society & Culture Sports Technology True Crime TV & Film
  • Live
  • How to Start a Podcast
  • How to Start a Live Podcast
  • How to Monetize a podcast
  • How to Promote Your Podcast
  • How to Use Group Recording
  • Log in
  • Start your podcast for free
  • Podcasting
    • Podcast Features
      • Podcast Hosting

        Start your podcast with all the features you need.

      • Podbean AI Podbean AI

        AI-Enhanced Audio Quality and Content Generation.

      • Blog to Podcast

        Repurpose your blog into an engaging podcast.

      • Video to Podcast

        Convert YouTube playlists to podcasts, videos to audios.

    • Monetization
      • Ads Marketplace

        Join Ads Marketplace to earn through podcast sponsorships.

      • PodAds

        Manage your ads with dynamic ad insertion capability.

      • Apple Podcasts Subscriptions Integration

        Monetize with Apple Podcasts Subscriptions via Podbean.

      • Live Streaming

        Earn rewards and recurring income from Fan Club membership.

    • Podbean App
      • Podcast Studio

        Easy-to-use audio recorder app.

      • Podcast App

        The best podcast player & podcast app.

  • Advertisers
  • Enterprise
  • Pricing
  • Resources
    • Help and Support
      • Help Center

        Get the answers and support you need.

      • Podbean Academy

        Resources and guides to launch, grow, and monetize podcast.

      • Podbean Blog

        Stay updated with the latest podcasting tips and trends.

      • What’s New

        Check out our newest and recently released features!

      • Podcasting Smarter

        Podcast interviews, best practices, and helpful tips.

    • Popular Topics
      • How to Start a Podcast

        The step-by-step guide to start your own podcast.

      • How to Start a Live Podcast

        Create the best live podcast and engage your audience.

      • How to Monetize a Podcast

        Tips on making the decision to monetize your podcast.

      • How to Promote Your Podcast

        The best ways to get more eyes and ears on your podcast.

      • Podcast Advertising 101

        Everything you need to know about podcast advertising.

      • Mobile Podcast Recording Guide

        The ultimate guide to recording a podcast on your phone.

      • How to Use Group Recording

        Steps to set up and use group recording in the Podbean app.

  • Discover
  • Log in
    Sign up free
WordPress Resource: Your Website Engineer with Dustin Hartzler

WordPress Resource: Your Website Engineer with Dustin Hartzler

Technology:Software How-To

306 – WordPress from A to Z – Part 2

306 – WordPress from A to Z – Part 2

2016-10-12
Download Right click and do "save link as"
306 – WordPress from A to Z – Part 2 In today’s episode, we break done some of the key phrases and terminology in WordPress. Announcements Custom Bulk Actions Is there a plugin for that? With more than 43,000 plugins in the WordPress repository, it’s hard to find the perfect one. Each week, I will highlight an interesting plugin form the repository. For more great plugins, download my 50 Most Useful Plugins eBook. Max Mega Menu is easy to use mega menu plugin. Written the WordPress way. WordPress from A to Z – Part 2 Admin tools: Customizer, custom fields, meta box, navigation menu, options, settings, shortcode, widget. Code: action hook, API, class, function, method, object, Object Oriented Programming, property. Admin Tools Customizer The WordPress Customizer is an interface that lets you make changes to the parts of your site that you can’t edit via the post editor. Exactly what features you have access to will depend on your theme (and sometimes plugins), but there are some default elements including widgets, menus and site identity. Custom Fields Custom field is another way of describing post metadata. Use custom fields to add extra data to your posts such as your mood when you were writing, the weather etc. Meta Box A meta box is an area in an admin screen that you use to add content, configure settings, or perform an action. You can add meta boxes by writing your own plugins. Navigation Menu The navigation menu is a menu you place in your site’s header to help people navigate around your site. Options An option is something you can change about your WordPress site that isn’t part of a post, page or any other content type. All of your site’s options are stored in the wp_options table in the database, the only table not linked to any other tables. Settings Settings are the configurations you make to your site or to plugins to get them working the way you want them to. Shortcode A shortcode is some text inside square brackets that you add to your posts, which then outputs or runs some code. Widget A widget is something you can add to a widget area in your site (e.g. in the sidebar or footer) without writing any code. Code Action Hook An action hook is a line of code added to a WordPress core file, a theme or plugin which lets you insert extra code by attaching a function to it. API API stands for Application Programming Interface. It’s a codebase which lets you interact with one system from another system. Class A class is a type of programming used in Object Oriented PHP. Using a class instead of a load of separate functions makes your code cleaner and easier to extend. Function A function is a block of code that you write into your theme or plugin to make something happen. WordPress core files also contain hundreds of functions. Method A method is something that’s used in Object-Oriented Programming. It’s how you describe a function that’s used inside a class. Object In Object-Oriented Programming, an object is a bundle of variables and related methods. Use them in classes to group functions together and make your code more efficient and easer to extend. Object-Oriented Programming Object-Oriented Programming is a programming method that uses objects, methods and classes to group code together and make it easier to extend. Property In Object Oriented Programming, a property is a variable you use with methods to store and output data. Thank You! Thank you to those who use my affiliate links. As you know I make a small commission when someone uses my link and I want to say thank you to the following people. For all my recommended resources, go to my Resources Page View on YourWebsiteEngineer.com
view more

More Episodes

374 – WordPress Website Launch Checklist
2018-01-31
373 – 18 Resolutions for 2018
2018-01-24
372 – Evaluating Shortcodes in your WordPress Site
2018-01-17
371 – Test Your CSS Code and Browser Support
2018-01-10
370 – Is Your Site Properly Formatted to Print?
2018-01-03 1
369 – WordPress Predictions for 2018
2017-12-27
368 – Essential Gear for Your WordPress Business
2017-12-20 1
367 – Software Apps I use Daily
2017-12-13 7
366 – State of the Word 2017
2017-12-06 2
365 – Trying Out New Software and Services
2017-11-29 1
364 – Brand New WordPress Version 4.9
2017-11-22
363 – How to Create a Great WordCamp Presentation
2017-11-15 2
362 – Five Benefits of the WordPress Community
2017-11-08 8
361 – Ideas to Generate Money for Your WordPress Business
2017-11-01 2
360 – Ways to Contribute to WordPress for the Website Owner
2017-10-25 4
359 – Ways to Contribute to WordPress as a Designer
2017-10-18 5
358 – Ways to Contribute to WordPress for the Developer
2017-10-11 6
357 – Ways to Contribute to WordPress for the Blogger
2017-10-04 5
356 – Top 20 Plugins in the WordPress Repository
2017-09-27 11
355 – What Everyone’s Talking About – Project Gutenberg
2017-09-20 11
  • ←
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • →
012345678910111213141516171819

Get this podcast on your
phone, FREE

Download Podbean app on App Store Download Podbean app on Google Play

Create your
podcast in
minutes

  • Full-featured podcast site
  • Unlimited storage and bandwidth
  • Comprehensive podcast stats
  • Distribute to Apple Podcasts, Spotify, and more
  • Make money with your podcast
Get started

It is Free

  • Podcast Services

    • Podcast Features
    • Pricing
    • Enterprise Solution
    • Private Podcast
    • The Podcast App
    • Live Stream
    • Audio Recorder
    • Remote Recording
    • Podbean AI
  •  
    • Create a Podcast
    • Video Podcast
    • Start Podcasting
    • Start Radio Talk Show
    • Education Podcast
    • Church Podcast
    • Nonprofit Podcast
    • Get Sermons Online
    • Free Audiobooks
  • MONETIZATION & MORE

    • Podcast Advertising
    • Dynamic Ads Insertion
    • Apple Podcasts Subscriptions
    • Switch to Podbean
    • YouTube to Podcast
    • Blog to Podcast
    • Submit Your Podcast
    • Podbean Plugins
    • Developers
  • KNOWLEDGE BASE

    • How to Start a Podcast
    • How to Start a Live Podcast
    • How to Monetize a Podcast
    • How to Promote Your Podcast
    • Mobile Podcast Recording Guide
    • How to Use Group Recording
    • Podcast Advertising 101
  • Support

    • Support Center
    • What’s New
    • Free Webinars
    • Podcast Events
    • Podbean Academy
    • Podbean Amplified Podcast
    • Badges
    • Resources
  • Podbean

    • About Us
    • Podbean Blog
    • Careers
    • Press and Media
    • Green Initiative
    • Affiliate Program
    • Contact Us
  • Privacy Policy
  • Cookie Policy
  • Terms of Use
  • Consent Preferences
  • Copyright © 2015-2025 Podbean.com