Title: Puike Links Hub
Author: Puike Pixels
Published: <strong>10 سپتامبر 2026</strong>
Last modified: 11 سپتامبر 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/puike-links-hub/assets/banner-772x250.png?rev=3691283)

![](https://ps.w.org/puike-links-hub/assets/icon.svg?rev=3691283)

# Puike Links Hub

 توسط [Puike Pixels](https://profiles.wordpress.org/puikepixels/)

[دانلود](https://downloads.wordpress.org/plugin/puike-links-hub.1.0.3.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/puike-links-hub/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/puike-links-hub/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/puike-links-hub/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/puike-links-hub/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/puike-links-hub/)

## توضیحات

Puike Links Hub gives you a “link in bio” style landing page hosted entirely on 
your own WordPress site — no external services, no heavy dependencies.

#### Features

 * Own link page at `/links/{slug}`, independent of your active theme
 * Avatar (featured image), bio and color theme (light/dark/custom with your own
   accent color)
 * Optional background image via the media library, with an automatically readable
   card on top
 * Drag-and-drop links builder in the WP admin, no page builder needed
 * Built-in icon set (social + general) to pick per link via a dropdown with live
   preview
 * Links and social icons, each optionally schedulable (start/end date) — ideal 
   for temporary campaigns
 * Click tracking per link, with an overview per link in the admin
 * Works without JavaScript on the public page (redirect-based tracking)

#### Data stored

The plugin registers a custom post type (`pp_link_page`) for your link pages and
a dedicated database table for click analytics. No data is sent to external services.

### Overriding templates

Every part of the public link page can be overridden from your own theme, so your
customizations survive plugin updates.

#### How it works

The plugin looks for matching files in your active theme first (child theme, then
parent theme) inside a `puikepixels-links-hub/` subfolder, and only falls back to
its own bundled templates when no override is found.

To override a template, copy the file from the plugin’s `templates/` directory into
your theme, keeping the same relative path:

    ```
    wp-content/themes/your-theme/puikepixels-links-hub/single-pp_link_page.php
    ```

#### Overridable files

 * `single-pp_link_page.php` — the full link page template
 * `parts/avatar.php` — the avatar/profile image
 * `parts/bio.php` — the bio text block
 * `parts/links-list.php` — the list of links
 * `parts/social-links.php` — the row of social icons

#### Changing the override subfolder

If `puikepixels-links-hub/` conflicts with something else in your theme, change 
it with the `pp_links_hub_template_path` filter, for example in your theme’s `functions.
php`:

    ```
    add_filter( 'pp_links_hub_template_path', function () {
        return 'my-custom-folder/';
    } );
    ```

## نصب

 1. Upload the plugin files to `/wp-content/plugins/puikepixels-links-hub`, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Go to **Settings  Permalinks** and click “Save Changes” to refresh the rewrite 
    rules (this happens automatically on activation, but a manual save doesn’t hurt
    if `/links/...` gives a 404).
 4. Go to **Links Hub  New links page** to create your first page.

## سوالات متداول

### Does this plugin require a page builder or block editor setup?

No. Links are managed through a dedicated drag-and-drop metabox in the WP admin —
no blocks or shortcodes needed.

### Can I customize the look of the public page?

Yes. Use the built-in theme presets (light/dark/custom accent color), or override
the templates from your own theme. See the “Overriding templates” section in the
plugin’s documentation for details.

### Does the plugin send any data to external services?

No. All data, including click analytics, stays in your own WordPress database.

### What happens to my data if I uninstall the plugin?

When the plugin is deleted through the WordPress admin, the custom database table
used for click analytics is removed and all link pages are permanently deleted. 
Deactivating the plugin (without deleting it) keeps everything intact.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Puike Links Hub” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Puike Pixels ](https://profiles.wordpress.org/puikepixels/)

[ترجمه “Puike Links Hub” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/puike-links-hub)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/puike-links-hub/)، 
[مخزن SVN](https://plugins.svn.wordpress.org/puike-links-hub/) را بررسی کنید، یا
از طریق [RSS](https://plugins.trac.wordpress.org/log/puike-links-hub/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/puike-links-hub/) مشترک 
شوید.

## گزارش تغییرات

#### 1.0.3

 * Added an “Overriding templates” documentation section.
 * Added Dutch (nl_NL) and English (en_US) translation files.

#### 1.0.2

 * Fixed misplaced/mismatched PHPCS ignore comments so they suppress the correct
   line, and cleaned up remaining variable-prefix and SQL-escaping warnings.

#### 1.0.1

 * Fixed WordPress Plugin Check / PHPCS findings: literal text domains, escaped/
   sanitized output and input, renamed an internal function that collided with a
   deprecated core function name, and completed the readme.md header block.

#### 1.0.0

 * Initial release: public link page, drag-and-drop builder, theming, scheduling
   and click analytics.

## اطلاعات

 *  نگارش **1.0.3**
 *  آخرین به‌روزرسانی **1 هفته پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.4 یا بالاتر **
 *  آزمایش‌شده تا **7.1.1**
 *  نگارش PHP ** 8.3 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/puike-links-hub/)
 * برچسب
 * [bio link](https://fa.wordpress.org/plugins/tags/bio-link/)[click tracking](https://fa.wordpress.org/plugins/tags/click-tracking/)
   [link in bio](https://fa.wordpress.org/plugins/tags/link-in-bio/)[links page](https://fa.wordpress.org/plugins/tags/links-page/)
   [social links](https://fa.wordpress.org/plugins/tags/social-links/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/puike-links-hub/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/puike-links-hub/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/puike-links-hub/reviews/)

## مشارکت کنندگان

 *   [ Puike Pixels ](https://profiles.wordpress.org/puikepixels/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/puike-links-hub/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://puikepixels.com)