Post Format with special single.php

Posted in: Newspaper
Post count: 36

How can i make other single.php

Post format : Gallery

Single.php : single-gallery.php

Post count: 36

i made this,

single.php (copy) —> single-gallery.php
loop-single.php (copy) —-> loop-single-gallery.php

Now i have special single.php for gallery format.

But i cant blocked ads in loop-single-gallery.php

Post count: 7909

Hi,

1. You can try to hide them via css:

.single-gallery .td-a-rec-id-content_top{
display: none;
}
.single-gallery .td-a-rec-id-content_inline{
display: none;
}
.single-gallery .td-a-rec-id-content_bottom{
display: none;
}

Please try this css in Theme Panel > Custom Css: http://screencast.com/t/DAyW1St9R

2. An alternative will be to duplicate the content’s function from td_module_blog.php and rename it also remove the ads from that new function: http://screencast.com/t/i5zov8gB After this just call the new function in your template: http://screencast.com/t/MtYutvtC1PA

Hope this helps!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.