CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
Hi, I have WordPress Theme and I would like to move from WordPress to Cinema Press.. Can I Import WordPress theme to Cinema Press?

Thanks.
 

admin

Администратор
Команда форума
Регистрация
30.09.2022
Сообщения
464
Реакции
84
Привет, у меня есть тема WordPress, и я хотел бы перейти с WordPress на Cinema Press. Могу ли я импортировать тему WordPress в Cinema Press?

Спасибо.
U can use the command cinemapress cinematheme on an already installed site.
If you have any problems, write to help.


 

CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
U can use the command cinemapress cinematheme on an already installed site.
If you have any problems, write to help.


Hi, Thanks So much I almost finishing customizing it.. But I have a question, I have my Own Iframe API Player which it like this domain.com/movie/tmdbid How can I put it in Automatic Player?

My API is the same Exactly like 2embedAPI: https://www.2embed.to/embed/tmdb/movie?id=937278

How Can I put API Like that to Player section?

Also If it possible to define Quality Automatic for that API, Let me know. Thanks

Also What is the Variable for "movie runtime" I tried this
Код:
<%- movie.runtime %>
but it seems like it not the one.
 

CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
Another thing how to limit to show only certain number of Episodes in Homepage? I don't want a button for show more.
 

CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9

admin

Администратор
Команда форума
Регистрация
30.09.2022
Сообщения
464
Реакции
84
U can use <iframe src="https://www.2embed.to/embed/tmdb/movie?id=<%- movie.custom.tmdb_id %>" title="<%- movie.title %>"></iframe>
or
<iframe src="https://www.2embed.to/embed/tmdb/movie?id=tt<%- movie.custom.tmdb_id %>" title="<%- movie.title %>">
in your movie.ejs
 
Верх