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 :)
homesofcolor
tagDiv Member

well, bizarre…things are showing up now. I have no answers and this is quite scary. I am not very confident in any future updates. Luckily this was on a staging server.

homesofcolor
tagDiv Member

Well, I am at a loss. I rolled back to 11.2 and all my issues were still there. Homepage showing tagDiv Composer markup when not logged in, pages not showing updates, only posts. Something is NOT right here. Does anyone have an idea??

homesofcolor
tagDiv Member

It appears I have a problem with all pages, not posts. I have tried to make some changes to pages, but they don’t happen. Is there some sort of caching system in the Newspaper theme? When I am logged in as admin I can see the changes, but not when I am logged out.

homesofcolor
tagDiv Member

I am looking for the same functionality as vasik. I found this:

// Add External Link to Featured Image with Custom Field

add_filter('post_thumbnail_html','add_external_link_on_page_post_thumbnail',10);
function add_external_link_on_page_post_thumbnail( $html ) {
if( is_singular() ) {
global $post;
$name = get_post_meta($post->ID, 'ExternalUrl', true);
if( $name ) {
$html = '' . $html . '';
}
}
return $html;
}

and use a custom field on the post page but this isn’t working. I have added this code the my functions.php in my child theme. I assume that maybe there is a script in the theme that is overriding this functionality. Would it be possible to get a small amount of guidance on this. I would very much appreciate it.

What I am trying to do is have the covers to the magazines uploaded as the featured image and have them link to the digital flipbook online. It would be great if this could work.

homesofcolor
tagDiv Member

The posts I am seeing seem to only show the byline https://forum.tagdiv.com/topic/add-multiple-authors-and-make-them-visible/. Is there a way to duplicate the author box at the bottom as well?

homesofcolor
tagDiv Member

I do see some other posts but some have broken links that reference other posts. Sorry to be redundant.

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