Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter robg69

    (@robg69)

    I’d rather not have to use any more plugins.

    For myself, all I need is:

    password used, date/time used

    Thank you
    Rob

    Having just installed the plugin and run into the same issue with VC (I use Impreza theme which includes Visual Composer), there is a solution that is easy and worth a try:

    If you have an Excerpt for your page, the plugin will use that for the OG: Description field.

    Excerpts are not available for WP pages by default so you’ll need to force them on by adding this to your theme’s function.php file:

    add_post_type_support( ‘page’, ‘excerpt’ );

    The same thing will happen on posts too.

    You’ll need to make sure you have ‘Excerpts’ turned on in your WordPress dashboard Screen Options for pages.

    Works for me.

    Having just installed the plugin and run into the same issue with VC, there is a solution that is easy and worth a try:

    If you have an Excerpt for your page, the plugin will use that for the OG: Description field.

    Excerpts are not available for WP pages by default so you’ll need to force them on by adding this to your theme’s function.php file:

    add_post_type_support( ‘page’, ‘excerpt’ );

    You’ll need to make sure you have ‘Excerpts’ turned on in your WordPress dashboard Screen Options for pages.

    Works for me.

Viewing 3 replies - 1 through 3 (of 3 total)