MovieWP - Movie WordPress Theme By fr0zen

MovieWP - Movie WordPress Theme By fr0zen v3.8.7

No permission to download

vrxangel

Member
Nov 28, 2020
54
13
8
Screenshot(1).pngScreenshot(2).pngScreenshot(3).png

use theme 3.8.7...
when click on Collection sidebar = page not found
when click on Networks sidebar = page not found

how to fix these...? theres no collection field.
 

Fremder

Member
Jul 5, 2022
35
10
8
Screenshot(1).pngScreenshot(2).pngScreenshot(3).png

use theme 3.8.7...
when click on Collection sidebar = page not found
when click on Networks sidebar = page not found

how to fix these...? theres no collection field.
Open /plugin/moviewp-core.php line 111

Code:
register_taxonomy('quality', 'post', array(
'hierarchical' => false,  'label' => 'Quality',
'query_var' => true, 'rewrite' => true));

after that add

Code:
register_taxonomy('collection', 'post', array(
'hierarchical' => false,  'label' => 'Collections',
'query_var' => true, 'rewrite' => true));
 

vrxangel

Member
Nov 28, 2020
54
13
8
Open /plugin/moviewp-core.php line 111

Code:
register_taxonomy('quality', 'post', array(
'hierarchical' => false,  'label' => 'Quality',
'query_var' => true, 'rewrite' => true));

after that add

Code:
register_taxonomy('collection', 'post', array(
'hierarchical' => false,  'label' => 'Collections',
'query_var' => true, 'rewrite' => true));
ty for replying.. it work to show field only.. already fill this field but..when click on Collection sidebar = page not found
 

Fremder

Member
Jul 5, 2022
35
10
8
Movies only that have a collection eg.
Avatar, Harry Potter, Terminator, Spider-man etc
 

Ajay_Kumar

New member
Oct 11, 2019
10
0
1
You can add movies to collections collections1.pngcollections2.png
Thanks
Open /plugin/moviewp-core.php line 111

Code:
register_taxonomy('quality', 'post', array(
'hierarchical' => false,  'label' => 'Quality',
'query_var' => true, 'rewrite' => true));

after that add

Code:
register_taxonomy('collection', 'post', array(
'hierarchical' => false,  'label' => 'Collections',
'query_var' => true, 'rewrite' => true));
Thank you too both of you helped me!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu