Search Results for 'remove tag from post'

Results from the Forum
Calin
tagDiv Staff

Hi,

If you want to remove the Latest article you need to change the page template to default -> https://forum.tagdiv.com/page-templates-2/ if you want to change the Latest Articles text please check in Homepage Latest Articles in Posts Loop Settings -> https://www.screencast.com/t/cSO5QNR1eOo

Thank you!

Calin
tagDiv Staff

Hi,

Please set the permalinks on Post name, go in Settings > Permalinks -> https://www.screencast.com/t/rUe3OsvY and save the permalinks.
Also please check the setting from Yoast SEO for url and meta.
SEO-friendly URLs -> https://yoast.com/seo-friendly-urls/
The perfect WordPress SEO permalink structure -> https://yoast.com/wordpress-seo-url-permalink/

If you insert some custom code in mobile theme or amp, please remove those plugins and install theme again.

Also please make sure that the settings for amp are like in our documentation -> https://tagdiv.com/amp-newspaper-theme/

Thank you!

Calin
tagDiv Staff

Hi,

If you do not want to use and grid for categories you can go in Theme panel>Categories > Category global settings -and set the category top post style to disable -> https://www.screencast.com/t/VImqMyeF -> https://forum.tagdiv.com/category-top-post-styles-2/

You need to remove the category c# from that posts and those will not longer show in your c# category https://www.screencast.com/t/76yR13D0 -> https://forum.tagdiv.com/primary-category/

Thank you!

Calin
tagDiv Staff

Hi,

If they are pages you can edit the page and remove the ads.

If the ads are in widget sidebars in posts and pages, maybe create sidebars without ads and set them.

If the ads are in the post content (top, inline or bottom ad spots) the theme does not have settings for specific posts. All it has are general settings to hide them per device
https://www.screencast.com/t/g6L9YSkB

Hiding them with CSS is permitted by Google when using media queries
https://support.google.com/adsense/answer/6307124?hl=en
Setting a display:none without media queries is forbidden by Google
https://support.google.com/adsense/answer/1354736?hl=en

What you can do is to set a single post template from tagDiv Cloud Library with out ads and make a copy of this template and set ads in it for the post were you want to have ads ( the ads in single post template can be set using tagDiv Composer -> https://www.screencast.com/t/dYEh4nIv you can set as many ads you want using the ad box -> https://www.screencast.com/t/IiAlsDAT -> https://www.screencast.com/t/7ua8g3oti).

Maybe use a plugin such as Adrotate to better manage the ads in the website. There are many theme users that recommend this plugin. I believe it has settings for what you have to do per specific posts.
Some more about it here if you should consider it
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Thank you!

Calin
tagDiv Staff

Hi,

If you want to remove the sidebar from post all you need to do is to set the sidebar position on no sidebar -> https://www.screencast.com/t/kYSVoSFM3 in pages is possible to have set the sidebar with some builders like tagDiv Composer or WPBakery for example -> https://www.screencast.com/t/jCK6oSTc

Thank you!

Simion C.
tagDiv Staff

You could use some CSS to remove the option to click on category labels in modules. If you want it for a specific block like this one – http://prntscr.com/n6qixz
First set a class to the block, for example – http://prntscr.com/n6qj7x
Then use a CSS like this

.myclass .td-post-category {
pointer-events: none;
}

Then the category tag in that specific block will not be clickable anymore, you could use this solution.

The category tag displayed in modules is the primary category, only one category is displayed there, you can choose which one it will be.
In that screenshot you mention a text near the date, that is supposed to appear in the post page? it would have to be dynamic for each post I believe, not the same text for each post, so adding text column or text element in the cloud template would not be a way to do it unless making multiple templates each with it’s own text.

Lightperfect
Participant
#0

Dear TagDiv,

I been searching the forum for this code you provide to remove Woocommerce loop shop on the default page:

add_action( ‘pre_get_posts’, ‘bbloomer_remove_products_from_shop_page’ );

function bbloomer_remove_products_from_shop_page( $q ) {

if ( ! $q->is_main_query() ) return;
if ( ! $q->is_post_type_archive() ) return;

if ( ! is_admin() && is_shop() ) {

$q->set( ‘tax_query’, array(array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘slug’,
‘terms’ => array( ‘null’ ),
‘operator’ => ‘IN’
)));

}

remove_action( ‘pre_get_posts’, ‘bbloomer_remove_products_from_shop_page’ );

}

add_action( ‘woocommerce_no_products_found’, function(){

if(is_shop()) {
remove_action( ‘woocommerce_no_products_found’, ‘wc_no_products_found’, 10 );
}
}, 9 );

#####################

Where do I paste them to?

Please help

Simion C.
tagDiv Staff

Hi,

So you have imported the homepage of the demo with the cloud library, or install the demo? You can edit the respective homepage regardless, with the tagDiv composer. Modify the elements you want as needed, then save it
https://tagdiv.com/tagdiv-composer-page-builder-basics/
https://forum.tagdiv.com/block-settings-guide/

Depends on what this design is, what exactly you mean by importing design in the page. Some more details about this would be helpful.

It is true that uninstalling a demo or installing a new one will remove what has been imported by it. A full demo install with content imports demo posts, categories, menus, logo, images, theme panel settings, and in some cases a stylesheet. These will all be removed/reset when uninstalling or installing a new one. Your own created posts, menus, etc will not be affected, just the demo content.

Please let me know if you have more questions.
Thanks

Mission1
Participant
#0

I use a table of contents plugin which automatically finds h3 tags on the page and adds them.

Because the block headlines all seem to use H3 tags, it interferes with my Table of Contents.

Is there a way to change the h3 tags to h4, or remove the h tags completely from the block headlines?

Thanks,

Will

Further: I am using cloud templates, and trying to work with Block 15 for adding random posts to the bottom of my pages.

Simion C.
tagDiv Staff

Hi,

1. The category tag will always display the primary category. You can choose a primary category for each post, that one will be displayed. Here is a guide if needed
https://forum.tagdiv.com/primary-category/
If you don’t set a primary category, the first one alphabetically from the categories the post has will be picked.

2. Seems to work like this as well – https://labussolanews.com/in-primo-piano/ if you want to remove the category base permanently, there is a setting in Yoast for it
http://prntscr.com/n5qd6q

3. You could hide it in the per category settings – http://prntscr.com/n5qgxz this will apply to post and category pages. But it may appear in the modules if it’s a primary category or the single category of posts. The category tag can be disabled for modules, but in general – http://prntscr.com/n5qizx and not for a specific category.

4. That looks like the primary category from the theme, a post can have multiple categories, but only one can be primary. This will represent it in the modules. You can set the one you want for each post.

Thanks

Kennplus
Participant
#0

Hello,

Please how do i add time in posts and remove date, just as in https://demo.tagdiv.com/newspaper_lifestyle/

Thanks,
Kennplus

Calin
tagDiv Staff

Hi,

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Also please check the php version to be 7-7.2

Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Please provide me a link were I can inspect this problem, in this way I will be able to provide you a better answer.

In order to remove some pages to be show in search results you can use some code that need to be set in wp-content/themes/Newspaper/functions.php
-> https://www.screencast.com/t/Dg9yNRDuu
You can check some more details about How to Remove Certain Pages and Posts from Search Results in WordPress here -> https://www.webhostinghero.com/blog/remove-certain-pages-and-posts-from-search-results-in-wordpress/

Thanks!

Simion C.
tagDiv Staff

Hi,

For default post templates (not cloud) you could either hide it with CSS, or disable it my making a modification in the code – https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/
Anything that is removed (not hidden) from a page would have an impact on loading speed.

I should note that in cloud post templates the related articles and more from author are separate elements, so you can place only one if needed – http://prntscr.com/mzgjfm

Thanks

Simion C.
tagDiv Staff

Hi,

In cloud post templates the related articles and more from author are separate elements, so you can place only one if needed – http://prntscr.com/mzgjfm
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

For the default predefined post templates the more from author could be removed like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

In cloud post templates the related articles and more from author are separate elements, so you can place only one if needed – http://prntscr.com/mzgjfm
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

For the default predefined post templates the more from author could be removed like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

The posts will be safe, they are kept in the website database. So deleting the theme, reinstalling it, updating it, will not affect the posts.

You can install any demo you like, note that this will import new theme panel settings and additional design where needed (stylesheet). If you have a demo currently installed everything related to it will be removed when installing a new one
https://forum.tagdiv.com/installing-demos/

However in order to be safe, please consider making a full backup before beginning. There are guides online about making backups in WordPress.

Please let me know if you have more questions.
Thanks

rudhihadhi
Participant
#0

Hi admin
Please help, how to delete or hide the border on the post page. I used the Newsmag theme from Tagdiv.

Here’s the screenshot of the border that I want to remove or hide: http://prntscr.com/n2ys3t

My website: https://www.rudiberbagi.com
thank you

Regards

Rudi Hadi

mark-2
Participant
#0

Hi there,

My website uses pages instead of posts and I would like to show author info at the bottom and meta information at the top. I also need to keep these as pages. I tried inserting the tagDiv composer block at the bottom, but this made the page look strange (full width without formatting) and also removed the sidebar which I require.

Basically I would like the exact functionality of a post with the ‘by author, date and comments’ meta at the top and then the author box at the bottom which links to their own individual author page with all their authored pages.

Please can you assist me with this. I’m surprised this functionality is so difficult to implement. Is there a shortcode I can potentially copy into every page at the bottom and top or a plugin you recommend using? (only inserting on pages with authored content – not pages such as the about, contact, categories).

Thanks

cweber78
Participant
#0

I’d like to remove author names & dates from all of my posted content. This is easy on single posts, because there’s a global setting I can turn off. However, in the sidebar and on other pages (category pages, etc) the author name & date is showing up on every post summary.

How do I stop this from happening?

michaelp
tagDiv Member

rmeijden, can you please share how you did it?
I’m using this method to show last modified date on single posts: http://www.techbuzz.in/tagdiv-newspaper-theme-last-updated-modified-time.php

But, I’m not sure if the change is noticeable in the SERP’s, which is the whole purpose for doing this in the first place, to boost CTR.

As far as I know, the “datepublished” must be removed from the post’s code in order for Google to pick up the last modified date and show it, and only it in the SERP.

And I really don’t understand how a good theme like newspaper doesn’t have this feature in the first place.

Simion C.
tagDiv Staff

Hi,

We will remove Google+ in a coming update. You can choose the sharing socials in the theme panel post sharing settings – https://forum.tagdiv.com/sharing/ so uncheck Google+ and it will be removed.

Regarding the sharing of posts on socials, the theme will not ad the og data that is required – https://forum.tagdiv.com/facebook-share/
https://developers.facebook.com/docs/sharing/webmasters/
These can be added with a SEO plugin, which would be easier. From what I can see these required tags are not present for your posts at the moment.

Thanks

Calin
tagDiv Staff

Hi,

If I understand correctly you want to have the inline ads only for some post not for all of theme, if is so then in order to achieve this you can use a single post template from tagDiv Cloud Library and set in post content in ads the inline ads
https://www.screencast.com/t/ikoftopbR7
https://www.screencast.com/t/FIE435jmTgGw
After that set this template on each post that you want to have inline ads, if you want to can duplicate the template ( and change name of template ) remove the inline ads and set this template on the res of post, in this way you’ll have the same tamplate to all post.

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no general settings like that, for posts/tags/categories you can use a template and do this in that template, for pages you’ll need to do for each one or you can use a custom css.
-> https://www.screencast.com/t/CDAV0r9Tn4zU
.page .tdc-content-wrap .td-element-style{
background-color: lightgray!important;
}

If you’ll remove the .page the code will apply to all posts/pages/categories … from your site.

Thank you!

jossytupsy
tagDiv Member

Hello Tagdiv,

Apparently it was a malware infection that affected my site. It later started redirecting to another IP address and later on, the website totally went blank. I had to contact Commodo CWatch to get rid of the malware. they did manage to quarantine the files that were infected and that has not made the website to lose functionalities. I could only see the text content, the other graphical part of the website is no more. Even when you try to login to the control panel, a 90% of the functionality has been removed. What is the best advice you can give me to restore my website back to its state so it can function well. I want to retain all post and still have all functions working. I don’t have a backup of any sort and the back up the hosting company has is infected so they can’t restore that as well

Simion C.
tagDiv Staff

Hi,

The block header template is the one set in general in the theme panel
http://prntscr.com/mzgi31

Using cloud post templates you can select the one you like and it will apply only in that template – http://prntscr.com/mzgirr
Also in cloud post templates the related articles and more from author are separate elements, so you can place only one if needed – http://prntscr.com/mzgjfm
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

For the default predefined post templates the more from author could be removed like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

Thanks

Viewing 25 results - 1,026 through 1,050 (of 1,956 total)