Tagged: blog posts, insertation of codes, shortcut codes
-
AuthorPosts
-
March 8, 2018 at 9:50 pm #924116
Hi, Enfold expert,
after i past the following below shortcut-codes in a post, how can i add extra elements to it ?
[av_blog blog_type='taxonomy' link='post_tag,4' blog_style='blog-grid' columns='3' contents='title' content_length='content' preview_mode='custom' image_size='medium' items='12' offset='0' paginate='yes' conditional='']
Means, if i want to add <div> or <p> tag inside the shortcut-codes how to do that ?
i did this but it does not work.
[av_blog blog_type='taxonomy' link='post_tag,4' blog_style='blog-grid' columns='3' contents='title' content_length='content' preview_mode='custom' image_size='medium' items='12' offset='0' <p>mytexts</p> paginate='yes' conditional='']
in above code i added <p>mytexts</p> but it does not work…so how to add it, thanks
- This topic was modified 6 years, 8 months ago by hamzakhankhan.
March 9, 2018 at 11:01 am #924395Hey Hafeez Ullah,
There is no support for that using shortcodes unfortunately, you will have to add your markup before or after the shortcode.
Best regards,
RikardMarch 9, 2018 at 9:07 pm #924729Rikard,
One of the site has did it, he has not added the markup before or after the shortcut-codes but he uses it inside shortcut codes..
here is the screenshots: http://prntscr.com/ip0psw
site url: https://gooyaabitemplates.com/blogger-templates/responsive/If you check the above link, he uses <center> tag somewhere in the below shortcut-codes
[av_blog blog_type='taxonomy' link='post_tag,4' blog_style='blog-grid' columns='3' contents='title' content_length='content' preview_mode='custom' image_size='medium' items='12' offset='0' paginate='yes' conditional='']
So that why, i thought how he did this ? i am trying also to add either <center> tag or <p> tag inside shortcut-codes
like:
[av_blog blog_type='taxonomy' link='post_tag,4' blog_style='blog-grid' columns='3' contents='title' content_length='content' preview_mode='custom' image_size='medium' items='12' offset='0' <p>text</p> paginate='yes' conditional='']
but it does not work, actually i want to add <p> or <center> or <div> to appear before pagination..
thanks.
March 10, 2018 at 2:58 pm #924923 -
AuthorPosts
- You must be logged in to reply to this topic.