Hello, I have my own adult website on wordpress with free themplate, and I have little problem with showing videos. On my "home page" there is 3 lines and 4 columns of videos, but that's just 10 videos on 1 page, and I want more(at least 7 lines and 4 columns) there is my website CLICK any ideas how to solve this problem? Sorry for bad english.
No, it's a responsive theme, and the total amount of videos rearrange to fit the page (on my screen, it shows like 2 rows with 5 videos each). However, if this theme is worth anything, it should be possible to alter the amount of videos shown. If not, you'll have to dig into the core theme-files, and alter the limit on the queries fetching the videos. Currently, I'm guessing the limit is 10 - alter it to 20, 30, 40 or more, depending on how many videos you want.
Then post the code from the page you're showing videos on. I dunno which page you're using as a template, but I'm guessing single.php or something like that.