Essential Theme Helpers

描述

Essential Theme Helpers is a lightweight plugin offering essential shortcodes and theme development utilities for WordPress developers. Whether you’re building custom themes or need reusable components for content presentation, Helper Toolkit streamlines your process with plug-and-play shortcodes.

🎯 Use Cases:
– Speed up custom WordPress theme development
– Provide reusable shortcodes to clients and content editors
– Reduce boilerplate code across multiple themes

🚀 Core Features:

  • [essethhe_breadcrumbs] – SEO-friendly breadcrumb navigation (already integrated)
  • [essethhe_related_posts count="3"] – Display related posts by category
  • [essethhe_author_box] – Neat author bio with name, avatar, and description
  • [essethhe_post_meta] – Show post author, date, and categories

🛠️ Admin Panel:
– Modular settings page under “Essential Theme Helpers”
– Easily toggle/extend module support in future updates

License

This plugin is licensed under the GPLv2 or later.

安裝

  1. Upload the plugin folder essential-theme-helpers to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to Essential Theme Helpers > Settings in the admin to explore available features.
  4. Use shortcodes in posts, pages, or template files via do_shortcode().

常見問題

Can I use this in my custom theme?

Yes! This plugin is specifically built to support custom themes and developer workflows.

Does it support block themes or classic themes?

It works with both. The shortcodes are independent of your theme style and can be styled as needed.

Can I override styles?

Yes, all output has CSS classes, so you can override them in your theme’s stylesheet.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Essential Theme Helpers” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Essential Theme Helpers 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • Initial release
  • Breadcrumbs module
  • Related Posts shortcode
  • Author Box shortcode
  • Include Template shortcode
  • Post Meta shortcode
  • Modular admin settings page