Skip to content

Commit f2b6a98

Browse files
authored
Create README.md
1 parent 2106d51 commit f2b6a98

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Artvelog Custom Redirect Page for Wordpress
2+
3+
I developed this plugin because I wanted to create a "redirect page" between a link and the site that will be redirected in Wordpress, and I couldn't find enough resources on this topic.
4+
## Plugin Features
5+
6+
- Choose a page you have created with WordPress as a redirection page. (Supported plugins for page builders: Gutenberg, Elementor, SiteOrigin, Beaver Builder, (WPBakery - Visual Composer), additionally Ultimate Addons for Gutenberg).
7+
- Specify a custom URL slug for your redirection page.
8+
- You can select the HTML tag where the link is located. Whether the link is internal or external is automatically determined, and internal links to the redirection page are blocked.
9+
- You can specify how long to wait on the redirection page.
10+
- (X) You can add your custom HTML and PHP template code for the redirection page. (This feature is currently disabled due to security reasons. It may be enabled in future versions.)
11+
12+
I am not responsible for any problems that may arise from using the plugin! You can use and edit it as you wish.
13+
14+
[My Website](https://emreertan.com) ~ [Artvelog Creative - WordPress support services](https://creative.artvelog.com)
15+
## Licence
16+
17+
[MIT](https://choosealicense.com/licenses/mit/)
18+
19+
I'm new to Github, I would appreciate if you could inform me of any inappropriate use :)
20+
## Feedback
21+
22+
If you have any feedback, please contact us at creative@artvelog.com.
23+
24+
25+
## The resources I benefited from
26+
27+
- [@htmlburger](https://github.com/htmlburger/carbon-fields) I used Carbon Fields for the plugin options. Thank you.
28+
29+

0 commit comments

Comments
 (0)