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().

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“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