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

Hi Alin, thank you for your reply.

Didnt work.

if (!empty($next_post) or !empty($prev_post)) {
$buffy .= ‘<div class=”td-block-row td-post-next-prev”>’;
if (!empty($prev_post)) {
$buffy .= ‘<div class=”td-block-span6 td-post-prev-post”>’;
$buffy .= ‘<div class=”td-post-next-prev-content”><span>’ .__td(‘Previous article’, TD_THEME_NAME) . ‘</span>’;
$buffy .= ‘ID)) . ‘”>’ . get_the_title($prev_post->ID) . ‘‘;
$buffy .= ‘</div>’;
$buffy .= ‘</div>’;
} else {
$buffy .= ‘<div class=”td-block-span6 td-post-prev-post”>’;
$buffy .= ‘</div>’;
}
$buffy .= ‘<div class=”td-next-prev-separator”></div>’;
if (!empty($next_post)) {
$buffy .= ‘<div class=”td-block-span6 td-post-next-post”>’;
$buffy .= ‘<div class=”td-post-next-prev-content”><span>’ .__td(‘Next article’, TD_THEME_NAME) . ‘</span>’;
$buffy .= ‘ID)) . ‘”>’ . get_the_title($next_post->ID) . ‘‘;
$buffy .= ‘</div>’;
$buffy .= ‘</div>’;
}
$buffy .= ‘</div>’; //end fluid row

and i get

tets

spencerpt
tagDiv Member

Hi Lucian,

Updated the theme and this happen again. And now i cannot find the tb_module_blog.php, any idea where i need to change this?

spencerpt
tagDiv Member

Worked like a charm !!!

THANK YOU !

spencerpt
tagDiv Member

Hey Lucian,

onlinegames.cat, just open any post:
example: http://www.onlinegames.cat/los-sims-freeplay-trucos-iphoneipadandroid/

As you can see, in the Next / Prev button in the final of the post, there is 2 languages, in this case, spanish and catalan.

Luis

spencerpt
tagDiv Member

Sorry, not images but both titles

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