Hello! I need your help with setting up the template.
1) How can I disable the top menu? (screenshot: https://screenshots.firefoxusercontent.com/images/2c6996bc-f8da-4d16-97c5-0cd676e16070.png)
2) How it is convenient to insert my blocks under the article (an example of what I need: https://screenshots.firefoxusercontent.com/images/40752ed3-0d82-4933-b385-e68967f25d2d.png)
Thanks for the great template!
-
This topic was modified 8 years by
Hannes.
3) How to disable the display of “name” and “author” on the main page? (screenshot: https://screenshots.firefoxusercontent.com/images/a63eac0c-a46c-44c6-93a2-0392a15feb9f.png)
Thank you!
Hello Hannes,
1)Please check the following image for a better understanding -> https://www.screencast.com/t/hOxArbfxUP If you want to disable one of this, please check here -> https://www.screencast.com/t/h7g9p14k7Qi
2)If you want to have some blocks under the articles from post pages you should enable the Related Articles from Post Settings from here -> https://www.screencast.com/t/2gbYYowW
3)If you want to hide the author name for your posts you should use a bit of CSS code to do this. Please check the code ->
.td-post-author-name{
display:none;
}
Thanks.
Catalin, thank you!
“2)If you want to have some blocks under the articles from post pages you should enable the Related Articles from Post Settings from here -> https://www.screencast.com/t/2gbYYowW”
I want to insert my code / widget under the article. You can insert your blocks in widgets (screenshot: https://screenshots.firefoxusercontent.com/images/c6224eec-ba4f-4935-84e1-1f0f8179d321.png). Can I insert such a widget under the article (here: https://screenshots.firefoxusercontent.com/images/0cd7d626-c42b-409e-8a9d-fb0bc847677b.png).
Hello Hannes,
If you want to add your code to the post template article you should edit the theme core files and add there your own code. For example, if you are using the post template style 1, you should edit the loop-single-1.php and place here the code you want -> https://www.screencast.com/t/MzVadn4t As a hint, you should try using the do_shoertcode method because this way allows you to add an element to the theme if you will use the element’s shortcode. You can check here -> https://forum.tagdiv.com/topic/add-a-most-popular-post-widget/ This topic would be useful for you.
Thanks.