Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Leveraging Less-Known WordPress Plugins

Leveraging Less-Known WordPress Plugins

More Decks by Hong Kong WordPress Meetup

Other Decks in Technology

Transcript

  1. Hidden Gems: Leveraging Less-Known WordPress Plugins that I Have Been

    Using Since My First Websites Victor K. Nip Hong Kong WordCamp Meetup #87 2025-06-16
  2. Why this Topic? • The organizers of WordCamp Johor Bahru

    invited me to submit a topic. • They called for “beginner-friendly” topics. • What did I do when I was a beginner of WordPress? • What did I do that is beneficial to share with the community? • If I still use a plugin that I used at that time, and if it is less known, maybe it’s something worth to talk about. • I told AI what I wanted to present, and it gave me the title of the talk.
  3. The Hidden Gems • Pods (free custom content type framework)

    • Microthemer (freemium visual CSS editor) • qTranslate-XT (free multilingual framework)
  4. Pods • The Pods is a Content Development Framework for

    WordPress • Pods lets you • Extend existing content types • Create custom content types (custom post types and custom taxonomies) • A post type managed by Pods is called a Pod. • Highlight: Pod Template with Magic Tags to display posts of different post types
  5. Why Extend Existing Post Type? • Add fields to an

    existing post type • E.g., add a “brand” field to Product (CPT of WooCommerce) • Customized archive of existing post types
  6. Customized Post Archive • Create a template to list the

    blog posts with the following features • Show the thumbnail • Show the title • If either is clicked, go the to blog post
  7. Custom Post Type (CPT) • CPT is a post type

    defined to suit the specific content need. • Examples: • Products of WooCommerce • Artwork and artist on an art gallery website • Customers or suppliers on a company branding website
  8. Pods Framework: Pros and Cons Pros • Free • Pod

    Templates with Magic Tags • Compatible with other CPT plugins Cons • Recents changes make thing more complicated; e.g. • PHP codes not directly allowed on templates • More options to handle for the sake of security
  9. What is Microthemer? • A plugin to style web page

    elements visually • Supports over 150 CSS properties, including Google Fonts, gradients, shadow, etc • Supports responsive design • Supports CSS variables
  10. Why you need to write CSS codes in WP Websites?

    Maintain consistency of looks of objects created by different plugins (e.g., fonts, text input box) 01 Fix visual CSS flaws of themes and plugins 02 Style your own HTML elements 03
  11. Free Version vs Paid Version Free: Lite Version Paid: Pro

    Version Number of selectors supported 15 groups Unlimited Functionality Support for CSS grid, flexbox, stock SVG mask images, transform, animation, and transition disabled No limitation
  12. Microthemer: Pros and Cons Pros • Great UI • Style

    visually • Instant response • Many functions Cons • Not totally free
  13. What and Why? •qTranslate-XT is a multilingual plugin •For multilingual

    websites •Highlights •Free •Flexible multilingual information representation
  14. Evolution of qTranslate-XT qTranslate • 2009 – 2015 • On

    WordPress.org qTranslate-X • 2015 – 2016 • On WordPress.org qTranslate-XT • Since 2018 • On GitHub only
  15. Anatomy of Multilingual Information [:en] English Texts [:] Closing Tag

    Language Tags [:ms] Teks bahasa Melayu [:zh] 华语文本
  16. qTranslate-XT: Pros and Cons Pros • Free • Unlimited languages

    • Works with all properly written plugins in the frontend • Editing of contents of all languages at once possible Cons • Not on WordPress.org (manual installation, manual updating) • Limited support with Gutenberg (Single Language Edit mode only without Classic Editor) • Switching to another multilingual plugin/ uninstalling can be complicated • Frontend language parsing may fail for some contents if a plugin/theme is not written properly • No auto-translation options • Unsure if it survives WordPress updates
  17. Before I talk about WCJB… • The plugins have many

    functions and we have limited time. • Hope you find these plugins useful for your websites.
  18. Q&A