Title: Author Profile Blocks
Author: Al Amin Ahamed
Published: <strong>2 Mei 2025</strong>
Last modified: 26 Mei 2026

---

Search plugins

![](https://ps.w.org/author-profile-blocks/assets/banner-772x250.png?rev=3511419)

![](https://ps.w.org/author-profile-blocks/assets/icon-256x256.png?rev=3511419)

# Author Profile Blocks

 Oleh [Al Amin Ahamed](https://profiles.wordpress.org/mralaminahamed/)

[Download](https://downloads.wordpress.org/plugin/author-profile-blocks.1.1.1.zip)

 * [Details](https://ms.wordpress.org/plugins/author-profile-blocks/#description)
 * [Reviews](https://ms.wordpress.org/plugins/author-profile-blocks/#reviews)
 *  [Pemasangan](https://ms.wordpress.org/plugins/author-profile-blocks/#installation)
 * [Pembangunan](https://ms.wordpress.org/plugins/author-profile-blocks/#developers)

 [Support](https://wordpress.org/support/plugin/author-profile-blocks/)

## Description

**Author Profile Blocks** is a WordPress plugin for showcasing author profiles and
team members using four Gutenberg blocks, four shortcodes, and a classic widget.
It supports two data sources: standard WordPress Users and an optional Team Member
custom post type (`apbl_team_member`).

[Live Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/mralaminahamed/author-profile-blocks/trunk/.wordpress-org/blueprints/blueprint.json)
| [GitHub](https://github.com/mralaminahamed/author-profile-blocks) | [Documentation](https://github.com/mralaminahamed/author-profile-blocks#readme)

### Four Block Types

**Author Profile** — Single author showcase with full control over layout order,
avatar shape, typography, and social links. Four content order variants: image-content,
content-image, image-top, content-top.

**Author Grid** — Responsive grid of multiple authors. Supports 1–4 columns with
five style presets: card, minimal, bordered, shadow, mosaic.

**Author List** — Vertical author list with three display styles: compact (image
+ summary), detailed (full two-column layout), and minimal (name + position only).
Supports ordered or unordered lists.

**Author Carousel** — Interactive slider built on [Slick](https://kenwheeler.github.io/slick/).
Seven style presets including modern cards, classic carousel, elegant profile, and
creative gradient layout. Configurable slides, autoplay, dots, and arrows.

### Shortcodes

Four shortcodes are available for classic themes or page builders:

 * `[apbl_profile]` — single author card
 * `[apbl_grid]` — responsive author grid
 * `[apbl_list]` — author list
 * `[apbl_carousel]` — author carousel with autoplay

All shortcodes accept `id`, `source` (user or team_member), `style`, `number`, and
display toggle attributes.

### Classic Widget

The **Author Profile Widget** lets you add a single author card to any widget area.
Choose the author, display style, and whether to show social links and bio.

### Team Member CPT

Activate the built-in `apbl_team_member` custom post type to manage team members
separately from WordPress users. Supports title, bio, featured image, and menu order.
Each team member has position and social profile meta fields. Organise members by
department using the hierarchical `apbl_department` taxonomy.

### Design System

Every block ships with a refined indigo editorial design — distinctive typography,
layered shadows, smooth cubic-bezier transitions, and an indigo accent system with
animated hover reveals. All visual properties are overridable via [CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties).

### Customization Options

 * **Avatar**: circle, square, rounded, or custom border-radius; configurable size
   and border
 * **Typography**: name size, weight, color, alignment, letter-spacing; position
   shown as uppercase indigo badge
 * **Layout presets**: choose from registered style variations (card, minimal, bordered,
   shadow, and more) per block
 * **Animations**: 7 entrance animation types — fadeIn, slideUp, slideDown, slideLeft,
   slideRight, scaleIn, bounce
 * **Hover effects**: lift, glow, scale, rotate, shadow — applied to items or the
   block wrapper
 * **Social icons**: square pill shape with indigo fill on hover; supports Facebook,
   Twitter/X, LinkedIn, Instagram, website
 * **Colors**: background, border, text, gradient — all configurable via the inspector
 * **Spacing**: section spacing, padding, item spacing, container width
 * **Advanced**: CSS filters (brightness, contrast, saturation), transform (scale,
   rotate), box shadow, custom CSS class, [Google Font](https://fonts.google.com/)
   support

### User Profile Extensions

The plugin adds extra fields to the standard [WordPress user profile screen](https://wordpress.org/documentation/article/users-your-profile-screen/):

 * Position / job title
 * Extended bio
 * Social media URLs: Facebook, Twitter/X, LinkedIn, Instagram, personal website
 * Custom “Member since” label
 * Department
 * Skills
 * Location
 * Phone
 * Availability
 * Website label

### Performance

 * Server-side rendering with PHP template caching
 * Configurable cache duration
 * Lazy loading for author avatars
 * No unnecessary JavaScript on the frontend

### Developer-Friendly

 * Clean PHP template hierarchy — override any template from your theme
 * Extensive [CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)
   for runtime styling
 * WordPress filter hooks on every rendered block and shortcode
 * Modern SCSS source with `@use`/`@forward` module system and `sass:color` functions
 * `apbl-` namespaced CSS classes throughout
 * [PSR-4](https://www.php-fig.org/psr/psr-4/) autoloaded, [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/)
   compliant
 * Full [developer documentation on GitHub](https://github.com/mralaminahamed/author-profile-blocks#readme)

### Support

 * [WordPress.org support forum](https://wordpress.org/support/plugin/author-profile-blocks/)
 * [GitHub issues](https://github.com/mralaminahamed/author-profile-blocks/issues)
 * [Developer documentation](https://github.com/mralaminahamed/author-profile-blocks#readme)
 * [Live Preview on WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/mralaminahamed/author-profile-blocks/trunk/.wordpress-org/blueprints/blueprint.json)

## Screenshots

 * [[
 * Author Profile block in the Gutenberg editor — content elements panel open.
 * [[
 * Style tab — avatar shape, typography controls, colors, and layout presets.
 * [[
 * Author Grid block — multiple authors displayed in responsive 3-column card layout.
 * [[
 * Author Carousel block — sliding author cards with the modern-cards preset active.
 * [[
 * Author List block — detailed display style with two-column image and bio layout.

## Blocks

This plugin provides 4 blocks.

 *   Author Grid Display multiple authors in a responsive grid layout with customizable
   options.
 *   Author Profile Showcase author profiles with a beautiful Gutenberg block that
   displays author information from WordPress users.
 *   Author List Display a list of authors with customizable layouts.
 *   Author Carousel Display multiple authors in an interactive carousel with customizable
   options.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`, or install via **Plugins  Add
    New**.
 2. Activate the plugin.
 3. Go to **Users  Your Profile** (or any user’s profile) to add author information.
 4. Optionally go to **Team Members** in the admin menu to add team members.
 5. Open any page or post in the [Gutenberg editor](https://wordpress.org/gutenberg/)
    and search for “author” to find the blocks.

## FAQ

### Does this plugin create a custom post type?

Yes, optionally. The plugin registers an `apbl_team_member` custom post type alongside
standard WordPress Users. You can use either source (or both) in any block or shortcode
via the `source` attribute. If you only want to display WordPress users, ignore 
the Team Members menu entirely.

### How do I add author data like position or social links?

For WordPress Users, edit any user profile under **Users  All Users  Edit**. The
plugin adds a dedicated “Author Profile” section.

For Team Members, go to **Team Members  Add New** in the admin menu.

### Can I use shortcodes instead of blocks?

Yes. Four shortcodes are available for classic themes or page builders: `[apbl_profile]`,`[
apbl_grid]`, `[apbl_list]`, and `[apbl_carousel]`. Each accepts the same source,
style, and display options as the corresponding block.

### Can I override the block templates?

Yes. Copy any file from `wp-content/plugins/author-profile-blocks/templates/` into`
wp-content/themes/your-theme/author-profile-blocks/` and the plugin will use your
version instead. See [template override documentation](https://github.com/mralaminahamed/author-profile-blocks#template-override)
for details.

### How do I change block styles?

Each block exposes a full Style panel in the block sidebar. For deeper overrides,
all CSS uses `apbl-` prefixed classes and `--author-*` [CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties),
making targeted overrides straightforward.

### Can I show only authors with a specific role?

Yes. The Grid, List, and Carousel blocks and their shortcode equivalents include
a role filter. Set it to any registered [WordPress role](https://wordpress.org/documentation/article/roles-and-capabilities/)
and only users with that role will be displayed.

### Can I show only team members from a specific department?

Yes. The `apbl_department` taxonomy is hierarchical. Use the department filter in
the block inspector or shortcode `department` attribute to narrow results.

### Is the plugin compatible with full-site editing (FSE) themes?

Yes. The blocks render server-side and use standard [Gutenberg block wrapper attributes](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/),
so they work in both classic and FSE/block themes.

### Will it slow down my site?

Each block caches its rendered HTML. On repeat page loads, output is served from
cache rather than re-querying the database and re-rendering PHP templates.

### Is the plugin translation-ready?

Yes. All user-facing strings use `__()`, `_e()`, and related [WordPress i18n functions](https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/)
with the `author-profile-blocks` text domain.

### Where can I report bugs or request features?

Open an issue on [GitHub](https://github.com/mralaminahamed/author-profile-blocks/issues)
or post in the [WordPress.org support forum](https://wordpress.org/support/plugin/author-profile-blocks/).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Author Profile Blocks” adalah perisian sumber terbuka. Orang-orang berikut telah
menyumbang kepada pemalam ini.

Penyumbang

 *   [ Al Amin Ahamed ](https://profiles.wordpress.org/mralaminahamed/)

[Translate “Author Profile Blocks” into your language.](https://translate.wordpress.org/projects/wp-plugins/author-profile-blocks)

### Berminat dalam pembangunan?

[Layari kod](https://plugins.trac.wordpress.org/browser/author-profile-blocks/),
periksa [repositori SVN](https://plugins.svn.wordpress.org/author-profile-blocks/),
atau langgani [log pembangunan](https://plugins.trac.wordpress.org/log/author-profile-blocks/)
dengan [RSS](https://plugins.trac.wordpress.org/log/author-profile-blocks/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.1

 * Security: profile meta fields (department, skills, location, phone, availability,
   website label) were writable over REST by any authenticated user; they now require
   the edit_users capability.
 * Fix: shortcodes [apbl_profile], [apbl_grid], [apbl_list], [apbl_carousel] and
   the Author Profile widget rendered empty cards — they now render full author 
   cards.
 * Fix: author names now link to the author archive (users) or team-member profile
   across the Author Profile, Grid, List, Carousel blocks and the minimal layout.
 * Fix: shortcode template includes pointed at a non-existent path; now resolved
   from the plugin root.
 * Fix: uninstall never removed plugin options/transients (gated on an undefined
   constant); cleanup now runs on uninstall.

#### 1.1.0

 * Add: Team Member CPT (`apbl_team_member`) — title, editor, thumbnail, menu-order;
   position and social profiles meta; REST-enabled.
 * Add: Department taxonomy (`apbl_department`) — hierarchical, attached to both
   team members and WordPress users; REST-enabled.
 * Add: AuthorDataProvider service — normalises WP Users and Team Members into a
   shared author shape; result cache cleared on profile update and team-member save.
 * Add: 6 new user meta fields — department, skills, location, phone, availability,
   website label; all REST-exposed and shown on the WP profile screen.
 * Add: Four shortcodes — [apbl_profile], [apbl_grid], [apbl_list], [apbl_carousel]—
   all supporting source, style, and display toggle attributes.
 * Add: Author Profile classic widget — wraps [apbl_profile] with author picker,
   style selector, and show-socials/show-bio toggles.
 * Add: WordPress Playground blueprint for live preview on WordPress.org.

#### 1.0.4

 * Fix: blocks render blank on frontend when no author selected (error div was leaking
   to visitors).
 * Fix: carousel broken on classic themes — jquery declared as dependency so Slick
   initialises correctly.
 * Fix: production zip was missing vendor/autoload.php on fresh installs from WordPress.
   org.
 * Fix: CSS color/length injection — all color and length attributes now pass through
   sanitization helpers.
 * Fix: dead duplicate –author-custom-var-1/2 CSS variable block removed.
 * Fix: template arbitrary file inclusion — get_template() now validates path is
   within plugin, active theme, or child theme.
 * Fix: raw $_POST no longer passed as argument to do_action(‘author_profile_blocks_save_profile_fields’).
 * Fix: extract() in get_template() replaced with explicit foreach loop for wp.org
   review compliance.
 * Fix: registration date displayed in wrong timezone — now uses mysql2date() for
   correct UTC to local conversion.
 * Update: tested up to WordPress 6.9.

#### 1.0.3

 * Refactor: split AuthorBlockBase god-class into 7 focused traits under includes/
   Blocks/Concerns/.
 * Refactor: promoted 5 inspector components to shared src/supports/js/components/
   inspector/.
 * Refactor: extracted loadGoogleFont into shared useGoogleFont hook.
 * Fix: author profile block missing save: () => null (silent default-save bug).
 * Fix: carousel single-slide crash in Slick initADA.
 * Fix: AuthorsListPreview data shape mismatch corrected.
 * Fix: PHPCS clean for wp.org plugin review standard.

#### 1.0.2

 * Add: React + shadcn/ui admin SPA replacing legacy PHP settings page.
 * Add: REST API endpoint /v1/settings for plugin configuration.
 * Add: TypeScript migration for all JS files in src/blocks/ and src/admin/.
 * Change: Tailwind v3 migrated to v4 with CSS variable-based theming.

#### 1.0.1

 * Fix: align all apbl- CSS class selectors with PHP template output.
 * Fix: animation duration now reads –author-animation-duration CSS custom property.
 * Improve: indigo editorial design system — refined shadows, cubic-bezier transitions,
   animated accent reveals.
 * Update: tested up to WordPress 6.7.

#### 1.0.0

 * Initial release.
 * Author Profile block with four content order variants and full typography/avatar
   controls.
 * Author Grid block with 1-4 column responsive grid and five style presets.
 * Author List block with compact, detailed, and minimal display styles.
 * Author Carousel block with Slick slider integration and seven style presets.
 * Indigo editorial design system.
 * Seven entrance animation types per block.
 * Five hover effect types per block.
 * Social icon support: Facebook, Twitter/X, LinkedIn, Instagram, website.
 * Extended WordPress user profile fields: position, bio, social links, member-since
   label.
 * PHP template system with full theme-override support.
 * CSS custom property architecture for runtime styling.
 * Translation-ready with author-profile-blocks text domain.

## Meta

 *  Version **1.1.1**
 *  Last updated **3 hari lalu**
 *  Active installations **Kurang dari 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/author-profile-blocks/)
 * Tags
 * [author](https://ms.wordpress.org/plugins/tags/author/)[block](https://ms.wordpress.org/plugins/tags/block/)
   [gutenberg](https://ms.wordpress.org/plugins/tags/gutenberg/)[profile](https://ms.wordpress.org/plugins/tags/profile/)
   [team](https://ms.wordpress.org/plugins/tags/team/)
 *  [Paparan Lanjutan](https://ms.wordpress.org/plugins/author-profile-blocks/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/author-profile-blocks/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/author-profile-blocks/reviews/)

## Penyumbang

 *   [ Al Amin Ahamed ](https://profiles.wordpress.org/mralaminahamed/)

## Support

Isu yang diselesaikan dalam tempoh dua bulan lepas:

     1 daripada 1

 [View support forum](https://wordpress.org/support/plugin/author-profile-blocks/)