WP Video Subscriptions
  • General
  • Products
    • VS Netflix Theme
    • WP Video Memberships
  • FAQ
  • Developers
  • Submit A Ticket
  • General
  • Products
    • VS Netflix Theme
    • WP Video Memberships
  • FAQ
  • Developers
  • Submit A Ticket
Developers / Customizing WP Videos Archive Templates

Customizing WP Videos Archive Templates

The following article is for customizing the WP Videos plugin video archive template. This will only work if you are NOT using a WPVS Theme.

Overriding the WP Videos Archive Template File

Find the rvs-video-template.php file within the video-sync-for-vimeo plugins folder:

Plugin File location

  • /wp-content/plugins/video-sync-for-vimeo/template/rvs-video-template.php
  • Copy this file into a new folder /wp-videos/ within your themes directory:

Theme File Location

  • /wp-content/themes/{your-theme}/wp-videos/rvs-video-template.php
  • You can now customize the rvs-video-template.php file within your theme directory.

Disabling WP Videos Archive CSS

If you need to disable the default WP Videos archive CSS file:

Go to WP Videos -> Video Settings and uncheck the Load WP Videos Archive Template CSS setting.

If You Are Using WP Video Memberships

If you are using the WP Video Memberships plugin, make sure to include the following within your custom rvs-video-template.php file above the video listings:

<?php
if( function_exists('wpvs_is_current_term_purchase') ) {
    echo wpvs_is_current_term_purchase();
}
?>
VS Netflix Theme
Changelog Creating A Full-Width Menu Creating TV Shows & Series Customizing Your Theme Featured Area Sliders Importing Demo Content Turning On Video Reviews VS Netflix Shortcodes Why aren’t my videos displaying on the home page?
WP Video Memberships
Account Page Setup Adding Fields To Account Forms Changelog Free Memberships Hooks & Filters PayPal Payments Setup Restrict Members From WP Admin Stripe Payments Setup WP Video Memberships Shortcodes
General
Activating Your Website Helpful Links Restricting Vimeo Videos To Your Website Only
FAQ
Can’t Login on WordPress.com site Enabling Registration (Registration is disabled) How can I customize the Create Account form? Why aren’t my payment buttons displaying on the checkout page? Why won’t my Gmail work for sending emails?
Developers
Continue Watching for Custom Players Customizing WP Videos Archive Templates REST API Endpoints Restricting REST API Data
Cookie Notice Setup
Quick Links
  • General
  • VS Netflix Theme
  • WP Video Memberships
  • FAQ
Account
  • Login
Support
  • Submit A Ticket

© WP Video Subscriptions 2025