Tag: plugins

  • Contact Form 7 – Show Page

    Contact Form 7 – Show Page

    Description

    You don’t need this plugin but hey, you might need this to quickly check where the contact forms are used. If you have good memory then you will good without it. But there is chance to forget it right?

    So here below are the scenarios where you will find this plugin helpful:
    1. You have multiple contact forms used in various pages and posts or may be used in widgets. To edit the one you like meaning find it first. This plugin will help you showing the post/page name with a link to view or edit that post or page. For the widget case, it will tell you whether the current form is used in the widget or not.
    2. This is quite useful in this condition. Lets say you are a developer and you’ve come across the site where there are multiple contact forms. You might have to clean it up. This plugin will help you find and know if the contact form is used or not, meaning you are on your own far from the fear of mistakenly deleting the used one forms.

    By default this plugin only supports the search in default post types (post/page). But you can extend the search in custom post types of your own further by using a quick filter hook like below:

    function extend_posttype_support ( $support ) {
    return array( 'book', 'movie' );
    }
    add_filter( 'wpcf7sp_support_posttypes', 'extend_posttype_support' );

    USAGES

    Backend

    1. After installing the plugin, you will find a CF7 Show pages menu under each contact form edit page.
    2. No settings, just view where the form is used. It wil list the name of post, pages in the table with a link to view and edit.
    3. For other custom post types, filter is provided.

    NOTES: The plugin needs Contact Form 7 to be activated.

    Download This Plugin

  • Postadv

    Postadv

    Description

    PostAdv is a plugin that lets you add AdSense script anywhere in the post content. It also has one additional latency option to delay the adv from showing up on published posts for the first n days after they are published.

    Usages

    Backend

    1. After installing the plugin, you will find a Postadv menu under Settngs
    2. The page has basic settings like
    a. textarea for adding script.
    b. Hide In option
    c. enabling/disabling latency
    d. if enabled, num field to add days in number
    3. It also adds a meta box in each post for adding script. This has higher priority than the one in the setting page.

    Frontend

    1. Shortcode: To use in the frontend, you have to add [postadv] shortcode in the editor, your desired location.
    2. Parameters: There are few paramteres that can be used according to your requirement and overrides all the options of settings page
    a. [postadv hidein=”nohide/desktop/mobile”], “nohide” does not hide in any screens, “desktop” hides in desktop and if “mobile” is selected, the adsense will hide in mobile devices.
    b. [postadv latency=”on/off”]
    c. [postadv latency=”on” latency_day=”n”], where n is the integer 1,2,3, ……n
    Note: Use these options only if you want to override the ones from the settings page.

    NOTES

    1. Hide In, there are three options (Do not hide, Hide in Desktop, Hide in Mobile)
    2. Disabling latency means, the AdSense will simply display without any condition where the shortcode is used.
    3. Enabling latency means, the AdSense will dispaly on the defined latency day from the day the post was published.
    4. Enabling or tickmarking the MCU option will disable all shortcode at once. No need to manually go and remove the shortcode used in hundreds of posts.

    SCREENSHOTS