I have 2 questions hope you help.
1.
http://demo.tagdiv.com/newsmag_video/td-post-trimmed-the-beard-down-for-a-job-interview-tomorrow-and-can-no-longer-stroke-it-while-pondering-problems-like-an-old-kung-fu-master/
Split featured video to the left and the right is block like for related news or something else;
2. How to display unique article when viewing post.
Please help me.
Thanks in advance!
Hi,
1. I’m not sure I understand, but if you don’t want full width for your featured video please use another post template to display: http://screencast.com/t/5wfmWqhup
Result: http://screencast.com/t/JsS28ZRdVwWv
2. If you want to enable unique articles on your page please follow this guide: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
When you have the unique articles feature enabled you will get posts just once on your page.
Please provide more details if this doesn’t solve your issues.
Thanks!
Thank you. I see that.
Please take a look at http://haythe.tv/co-gai-facebook-khanh-dandy-ft-suki.html
For example. When this post are being shown. It should not be displayed in other blocks like related articles, sidebar, etc. How to do that. I want to show unique article like home page.
Hope your help.
Tks!
Hi,
Please add this code to exclude current post from blocks widgets: http://screencast.com/t/QKs8p0aKk3kI
global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please deactivate lightbox for featured image from Theme Panel: http://screencast.com/t/is0WsWnQiAl
Thanks!
