Search Results for 'remove tag from post'

Results from the Forum
Bettina
tagDiv Staff

Hello @Sudhin!

I’ve already replied to you here: https://forum.tagdiv.com/topic/help-me-remove-this-white-space/#post-513391

Thank you for understanding!

Anamaria
tagDiv Staff

Hi,

A solution could be to use the unique article option, follow this guide: https://forum.tagdiv.com/unique-articles/
This option automatically removes duplicate posts from the page.

Thank you!

simchris
tagDiv Member

Yoast lets you ‘strip’ the /category/ element.
e.g.,

site/category/puppies/post-about-puppies/

site/puppies/post-about-puppies/

Themes do not control default behavior of WordPress. The URL pretty permalink structure is set by WP, not the theme.

REF
https://stackoverflow.com/questions/17798815/remove-category-and-tag-base-from-wordpress-urls-without-a-plugin#:~:text=WordPress%205.0.-,2%3A,which%20is%20the%20default%20also)

Anamaria
tagDiv Staff

Hello,

Usually, the ads in prebuilt websites are set in the element AD BOX, and you can remove it, edit with tagDiv Composer, select the viewport for phone and select the Ad box element and with right-click you can delete it => https://www.screencast.com/t/2GfCVx9BCAw7 or with drag & drop place it into the deleting red zone from the bottom right of the page
The ad box has 3 sections for ads: using theme panel ads -> https://i.imgur.com/KFa9ibl.png, using images/banners -> https://i.imgur.com/MfAPTaE.png and custom code -> https://i.imgur.com/2rh8SuD.png save it and will appear on the post (you can set a shortcode like a shortcode from adrotate plugin or other plugins).

Thank you!

HSEWatch
Participant
#0

After installing the Newspaper theme, I did SEO analysis with Rankmath; here is the result:

1. I have 2 H1 tags
2. There is No H2 tag on my homepage; all my post titles are on H3 tags.

Please guide me to removing the additional H1 tag and also changing my blog post tiles on the homepage to H2.

Here is my website URL – https://hsewatch.com/

Thank you

mtdas99
tagDiv Member

The comment author links are clickable on the posts comment section. Please see the screenshot https://tinyurl.com/27s378y2
I have used code to disable comments in the function.php file as below:

function remove_html($comment) {
return strip_tags($comment, '<b><p>');
}
add_filter('get_comment_text', 'remove_html');
remove_filter('comment_text', 'make_clickable', 99);

But the code is not working. I think cloud templates are not effected by this code or something need to be changed or added in the code.
kindly help.

kosmofoto
tagDiv Member

That doesn’t work either. Installed Classic Editor, and the text box is blank and won’t allow anything to be added to it.

Another issue that remains is that I can’t add any images which have been uploaded to the Media Library.

This was from WordPress Support:

We usually see this type of error coming up if a plugin has added a specific type of block; and then that plugin is disabled. In this case the plugin seems to be “tadv” – at a guess that’d be a tagDiv plugin since I do see a few other tagDiv plugins listed for your site.

“Would you know if there were any tagDiv plugins that were removed or deactivated recently on the site?
If not, it might be worth checking with the tagDiv developers regarding this – they may have seen this type of error from their plugin(s) before and can provide more accurate help to restore the ‘Classic Paragraph’ block they provide.

I took the liberty of trying to create a test draft post – in that post it looks like the default WordPress paragraph blocks are working correctly though of course I had a quick look through the full list of available blocks to see if I could spot any tagDiv-specific blocks but didn’t see any there either.”

Are you sure this can’t be from your end? Everything was working fine until Newspaper 12 was installed.

S

kosmofoto
Participant
#0

Hello

I recently updated my theme to Newspaper 12, and now I am having issues with the classic paragraph block, and adding media library images to posts.

This is my blog: https://kosmofoto.com

A WordPress Support Engineer who was helping me said: “I’ve checked the site now and in an existing post I’m seeing the following error:
“Your site doesn’t include support for the “tadv/classic-paragraph” block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.”

I have not deleted any of the tagDiv plug-ins – tagDiv Standard Pack is version 2,6, and the other tagDiv plug-ins also date from 2024.

This is creating huge issues, as I have posts to publish. The error also seems to affect all previous posts, meaning I can’t edit any paragraph blocks in previous posts.

Thanks

Stephen

amnaymag
Participant
#0

Hi

I have a problem with Single Post Mobile, where it seems like it’s not working.

When I browse the site from my mobile phone, I see the desktop version that includes the latest articles, which is the item I removed in the mobile version.

I think the problem here is (https://i.postimg.cc/d37nF0kM/369874.png), how can I remove the global tag if this is the solution

site: https://www.amnaymag.com/

Anamaria
tagDiv Staff

Hi,

You can remove the comment section from Single Post Template, edit with tagDiv Composer => https://www.screencast.com/t/4VoyAOlzgd6, select the element Single Post Comments and with right-click you can delete or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page.
The same steps for all elements.

Thank you!

Anamaria
tagDiv Staff

Hi,

You can set the category on the block here -> https://i.imgur.com/ekfXtGl.jpeg
A solution could be to use the unique article option, follow this guide: https://forum.tagdiv.com/unique-articles/
This option automatically removes duplicate posts from the page.

Thank you!

Calin
tagDiv Staff

Hi Stefan Richter,

1. Indeed, for the moment the only solution is to use a custom css to remove the section “More From Author”:
.td_block_related_posts .td-related-right{
display: none;
}

The code should be set in the theme panel > custom code> custom css
The option ‘Show Author Box’ should also apply on mobile if is used the responsive version, but if is using a different plugin for example amp or mobile theme, the layout will be different and you’ll need to check the options from those plugins.

2. The tagDiv Cloud Library is a special plugin only for Newspaper, this theme is more complex then Newsmag (this is a simple boxed theme for users that just want a blog, news website without needed to edit templates and using only enabled/disable options), but also the price is different.

3. I believe you are referring to this – https://i.imgur.com/Fg3fZPz.png most of the time those situations appears when you are using a plugin that is optimizing the images and those are no longer using the image size that they should have. Also another situation is when the main image is smaller then the thumb, in this situation the image should have at least 1024 width.

4. I just checked this on my install and seems to be ok – https://i.imgur.com/xGzVku1.png maybe you have something that is interfering.

5. If you set a caption for a image, then this will be displayed – https://i.imgur.com/RCrw40D.pnghttps://i.imgur.com/C0HGJ2s.jpeghttps://i.imgur.com/7o4Vykp.jpeg also on smart list – https://i.imgur.com/9g8PGQU.jpeghttps://i.imgur.com/VfgbSsv.jpeg

6. The Newsmag version 5.4.3 should work with php 8.0, 8.1 and 8.2 the versions bigger then 8.2 have not been yet tested.

Thank you!

Anamaria
tagDiv Staff

Hello,

You have added in the post two Single Post Content elements, so the content is displayed twice, please remove one Single Post Content you can delete it with right-click.

Thank you!

vairafiq
Participant
#0

Hello there,

I have customize the single post URL. Basically I have removed the top level category from post slug. But I don’t want to remove it from the breadcrumb.
I have already tried to figure out the code on single-loop.php, page.php, tagdiv-composer/legacy/common/wp_booster/td_page_generator.php but no luck.

Can you please share any hook or the function which is powering up the cloud template breadcrumb?

https://prnt.sc/6qeDuEeYL32V

Thank you

Anamaria
tagDiv Staff

Hello,

You can remove the Single Post Author Box using Edit with tagDiv Composer with a right-click you can delete => https://i.imgur.com/BnhhxVh.png , or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page => https://i.imgur.com/vkQVCjn.jpg the same for date. or if you have standard template
to hide the author box, you can use this custom code CSS -> https://i.imgur.com/ooeu4hq.png
#author-bio-box {
display: none;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

JapanGeeck
tagDiv Member

Hi,

There is no value on these fields.
All fields are blanck.

This block is diplay:none but there is a value for a href = “tagdivofficial”

It’s the same here :
https://demo.tagdiv.com/newspaper_urban_observer_pro/2023/09/13/td-post-the-ethical-dilemmas-of-reality-tv-production/

You can inspect code an find tagdivofficial

But I don’t where I can remove this value.

I try to add a value # on theme panel settings, but there is an error message.

JapanGeeck
Participant
#0

Hi,
I have a question.

I need to remove this block :
<div class=”tdm-social-wrapper tds-social1 tdi_22″><div class=”tdm-social-item-wrap”><i class=”td-icon-font td-icon-instagram”></i><span style=”display: none”>Instagram</span></div><div class=”tdm-social-item-wrap”><i class=”td-icon-font td-icon-linkedin”></i><span style=”display: none”>Linkedin</span></div><div class=”tdm-social-item-wrap”><i class=”td-icon-font td-icon-twitter”></i><span style=”display: none”>Twitter</span></div></div>

on this prebuilt theme : https://demo.tagdiv.com/newspaper_urban_observer_pro/2023/09/13/td-post-the-ethical-dilemmas-of-reality-tv-production/

This block is hidden and I can’t reach with Tagdiv Composer. I can’t find on the webpage.

Could you help me to remove this block ?

Thank you.

Anamaria
tagDiv Staff

Hi,

You can remove the Single Post Author editing with tagDiv Composer and with a right-click you can delete => https://i.imgur.com/GNzcGmJ.jpg , or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page => https://i.imgur.com/vkQVCjn.jpg this change will be applied to all posts that use that template and you can delete any element like this.

Thank you!

PIF21
tagDiv Member

Hello,

I added this code to Custom Code CSS and there was no change. We are using a post template from the TagDiv Standard Pack. Do you know why this code is not working and/or do you have any other suggestions?

Again we want to remove our post view count from the post but still be able to see the count in the backend under “Posts.” Thank you.

tsbiz
Participant
#0

Hi, guys!

I was trying to disable “show tags”. So I went to this post https://forum.tagdiv.com/search/remove+tag+from+post/ looking for some help.

But my POST SETTINGS panel is different, with less options. The “show tag” doesn’t appear to me.

So, first…

Why my post settings panel has less options?

Second…

How do I disable “show tags” on my posts?

Here is my panel

Panel

Panel

Thanks!

Bettina
tagDiv Staff

Hello @newspatron !

The Posts Loop element has only an option to exclude post IDs.
If you would like to use a Flex Block instead, then there is an option to exclude the categories: Multiple terms filter – This option allows you to filter the posts by multiple categories. The procedure is similar to the one used on Post ID filter. Add the category IDs separated by commas (ex: 13,23,18). If you want to exclude categories, add a ‘-’ symbol in front of each ID. If you want to display posts from a category and remove the posts included in one of its sub-categories, first add the parent category ID (ex. Fashion category – 341) and after it places the sub-category ID (ex. Daily subcategory id: 342) with a ‘-’ symbol in front. If you decide to use the ‘Multiple terms filter,’ the standard Category Filter is ignored. 
Documentation is here: https://forum.tagdiv.com/flex-block-settings-guide/
Unfortunately, you can’t use two filter options. 
We will take your query into consideration in the future.

Thank you!

Anamaria
tagDiv Staff

Hello,

Usually, the ads in prebuilt websites are set in the element AD BOX, and you can remove it, edit with tagDiv Composer, select the viewport for phone and select the Ad box element and with right-click you can delete it => https://www.screencast.com/t/2GfCVx9BCAw7 or with drag & drop place it into the deleting red zone from the bottom right of the page
The ad box has 3 sections for ads: using theme panel ads -> https://i.imgur.com/KFa9ibl.png, using images/banners -> https://i.imgur.com/MfAPTaE.png and custom code -> https://i.imgur.com/2rh8SuD.png save it and will appear on the post (you can set a shortcode like a shortcode from adrotate plugin or other plugins).

Thank you!

Anamaria
tagDiv Staff

Hello Dave,

You have a cloud template, so you need to make all the changes using the tagdiv Composer on the front end https://forum.tagdiv.com/tagdiv-composer-tutorial/
SDo, please delete the logo from theme panel and upload it using tagdiv Composer https://forum.tagdiv.com/add-logo-newspaper/
Usually, the ads in prebuilt websites are set in the element AD BOX, and you can remove it, edit with tagDiv Composer, select the viewport for phone and select the Ad box element and with right-click you can delete it => https://www.screencast.com/t/2GfCVx9BCAw7 or with drag & drop place it into the deleting red zone from the bottom right of the page
The ad box has 3 sections for ads: using theme panel ads -> https://i.imgur.com/KFa9ibl.png, using images/banners -> https://i.imgur.com/MfAPTaE.png and custom code -> https://i.imgur.com/2rh8SuD.png save it and will appear on the post (you can set a shortcode like a shortcode from adrotate plugin or other plugins).
You can try to stretch the row. You can find more details here -> https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
-> https://tagdiv.com/how-to-add-delete-and-duplicate-row-newspaper-theme/

Thank you!

Anamaria
tagDiv Staff

Hi,

A solution could be to use the unique article option, follow this guide: https://forum.tagdiv.com/unique-articles/
This option automatically removes duplicate posts from the page.

Thank you!

Viewing 25 results - 126 through 150 (of 1,956 total)