Hello !
– It was already created with TagDiv
– I tried with a new page (green block still no showing)
– Disabling all plugins did not help
– I can add any new Element on page, but a can modify / duplicate current
Can I provide you credentials ?
Thanks
Update to the last release (23th May) resolved the issue !
Thank you anyway 🙂
Thank you very much for your help 🙂
Hello !
I saw it, so I started look in the theme in order to accomplish my will.
But I do not understand how you pass the category in the wp_posts loop, can you enlight me ?
Thanks 🙂
Hello,
I made it this way, here is my code if someone needs it:
<?php
class td_category_template_1 extends td_category_template {
function render() {
?>
<!– subcategory –>
<div class=”td-category-header td-container-wrap”>
<div class=”td-container”>
<div class=”td-pb-row”>
<div class=”td-pb-span12″>
<div class=”td-crumb-container”><?php echo parent::get_breadcrumbs(); ?></div>
<h1 class=”entry-title td-page-title”><?php echo parent::get_title(); ?></h1>
<?php global $paged; ?>
<?php if ($paged == 0) echo parent::get_description(); ?>
</div>
</div>
<?php echo parent::get_pull_down(); ?>
</div>
</div>
<?php
}
}
Anyone here ? 🙂
Answered in the documentation:
https://forum.tagdiv.com/custom-post-type-support/
How to create a custom single template for your post type:
Step 1 – Pick one of your favorite single templates (check the next image)
Step 2 – Copy it to the root of your child theme folder
Step 3 – Rename it to single-your_post_type.php (replace your_post_type with the WordPress ID of your post type. In our sample plugin the id is td_book so the file should be called single-td_book.php)
Hello,
I do understand it well.
If I do create CPTs, is it possible to use the same template as Articles in those pages ?

-
This reply was modified 8 years by
AlexSoyer.
Hello,
Thank you for your response.
Do you know any plugin capable of doing it ? I tried a couple of them but nothing reliable.
Thanks
Hi,
global $paged;
Does not work to get the matched pages in class td_category_template_1 extends td_category_template, missing something ?
-
This reply was modified 8 years by
AlexSoyer.
Hi Chris,
Do you have any link ?
Thanks
Hello,
I already have been on this link, but I do not see any part of “Custom Fields”, only “Custom post type”, which is different to me.
Thank you!
Hello,
Do you have any documentation link on it?
Thanks
Plus, there is quite a non-sens here since Title has a lower Hn value than its child:
Title: H4
Child: H3
Seo bad pratice
https://todaycycling.com/wp-content/uploads/2018/01/Capture-d’écran_2018-01-17_06-06-44.png
-
This reply was modified 8 years by
AlexSoyer.
Hi,
Ok thank you, i am working with an SEO agency, i will have more to say in the following days, i will keep posting.
See you!
Great, thanks 🙂
Hi,
I understand, but it was said that Newspaper was compatible with WPML, so we bought it too; but now we really need to translate our website and we are stuck…
Do we have any alternatives?
Hello dear,
You are welcome. Would you tell me when do you think an update will be ready ?