• Plugin Author codingpuss

    (@codingpuss)


    There are few parameters you need to know when using this plugin.

    Here is the shortcode
    [onlyplugin_rdr url=your_desired_url text_msg=text_appears_on_redirecting_page text_color=color_of_text_hex_code bg_color=redirect_page_color_hex_code delay=delay_in_miliseconds]

    1. url: the URL you want to redirect to
    2. text_msg: this is the message you want to show to the visitor while the page is redirecting (this feature is useful when the visitor have slow connection, he/she will see a blank page with text rather than the actual page)
    3. text_color: color of the text message, in hex code. To get the color in hex code, please go to colorpicker.com, don’t forget to add a hashtag before the code that page gives you
    4. bg_color: color of the redirect page.
    5. dealy: if you want to delay for a specific time, enter a value here in milisecond.

    Example:

    For example, I want to redirect my post to https://www.ads-software.com/, the page has black background and white text color and the message is “redirecting…” and the delay time is 1 second. The shortcode will be like this:

    [onlyplugin_rdr url=”https://www.ads-software.com/” text_msg=”redirecting…” text_color=”#fff” bg_color=”#000″ delay=1000]

    https://www.ads-software.com/extend/plugins/wp-smart-redirector/

  • The topic ‘How to use the plugin’ is closed to new replies.