-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
50 lines (34 loc) · 1.67 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== WP Peeps ===
Contributors: Phil Hoyt
Tags: directory, people, staff, team, employees
Tested up to: 6.7
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A WordPress plugin for managing and displaying people profiles.
== Description ==
WP Peeps is a WordPress plugin that helps you create and manage a directory of people on your website. Perfect for displaying staff members, team rosters, or employee directories.
Features:
* Custom post type for managing people profiles
* Configurable phone number formatting
* Custom URL structure for people profiles
* Public/private directory option
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/wp-peeps` directory
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to People → Settings to configure the plugin options
== Frequently Asked Questions ==
= How do I change the URL structure for people profiles? =
Go to People → Settings and update the "Directory Slug" field. After saving, visit the WordPress Permalinks page and click "Save Changes" to update your URLs.
= Can I make the directory private? =
Yes, in People → Settings you can disable the "Make People Directory Public" option to make the directory visible only to logged-in users.
= How do I format phone numbers? =
Go to People → Settings and update the "Phone Number Format" field. Use # symbols where you want digits to appear. For example: (###) ###-####
== Changelog ==
= 0.1.0 =
* Initial release
* People directory custom post type
* Admin settings page
* Phone number formatting
* Required name fields
* Contact information fields