From 9dde17edc54c5460082cedcaa059fb4b3d2f8fc1 Mon Sep 17 00:00:00 2001 From: "Nicholas A. Ferrell" Date: Wed, 6 Sep 2023 17:12:56 +0000 Subject: [PATCH] Update README.md Add Readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eea7843..0771dd3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# enable-pingbacks-in-wordpress-pages +# Enable Pingback and Trackback Support in WordPress Pages -A PHP snippet WordPress plugin to enable pingback and trackback support for WordPress pages. \ No newline at end of file +This plugin contains a PHP snippet which adds pingback and trackback support to WordPress pages. Pages do not support pingbacks and trackbacks by default. Note that this snippet can also be added to your theme's functions.php (in that case you should be using a child theme). If you are interested in adding pingback/trackback support to other post types, see my comment in the plugin's code. One potential use for this plugin is to add Webmention support to additional post types if you are using a plugin which adds Webmentions to WordPress. Please see the following two plugins if you are interested in adding Webmention support to your WordPress site: + +* https://github.com/pfefferle/wordpress-webmention +* https://github.com/janboddez/indieblocks \ No newline at end of file