- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
I want to have Sticky Header on Desktop but not on mobile.
Thank you.
hello,
the Header Logo isn’t on a correct place!
It has to the left side content to much “space” as well as the AD Banner to the right side content.

how can i fix this?
This Problem is on Newspaper / Technews – and other Demos.
Hi,
The theme doesn’t have an option to disable header ad on specific posts or pages, you will need to alter the code and create a condition there – http://screencast.com/t/eqzm9zrGx and specify where you wnat to block it using is_single function – https://developer.wordpress.org/reference/functions/is_single/
Thanks!
Hello pgmast,
If you want to add some custom HTML code to our theme you have to do some altering in the core files corresponding with the files where the pages are created. As you can see in our documentation, we have 3 different templates for pages, like this -> http://screencast.com/t/dvYCETSyqE and you have to insert the codes in them, depending on which template is used, like this -> http://screencast.com/t/46UL1UBZM7 And for each header/footer template used by you, it is necessary to do changes in these files -> http://screencast.com/t/ixygT0H0Iz2W -> http://screencast.com/t/RttUYxRFvdAw
Hope this helps!
Thank you for the message!
Many thanks for the quick and professional help
How can I from the header style 1 default the Boxed give property?
http://www.bilder-upload.eu/show.php?file=b8b3a7-1456413105.jpg
Thanks for your support
Hello kirstycollings,
Unfortunately, we do not recommend changing position and size of the logo because you can break the layout. As you can see in our documentation here -> https://forum.tagdiv.com/header-styles/ we have 12 type of header styles and the best way should be to change one of this for a better result because these are set and calibrate by default to a good look. I have checked your website and your logo is loaded correctly and is filled right. I do not understand very well what you want to achieve. Please provide more details about your desired changes with some useful screenshots so I will be able to provide a more accurate response.
Thank you for the message!
Hello,
1) This code works on our end with the default logo:
@media (min-width:1141px){
.td-header-sp-logo img{
left:-95px!important;
}
}
@media (min-width:1018px) and (max-width:1141px){
.td-header-sp-logo img{
left:-28px!important;
}
}
@media (max-width:1018px){
.td-header-sp-logo img{
left:-105px!important;
}
}
You can change these values to your preference.
2)Unfortunately this header was designed to work with adsense. You will need to remove the container for the ad spot from the theme files first if you want to increase the size of the logo: http://screencast.com/t/BUYmlAB9I6v
Then you can use css to adjust it, but the best way to have a larger logo is to use a header style that uses the full logo . In this case the theme will display the full size of your logo.
You can checik header styles here: https://forum.tagdiv.com/header-styles/
Thank you!
Hi, how can I add custom HTML code on all pages and then potentially custom on some individual pages within the footer or header tags within the theme?
Cheers,
Pete
Hi Catalin,
Thanks for the prompt reply.
So if I understand right, you are saying that you include a conspicuous visual element in the header of the theme, that incites you to click on it to perform a search, and it is not only not linked to a search box/page/somenthig similar, but that to link it to a custom search page I have to either have coding knowledge (let me remind you of the “NO CODING REQUIRED” header on your themeforest.net product page) or hire someone who does? I think this is a bit too much…
Let’s say I modified theme. What’s going to happen each time I update? As I understand it, i’ll have to do it all over again?
Please clarify…
C.
how can i do that? i want to disable header ads for one or a few posts not at all.
Hello,
I have 2 questions for the header.
I use the header style 3 (boxed dark menu)
1. How do I get the logo to the left that it is flush with the main navigation?
http://www.bilder-upload.eu/show.php?file=3d17ce-1456391799.jpg
2. How can I change the size of the logo? Google adsense I do not use.
http://www.bilder-upload.eu/show.php?file=f1816e-1456391778.jpg
Thanks for your support
Bernd
Hello batoncete,
If you want to make some custom modifications you have to alter the core file where are created the functionalities of search icon. The file that you will change is header-menu.php, like this http://screencast.com/t/5LPpeC7bkO16
If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Thank you for the message!
Hello thava,
Unfortunately, we do not recommend changing position and size of the logo because you can break the layout. As you can see in our documentation here -> https://forum.tagdiv.com/header-styles/ we have 12 type of header styles and the best way should be to change one of this for a better result because these are set and calibrate by default to a good look. If you want to the position and the size of your logo, you have to adjust these CSS values from this section -> http://screencast.com/t/P07dgRn7t4 For example, below I gave you an example to how you can change the size of your logo. Please try the code and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-1 .td-header-sp-logo img {
max-height: 130px;
}
.td-header-sp-logo img {
width: 250px;
height: 130px;
}
The result you should see here -> http://screencast.com/t/weCuB4E1
For you second request, I suppose that you are referring to News ticker element (Trending Now). If you want to edit the text from this feature you have to use a CSS code.
Example for editing the News ticker element ->
.td_module_trending_now a {
color:red;
font-size:25px;
}
The result -> http://screencast.com/t/ptQV6u8gA
I do not understand very well your third request. Please provide more details about what you want to achieve. Also, please check this topic here -> https://forum.tagdiv.com/topic/fatal-error-in-wp-contentthemesnewspaper/ maybe you find the answer to your question.
Hope this helps!
If is not what you mean or you need more assistance in this regard, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello sid,
This implementation about Chinese characters should work as expected if the steps were correctly followed. Please ensure that you have done this and also please try to clear all cache and test it again.
Sorry that I have failed to respond to your second request…If you want to remove that border you have to use a bit of CSS code for this. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-8 .td-header-top-menu {
border-bottom:0!important;
}
The result you should see here -> http://screencast.com/t/AhMedtEq5ow
Hope this helps and let us know how it goes!
Thank you for the message!
I’m trying to update to 2.3.5. The site is helpuconquer.com.
When activating the child theme, a list of errors appear:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_2 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_3 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_4 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_5 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_6 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_7 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_8 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_9 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_10 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_11 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_12 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_13 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_14 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_15 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_16 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_popular_categories is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_slide is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_ad_box is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_text_with_title is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_authors is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
CLOSE
HOME
MONEY
COLLEGE
SUCCESS
FAMILY
MAKE IT EASIER
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: 8 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
The path of the 8 header style not found. Did you disable a tagDiv plugin?
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
[td_block_slide limit=”4″ td_filter_default_txt=”All” autoplay=”5″ category_id=”21″]
I’m not a web developer but am usually good with web projects. How can this be resolved?
I have this custom CSS in the theme panel.
.wpb_gallery_slides .flex-caption .post-title{ font-size: 23px; line-height: 30px; margin-top: 5px; margin-bottom: 15px; font-weight: 600; } .wpb_gallery .wpb_wrapper .wpb_heading {
font-size: 26px;
}
@media (max-width:767px) { .td-related-title .td-related-left { font-size:14px; } .td-related-title .td-related-right { font-size:14px; } } @media (min-width:767px) and (max-width:1035px){ .td-related-title .td-related-left { font-size:17px; } .td-related-title .td-related-right { font-size:17px; } }
.wpb_widgetised_column .block-title > span, div.td-main-sidebar .block-title > span{
background: #00a2ea;
color: white;
font-size: 26px;
}
.entry li { list-style-position: outside; }
.entry ul { padding-left: 7px; }
.wpcf7 input.wpcf7-text { width: 999px; }
@media (min-width: 768px){ .td-pb-row .td-pb-span4 .td_block_11 .entry-thumb { width: 180px !important; margin-left: auto; margin-right: 9px; } .td-pb-row .td-pb-span4 .td_block_11 .td-module-title { padding-left: 185px !important; } }
.td-footer-container .td-footer-info { margin-bottom: 1px; }
I’ve only made one change to the code and that’s to the social sharing in the td_module_single.php
I’ve deleted then uploaded the new Visual Composer plugin.
I’m super frustrated. How can this be resolved?
Having issues with the following version of 6.6.5 Newspaper:
1. [22-Feb-2016 20:18:02 UTC] PHP Fatal error: Call to undefined function get_header() in /home/paradise/public_html/wp-content/themes/Newspaper/index.php on line 6
referring to the code on line 6 of index
get_header();
2. Structured Data > hentry (markup: microformats.org) Missing Updated.
http://www.screencast.com/t/PsexqVjwG
Is this a Google issue, because when I validate it all looks good?
3. Response Code 500
wp-content/themes/Newspaper/
http://www.screencast.com/t/lFXEK566I
4. H1, H2 proper tags?
How to change header logo position,size. how to edit Breaking news text. How to get index file
please help
Bye
thava
Hi guys and thank you for your answers.
@Chris: I did not mean to merge the plugins CSS and/or JS but rather to make “local” their calls that are made in every site page header. In other terms, I’d like to copy these resources (CSS and JS) locally to my server filesystem and call them from there to avoid the TCP/IP delay overhead. I have already tried commenting the wp_head() and including them straight forward by their local paths but this approach causes malfunctioning to the page load. There is something of “dinamic behaviour” of wp_head() that prevents this approach to work successfully. But what?
@Andrej: I’ve deeply read the Speed Booster approach and I’ve tried it, firstly getting the blocking resources names by means of Google Speed Insights tips. It reports that the above fold blocking resources are:
http://43b.60a.myftpupload.com/…-includes/js/jquery/jquery.js?ver=1.11.3
http://43b.60a.myftpupload.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1
http://43b.60a.myftpupload.com/…e-law-info/js/cookielawinfo.js?ver=1.5.3
http://43b.60a.myftpupload.com/…-includes/js/underscore.min.js?ver=1.6.0
http://43b.60a.myftpupload.com/…wp-includes/js/backbone.min.js?ver=1.1.2
http://43b.60a.myftpupload.com/…udes/js/jquery/ui/core.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…es/js/jquery/ui/widget.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…/js/jquery/ui/position.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…udes/js/jquery/ui/menu.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…jquery/ui/autocomplete.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…-search/js/visualsearch.min.js?ver=4.4.2
http://43b.60a.myftpupload.com/…ultimate-search/js/main-pro.js?ver=4.4.2
http://43b.60a.myftpupload.com/…form-7/includes/css/styles.css?ver=4.3.1
http://43b.60a.myftpupload.com/…kie-law-info/css/cli-style.css?ver=1.5.3
http://43b.60a.myftpupload.com/…ultimate-search/css/square.css?ver=4.4.2
http://fonts.googleapis.com/…n+Sans%3A300%2C400%2C600%2C700&ver=4.4.2
http://fonts.googleapis.com/…%2C700italic%2C400%2C300%2C700&ver=4.4.2
http://fonts.googleapis.com/…%2C300%7COpen+Sans%3A400%2C300&ver=4.4.2
http://43b.60a.myftpupload.com/…assets/css/eventon_styles.css?ver=2.3.17
http://43b.60a.myftpupload.com/…/assets/fonts/font-awesome.css?ver=4.4.2
http://43b.60a.myftpupload.com/…ss-popular-posts/style/wpp.css?ver=3.3.3
http://43b.60a.myftpupload.com/…ekly-view/assets/wv_styles.css?ver=4.4.2
http://43b.60a.myftpupload.com/…assets/css/js_composer.min.css?ver=4.8.1
http://43b.60a.myftpupload.com/…ntent/themes/Newsmag/style.css?ver=2.3.5
http://43b.60a.myftpupload.com/…cific-rss-feed-menu/wp_cat_rss_style.css
But the code snippet at the ends of functions.php says on my theme dashboard that the registered script are:
gd_system_gritter | http://43b.60a.myftpupload.com/wp-content/mu-plugins/gd-system-plugin/js/jquery.gritter.min.js
common | /wp-admin/js/common.min.js
vc_accordion_script | http://43b.60a.myftpupload.com/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.js
admin-bar | /wp-includes/js/admin-bar.min.js
evo_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/js/admin/wp_admin.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
shortcode_generator | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/assets/shortcode_generator.js
backender_colorpicker | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/colorpicker/colorpicker.js
ajde_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/ajde-wp-admin.js
td_wp_admin | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/tooltip.js
akismet.js | http://43b.60a.myftpupload.com/wp-content/plugins/akismet/_inc/akismet.js
as3cf-notice | http://43b.60a.myftpupload.com/wp-content/plugins/amazon-s3-and-cloudfront/assets/js/notice.min.js
registered styles
gd_system_gritter | http://43b.60a.myftpupload.com/wp-content/mu-plugins/gd-system-plugin/css/jquery.gritter.min.css
admin-bar | /wp-includes/css/admin-bar.min.css
evo_font_icons | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/fonts/font-awesome.css
evo_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/css/admin/wp_admin.css
newwp | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/css/admin/wp3.8.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
gd_system_admin_css | http://43b.60a.myftpupload.com/wp-content/mu-plugins/gd-system-plugin/css/admin.min.css
ajde_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/ajde-wp-admin.css
evo_sin_wpadmin | http://43b.60a.myftpupload.com/wp-content/plugins/eventon-single-event/assets/style-wp-admin.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
akismet.css | http://43b.60a.myftpupload.com/wp-content/plugins/akismet/_inc/akismet.css
au_backend_settings | http://43b.60a.myftpupload.com/wp-content/plugins/eventon-action-user/assets/au_styles_settings.css
aws-global-styles | http://43b.60a.myftpupload.com/wp-content/plugins/amazon-web-services/assets/css/global.css
As you can see, no one of the registered CSS and JS listed by functions.php curresponds to those found by Google Speed Insights! So that I don’t have any ID of CSS and/or JS to use to move their loading in the footer by means of td-speed-booster.php hacking.
What is wrong with that or what could be done instead?
Thanks in advance,
Giuseppe
-
This reply was modified 10 years by
gmaio.
Hello,
The header is full width by default. It will become boxed however ehan you use a background image or a background color from the theme panel. In order to use it full width make sure you have no background image and no background color(even white counts): http://screencast.com/t/INoMtpKKxzx
Thank you!
I try few “ads code” for the header but nothing change
I also insert the one of the theme (as example) but is not shown!
the code I need to work anyway is:
**************
<script type=”text/javascript”>
var bannersnack_embed = {“hash”:”bxkib83nb”,”width”:728,”height”:90,”t”:1456224730,”userId”:22698091,”wmode”:”transparent”,”float”:”top”};
</script>
<script type=”text/javascript” src=”//cdn.bannersnack.com/iframe/embed_float.js”></script>
**********
my web site is http://www.eliveroma.tv/
Thank you in advance for any help!!!!
HI,
I am using Header Style 1 with a logo exactly as specified by documentation (Logo Upload: 284 x 90px, Retina Logo Upload: 568 x 180px), but a thin white spacing appears between the logo and the header background (http://www.screencast.com/t/rp4oEmWl0bbb). I tried increasing the height but that didn’t work either.
What can I do?
Hello mystudent,
If you want to remove that gradient, you have to use a bit of CSS. Please try the code below.
Tha code is ->
.td-header-gradient:before {
display:none;
}
Thank you for the message!
Hi,
You can use this css to do it:
.td-header-style-1 .td-header-menu-wrap-full{
height: 30px!important;
}
.td-header-style-1 #td-header-menu{
min-height:30px!important;
}
.td-header-style-1 .sf-menu > li > a{
line-height:30px!important;
}
Thanks.
Sorry for bothering you again. I have now changed the mood so I don’t want header to be as I said before.
I want it to be of full width. I am using header style 12 and here is the link to my site. I tried hard to make header of full width but I am unable to do it. I have attached the image of how I need it. It will be great if you can help.

Hello,
It depends on how you want to go about this. If you simply want to hide it with css you can use this code:
.home .td-a-rec-id-header{
display:none!important
}
This code will work if your ad is not adsense.
If the ad is adsense, you need to use this code:
.home .td-g-rec-id-header{
display:none!important
}
If you want to remove the ad from the code, then you need to follow this topic to see how a condition can be used to remove an ad on a specific page: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
I hope this helps.
Thank you!