Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
andersonjsantos
tagDiv Member

Hello
No. I mean the admin, as shown in the image https://imgur.com/gDWZcmy

andersonjsantos
tagDiv Member

Hello

You told me that it would not be possible to use “cloud templates” to insert custom fields. I didn’t like it, but I accepted. I worked on the standard templates.

I entered the custom fields and they work well. Now, to finish, I need you to tell me which files should I edit so that the custom fields are displayed on the Mobile Template and on the Amp page.

thank you

andersonjsantos
tagDiv Member

RESOLVED

I found the error!

When sending the site to the server, I changed the bases of the permanent links. The bases of Categories and Tags were the same, so the url does not open correctly.

Excuse me 😉

andersonjsantos
tagDiv Member

Complementing the previous message. I have a post with 3 tags: in 2 the url is 404 and in 1 it opens the page correctly (but it shows the title of the Tag on the page, but does not list any post).

Thanks

andersonjsantos
tagDiv Member

Sorry, I disagree with you. Custom fields are an important feature of WordPress. So the Template Cloud should easily support custom fields. Not wanting an implementation. I’m just asking for important WordPress functionality to be possible in the template.

(Sorry the English)

Thank you anyway!

andersonjsantos
tagDiv Member

I located the file “tdb_single_content.php” em “wp-content/plugins/td-cloud-library/shortcodes/single”

In the code I found the section that appears to be responsible for displaying the Post text.

$buffy .= ‘<div class=”tdb-block-inner td-fix-index”>’;
$buffy .= $post_content_data[‘post_content’];
if ($post_content_data[‘post_pagination’] != ”) {
$buffy .= ‘<footer>’;
$buffy .= $post_content_data[‘post_pagination’];
$buffy .= ‘<footer>’;

I would like to display in the Post the custom field ACF “<?php echo get_post_meta($post->ID, ‘registro_cas’, true); ?>”

But I can not. Where should I put this code?

Inserted into the template “loop-single-1.php” and it worked, but I need to use the Pro template.

If anyone can help me with this …

Thank you

andersonjsantos
tagDiv Member

Ok. I tried here and had some success. But I still need more help …

— I created a child theme. I modified the “loop-single1.php”. Then, I edited the post and chose theme “Style 1” and in the front end of the article the custom fields were displayed 🙂

— BUT I want to use the “Single Post Template – Default PRO” theme, in which case, which file do I need to edit?

Viewing 7 posts - 1 through 7 (of 7 total)