Title: Genealogy
Author: SuitePlugins
Published: <strong>2011-03-29</strong>
Last modified: 2026-06-07

---

Szukaj wtyczek

![](https://s.w.org/plugins/geopattern-icon/genealogy.svg)

# Genealogy

 Autor: [SuitePlugins](https://profiles.wordpress.org/suiteplugins/)

[Pobierz](https://downloads.wordpress.org/plugin/genealogy.1.2.3.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/genealogy/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/genealogy/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/genealogy/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/genealogy/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/genealogy/)

## Opis

This plugin has been adapted by [SuitePlugins](https://profiles.wordpress.org/suiteplugins)
and is currently in BETA as we work to resolve open issues and improve this amazing
plugin.

### The Genealogy plugin for WordPress allows you to map your entire family’s relationships.

Use the plugin to create a Member for each person in your family. Assign Members
parents from the people you have added.

#### Add information for each Member, including:

 * Photographs
 * Date and location of birth
 * Parents
 * Spouses
 * Date, location, and reason of death
 * Up to 20 wives, husbands, professions, schools, religions & middle names

#### The plugin has support for:

 * Featured images – Upload photos to the family member and set them as Featured
   Image to have their picture added to the family member information table
 * Multiple wives and husbands, including wedding time span
 * Multiple professions, schools, religions, locations, and life events
 * Calendar-based date picker to make it easy to select a date (as far back as 1411!)

### Easy to use!

**To add a list of family members** to a post or page: add `[genealogy]` to the 
content

**To add a single family member**, add `[genealogy id=#]` where `id` is the post
ID of the Family Member (such as `231`). You can also use `[genealogy slug="john-
smith"]` where the URL of the family member is `.../family/john-smith/`

## Zrzuty ekranu

[⌊The screen for adding family members⌉⌊The screen for adding family members⌉[

The screen for adding family members

[⌊The Genealogy plugin settings page⌉⌊The Genealogy plugin settings page⌉[

The Genealogy plugin settings page

## Instalacja

 1. Upload this plugin to your blog and Activate it
 2. You will see a Family link in your administration sidebar. Click it.
 3. Add new family members as you would a Post.
 4. Under „Member Data” you will enter the information for the person you are adding.
    As you add additional people, you can select parents and spouses from dropdown 
    menus.

## Najczęściej zadawane pytania

### How do I insert family members into a post or page?

To add a list of family members to a post or page: add `[genealogy]` to the content

To add a single family member, add `[genealogy id=#]` where `id` is the post ID 
of the Family Member (such as `231`). You can also use `[genealogy slug="john-smith"]`
where the URL of the family member is `.../family/john-smith/`

### What’s the license?

This plugin is released under a GPL license.

### Does this plugin support GEDCOM?

The plugin does not currently support importing or exporting GEDCOM. Future versions
should feature GEDCOM export.

### Where are the options for the plugin?

 * Whether to show thumbnails for family member relationships (siblings, children,
   etc)
 * Choose to show a record’s „last modified” date to everyone, admins, or no one(
   default)
 * Birth date options: show the birth date of all family members (default), deceased
   people only, or no birth dates
 * Give credit to the plugin with a link below a family member’s details

## Recenzje

![](https://secure.gravatar.com/avatar/fb4d65b91b555a9c0d560b64bbcef2526eecdcea12a87bab4eb7dcf05e6278e1?
s=60&d=retro&r=g)

### 󠀁[Works Like a Charm!](https://wordpress.org/support/topic/works-like-a-charm-781/)󠁿

 [Ben Kemp](https://profiles.wordpress.org/wrc-co/) 2016-10-19 2 odpowiedzi

Installed in on Sunday, build a new site at http://kemp.directory and began populating
it with family members and adding their details. The plugin works flawlessly in 
the responsive design them I am using, and I am VERY impressed so far. GEDCOM support
would be great as another family member has a standalone Family Tree program that
can output GEDCOM files. That would save weeks of typing… The other item on my "
wish list" is a "Tree" graphic – currently the only over-view seems to consist of
an HTML "sitemap" that lists all Members… A graphical view of that would be awesome…
Kind regards Ben

 [ Przeczytaj 3 recenzje ](https://wordpress.org/support/plugin/genealogy/reviews/)

## Kontrybutorzy i deweloperzy

„Genealogy” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

 *   [ SuitePlugins ](https://profiles.wordpress.org/suiteplugins/)

[Przetłumacz wtyczkę “Genealogy” na swój język.](https://translate.wordpress.org/projects/wp-plugins/genealogy)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/genealogy/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/genealogy/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/genealogy/)
przez [RSS](https://plugins.trac.wordpress.org/log/genealogy/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.2.3

 * Security: Added ABSPATH guard.
 * Security: Fixed nonce verification and capability checks on family member save.
 * Security: Sanitized settings, admin input, and escaped admin output.
 * Tested with WordPress 7.0.
 * Requires PHP 7.4.

#### 1.2.2

 * Fixed JS error and WP Editor not working / JS Error preventing featured images
   being set
 * Updated readme.txt
 * Fixed 404 on single family member details

#### 1.2.1

 * Added check for the `get_the_post_thumbnail()` function support to fix [this reported bug](https://wordpress.org/support/topic/fatal-error-genealogy-plugin)

#### 1.2

 * Added `genealogy_thumbnail_size` filter for image thumbs
 * Fixed fatal errors on Family Member pages
 * Hid empty Father and Mother fields when no family members yet exist
 * Fixed issue when clicking the + button to clone fields wasn’t working
 * Added contact detail options – Phone, Email, Address
 * Improved instructions in ReadMe

#### 1.1

 * Added settings page
 * Fixes lots of warnings that appear when in WP_DEBUG mode.
    - Notice: Undefined index: family_member_data_noncename on line 177
    - Notice: Undefined index: screen on line 178
    - Notice: Trying to get property of non-object on line 146
    - Undefined variable notices
    - Not an object notices

#### 1.0

 * Launched plugin

## Meta

 *  Wersja **1.2.3**
 *  Ostatnia aktualizacja **4 miesiące temu**
 *  Włączone instalacje **40+**
 *  Wersja WordPressa ** 3.1 lub nowszej **
 *  Testowano do **7.0.6**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/genealogy/)
 * Tagi
 * [family](https://pl.wordpress.org/plugins/tags/family/)[family history](https://pl.wordpress.org/plugins/tags/family-history/)
   [family tree](https://pl.wordpress.org/plugins/tags/family-tree/)[genealogy](https://pl.wordpress.org/plugins/tags/genealogy/)
   [pedigree](https://pl.wordpress.org/plugins/tags/pedigree/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/genealogy/advanced/)

## Oceny

 2.3 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/genealogy/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/genealogy/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/genealogy/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/genealogy/reviews/?filter=2)
 *  [  2 recenzje 1-gwiazdkowe     ](https://wordpress.org/support/plugin/genealogy/reviews/?filter=1)

[Twoja opinia](https://wordpress.org/support/plugin/genealogy/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/genealogy/reviews/)

## Zaangażowani

 *   [ SuitePlugins ](https://profiles.wordpress.org/suiteplugins/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/genealogy/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://suiteplugins.com/donate/)