• Resolved spitfirespf59

    (@spitfirespf59)


    Hi
    I’m using a shortcode in a page I created called ‘Events’ to output my event listing page. I was happy with the layout it produced from the out set and I only had to make some small css changes. But there is an auto generated page ‘event’ which is styled not how I wanted and would be a big task for me to change. This page could be found in search engines which I don’t want. Is there a way of removing this page please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Yes, this page is a native feature of WordPress. And my plugin supports this, mainly to support the Elementor page plugin.

    In next update I will add a setting to disable this. Meanwhile you can change it in plugin file vsel.

    Look for:

    
    'has_archive' => true,
    

    Change into:

    
    'has_archive' => false,
    

    Guido

    Plugin Author Guido

    (@guido07111975)

    Hi,

    Forgot to tell you, after making this change go to Settings > Permalinks and resave the page. Otherwise “your-domain/event” will still list events.

    Guido

    Thread Starter spitfirespf59

    (@spitfirespf59)

    Thank you!

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

The topic ‘Default Event Listing Page’ is closed to new replies.