Change layout of posts inside the "blog"-widget
Hi there,
first of all: Thanks for all the work you're putting into this theme and by making it so awesome!
At the moment we're looking for a way how we can change the way the posts look like in the "blog"-preview-widget.
What we're trying to achieve is a non clickable preview with some headers and a little logo inside:
https://karlsruher-paesse.initiumit.de/wp-content/uploads/2017/08/2017-08-07-13_04_32-Clipboard.png
The default looks like:
https://karlsruher-paesse.initiumit.de/wp-content/uploads/2017/08/2017-08-07-13_17_15-Beispiel-Seite-–-Karlsruher-Pässe.png
Unfortunately the blog widget doesn't "adopt" the <h> tags and so on.
Thanks a lot in advance,
first of all: Thanks for all the work you're putting into this theme and by making it so awesome!
At the moment we're looking for a way how we can change the way the posts look like in the "blog"-preview-widget.
What we're trying to achieve is a non clickable preview with some headers and a little logo inside:
https://karlsruher-paesse.initiumit.de/wp-content/uploads/2017/08/2017-08-07-13_04_32-Clipboard.png
The default looks like:
https://karlsruher-paesse.initiumit.de/wp-content/uploads/2017/08/2017-08-07-13_17_15-Beispiel-Seite-–-Karlsruher-Pässe.png
Unfortunately the blog widget doesn't "adopt" the <h> tags and so on.
Thanks a lot in advance,
Comments
sorry but we do not understand. What and where are you trying to do and what does the <h> tag has to do with it?
thanks
If we use the "Blog" shortcode within your builder it shows a grid containing the title and some plain text of an actual post.
Example here:
http://themes.muffingroup.com/be/theme/shortcodes/loops/#blog-item
We would need another heading in the preview-grid and an image so that the grid containing the previews looks like:
https://karlsruher-paesse.initiumit.de/wp-content/uploads/2017/08/2017-08-07-13_04_32-Clipboard.png
Thanks
____
The point with the <h>-tag:
If we have some headings in the text section of the post it will only be shown as plain text in the "grid with the previews (= blog shortcode)" so that's not the solution of our problem.
The wordpress function located under includes\formatting.php > wp_strip_all_tags function(..) will delete all your tags - if you skip all the handling by simply returning the $string-parameter after the function is called you still have your tags available in the "blog-preview".
Best regards