diff --git a/add-ons/posts-pages/url-extractor-extension.mdx b/add-ons/posts-pages/url-extractor-extension.mdx
index dad9d67..53ace33 100644
--- a/add-ons/posts-pages/url-extractor-extension.mdx
+++ b/add-ons/posts-pages/url-extractor-extension.mdx
@@ -14,7 +14,7 @@ addonType: extension
- Extracting URLs using custom tokens
- Configuring output format and separators
- Saving and loading extraction templates
-- Exporting results in CSV, TXT, or JSON format
+- Exporting results in CSV or TXT format
---
@@ -22,11 +22,11 @@ addonType: extension
id="addon-data"
style={{display: 'none'}}
data-title="URL Extractor"
- data-purchase-url="https://mainwp.com/extension/url-extractor/"
+ data-purchase-url="https://mainwp.com/add-on/url-extractor/"
data-pricing-tier="pro"
data-bundle="MainWP Pro"
data-addon-type="extension"
- data-version="5.0"
+ data-version="5.0.1"
data-developer="MainWP"
data-changelog-url="https://mainwp.com/changelog/mainwp-url-extractor-extension/"
data-owned-by="Jestart LLC"
@@ -60,7 +60,7 @@ You can easily customize your output. Combining the provided tokens and custom c

-
+
In the **Output format** field, either type in the Available Tokens or click on the green bubbles of respective tokens to insert them automatically **NOTE:** You can also combine plain text with the token names. For example: `This is the Post URL [post.url], and this is the Post Title [post.title]`
@@ -76,9 +76,9 @@ In the Sidebar
4. Optionally filter the results by a Keyword
5. Select the desired Date Range
-
+
-
+
@@ -92,7 +92,7 @@ The values in the Output format and Separator fields can be saved as templates f

-
+
@@ -108,7 +108,7 @@ The values in the Output format and Separator fields can be saved as templates f

-
+
@@ -120,7 +120,7 @@ The values in the Output format and Separator fields can be saved as templates f
### Deleting a template
-
+
@@ -131,7 +131,7 @@ The values in the Output format and Separator fields can be saved as templates f
## Increase the maximum number of Posts returned from a Child site
-URL Extractor extensions returns a maximum of 50 posts from a single child site. This number can be customized with a filter. As an example, this code snippet will increase the maximum number of posts to 500.
+The URL Extractor extension returns a maximum of 50 posts from a single child site. This number can be customized with a filter. As an example, this code snippet will increase the maximum number of posts to 500.
```php
add_filter( 'mainwp_url_extractor_max_posts_number', 'max_url_extractor_posts' );
@@ -159,6 +159,6 @@ Add the code snippet to the PHP tab in the Custom Dashboard extension  - Browse all content tools
+- [Administrative Add-ons](/add-ons/administrative) - Browse administrative tools
- [Post Plus Extension](/add-ons/posts-pages/post-plus-extension) - Advanced post creation
- [Manage Posts](/sites/content/manage-posts) - Post management guide
diff --git a/docs.json b/docs.json
index 4e14cbb..7eda35d 100644
--- a/docs.json
+++ b/docs.json
@@ -553,6 +553,7 @@
"pages": [
"add-ons/administrative",
"add-ons/administrative/comments-extension",
+ "add-ons/posts-pages/url-extractor-extension",
"add-ons/administrative/woocommerce-shortcuts-extension",
"add-ons/administrative/woocommerce-status-extension",
"add-ons/posts-pages/seopress-extension",
@@ -683,7 +684,6 @@
"add-ons/posts-pages/article-uploader-extension",
"add-ons/posts-pages/post-dripper-extension",
"add-ons/posts-pages/custom-post-types-extension",
- "add-ons/posts-pages/url-extractor-extension",
"add-ons/posts-pages/yoast-seo-extension",
"add-ons/posts-pages/seopress-extension",
"add-ons/posts-pages/termageddon-for-mainwp-extension",