News

Article updates

General / Html Text Replace

This functionality is available for PRO version.

The feature provides a visual interface for arbitrary text replacement on HTML. The substitution is case-sensitive, also spaces in front or at the end are being used as is. The replacements occur only on front-side.

This is intended to be used with long texts for accurate replacements. Short words might produced unexpected results if being found in different part of the code. If small group of chars are needed to be changed (e.g. wp-, elementor, builder) the Html/Css/JS Replacements should be used instead.

General / Html – Robots.txt

Robots.txt file tells search engines how to crawl your website which makes it an incredibly powerful SEO tool.

As default the robots.txt also includes an allow clause to admin URL and run-ajax.php url. Once customized those areas, the new slugs might not want to be show to anyone. Turn this option to Yes removed any reference to new wp-admin and run-ajax.php.

The robot file is available at the following url:
http://-domain-name-/robots.txt

General / Html – Feed

Web feeds allows users and applications to receive regular updates from a site. There are several different kinds of feeds, read by different feed-readers. Some feeds include RSS (“Rich Site Summary” or “Really Simple Syndication”), Atom or RDF files.

By default, WordPress comes with various feeds:

RSS 2.0 format
http://-domain-name-/feed/

RSS 2.0 format
http://-domain-name-/feed/rss2/

RSS 0.92 format
http://-domain-name-/feed/rss/

RDF/RSS 1.0 format
http://-domain-name-/feed/rdf/

Atom format
http://-domain-name-/feed/atom/

This plugin options allows to disable the above feed service.

Rewrite – Search

The /search/ is the default slug used to display the results for the search page.
This feature help to change the default /search/ endpoint to something customized. As default the search url format is:
https://-domain-name-/search/search-word/
By using the option “find” the default url becomes:
https://-domain-name-/find/search-word/

Block default search url

After changing the default author, the old url is still accessible. This provide a way to block it and allows only the new one.

Rewrite – Author

An author URL display all posts associated to a particular author.
This feature help to change the default /author/ endpoint to something customized. The /author/ slug is common to WordPress, is an easy way for a hacker boot to attempt and identify the site as using WordPress.
As default the author url format is:
https://-domain-name-/author/author-name/
By using the option “contributor” the default url becomes:
https://-domain-name-/contributor/author-name/

Block default author url

After changing the default author, the old url is still accessible. This provide a way to block it and allows only the new one.

Rewrite – Comments

This feature helps to control different aspects regarding the comments area of a post/custom post type.

New wp-comments-post.php

As default the form data is being sent and processed at:

https://-domain-name-/wp-comments-post.php

This makes it easy to recognise as WordPress form. Boots always search for such file ( wp-comments-post.php ) and automatically submit spam messages.
Though this option a new file slug can replace the default.

Block wp-comments-post.php

After changing the default wp-comments-post.php, the old url is still accessible, this provide a way to block the old.

PostProcessing – Html/Css/JS Replacements

This functionality is available for PRO version.

The module implements a post-processing engine, which allows arbitrary words to be replaced with custom ones. This works for all site data such as HTML, CSS, and JavaScript assets. The visual interface is self-explanatory and consists of a Replaced Word and a Replacement Word. This is easy to understand for non-technical persons and does not require any code modifications or debug knowledge.

This is a great way to white-label any plugins or active code on a site, by replacing the specific words (classes, tags, JavaScript variables etc), examples can be found at How to white label Elementor also Hide your Avada Theme, Avada Builder and Fusion core this makes the plugins totally unrecognizable for anonymous users.

For Cascading Style Sheet and JavaScript assets, the processed data is cached into static files and used on the next calls to speed up the site loading. This also increases the overall PageSpeed and YSlow Score which goes to better positioning on search engine rank.

This module also works great with any cache plugins to provide a robust page loading speed.

For the Replacement words, it is recommended random words to avoid conflicts with existing data. Also, avoid using minus sign ( subtraction ) within the replacement, to avoid JavaScript errors for the variables. You can use dashed instead.

Scroll to top