get block3 as shortcode

Posted in: Newspaper
Post count: 51

I’d like to have 2 similar articles within a longer text as recommendations.

Is it possible to insert e.g. Block 3 within an article as shortcode?
Is it possible to get a Block 3 within php code?

Thx, I really appreciate your help!

Post count: 51

Figured the shortcode tag out myself [td_block3]

Post count: 6600

Hi,

Yes you can insert a block via shortcode in your post, use page builder to customize your block then switch to classic mode and get the shortcode http://screencast.com/t/VgMmLCxmWq
Then insert it in your post http://screencast.com/t/nZtURMwx
It will show up like this: http://screencast.com/t/lUyEBULxH

It’s possible from code also, using the do_shortcode() function like this:
<?php echo do_shortcode('your shortcode') ?>

Thnaks

Post count: 51

thx a lot Lucian!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.