How to edit post template

Posted in: Newsmag
Post count: 8

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!

Post count: 7909

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!

Post count: 8

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!

Post count: 7909

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!

Post count: 8

Thanks so much!
I got it.
And once, I want to remove lightbox for featured image. Where can I set?
Regards,

Post count: 7909

Hi,

Please deactivate lightbox for featured image from Theme Panel: http://screencast.com/t/is0WsWnQiAl

Thanks!

Post count: 8

Thanks for your quick response!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.