-
Hello!
Please tell me how to remove the right side column for widgets and the two sides between the content of the post and footer? http://test.rakoleso.ru/semka-prezentacionnogo-filma/Hello radek955,
this requires a bit of coding. Normally this is a customization that doesn’t fit in theme support but I’ll do my best to guide you to the solution. You’ll have to put a bit of effort in following the steps below:This theme has 3 templates for posts: default, video and tutorial.
The template used in your link is called template-video.php
In order to remove the sidebar, you have to:
– change l8 to l12 at line 43
https://imgur.com/a/PynA866– delete from line 115 to 119
<div class="qt-sidebar col s12 m12 l3"> <?php get_template_part( 'phpincludes/sidebar'); ?> </div>
Of course, this works only for the Video post format template, if you need to change tutorial or default.
If you wanna get rid of the upcoming post and related posts section, on the same file, you can delete from line 124 to 143
For data and author name, find part-header-caption.php located inside phpincludes folder and delete from line 30 to 32.
Hope this can help you.
Have a good day,Andrea
Thanks, it turned out. In which file can I edit the series? I would like to remove the block “Related”
http://test.rakoleso.ru/series/3d-animacija/You should edit single-vlogger_serie.php from line 208 to 210. 😉
Glad to hear it!
I’ll go ahead and close this ticket for you, if there’s anything else that we can assist you with, please feel free to create a new topic.Thanks and have a nice day 🙂
The topic ‘how to set up a post view?’ is closed to new replies.