Hello,
I'm changing CMS Joomla to WordPress and I would like to rebuild the site in the same way as I made it with Joomla CCK Seblod hidden link.
What I need to do:
Previously, I made (with Joomla and Seblod) casting videos (POST TYPE) and the lists (VIEWS) of these videos. Here is the example of the video (from the video list page - VIEW): hidden link
Here is the Front-End Content Form: hidden link
In fact, the video files (.mp4) and images (.jpg) were uploaded separately on FTP, both with the same names. And here is the template's code which made the pages/lists working:
Hello Shane,
thanks for your answer, OK, I will go for it.
One question – do you think that I can try to make it with the new (beta) release of Views and then creating the Content Template by using block editor (Toolset Blocks) and its components? I just don't know how to implement my custom code into the template made in the Block editor.
"Do you think that I can try to make it with the new (beta) release of Views and then creating the Content Template by using block editor (Toolset Blocks) and its components? "
I wouldn't recommend the use of a Beta for production sites but if this site is just for initial testing the yes you can go ahead and use it.
"I just don't know how to implement my custom code into the template made in the Block editor."
From what I see in your code its pretty much using PHP to display the custom fields. In the views content template you can easily display the custom fields from wordpress.
Take a look at this video tutorial below. hidden link