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

Has anyone had any luck getting this to work? We’re having the same problem suddenly.

MikeH
tagDiv Member

Soooo close. For some reason it still shows just below the breadcrumbs, but I think we’re ok with that.
Just in case they change their mind, do I need to change something else so the breadcrumbs are underneath?

Thanks again!

<?php
/**
* The single post loop - This shows only one post
**/

if (have_posts()) {
the_post();

$td_mod_single = new td_module_1($post);

echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
//show the breadcrumb
if (get_post_type($post) == 'post') {
echo td_page_generator::get_single_breadcrumbs($td_mod_single->title);
} else {
echo td_page_generator::get_page_breadcrumbs($td_mod_single->title);
}
?>

MikeH
tagDiv Member

That fixed it! Thanks again!

MikeH
tagDiv Member

Nevermind, figured it out 🙂
The default for the Block is “Limit post number: 5”. Changing to 6 for me corrected this.

MikeH
tagDiv Member

I’m having the same problem, did you change something to fix? Thanks in advance.

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