Could you help me add numbers, instead of thumbnails, to sidebar recent posts? For example:
https://www.datavizlab.net/2024/05/14/google-shift-cookies-deprecation-again/
https://www.datavizlab.net/2023/06/26/what-are-cookies/
https://www.datavizlab.net/2023/01/23/looker-studio-tip-how-to-color-bar-chart-by-dimension-value/
Here an example I would like to replicate: adweek.com
Thanks
Paolo
]]>Thanks!
Image here: https://ibb.co/gJRy7vf
]]>add_filter('widget_posts_args', 'add_custom_post_type_to_recent_posts');
function add_custom_post_type_to_recent_posts($params) { $params['post_type'] = array('post','blog');
return $params;
}
You can see what I mean looking on the right sidebar on this page https://bellevebricks.co.uk/blog/. The one that says “Recent” at the bottom is me testing that the code I put in works with the default wordpress widget.
]]>I want to enlarge the font size of the post titles under Recent Posts and of the category names under Categories on the sidebar. What CSS codes should I add in the Custom CSS/JS panel?
]]>what i want to achieve is exactly the same as this link.https://bootsnipp.com/snippets/1d3X9. At the end of the whole process, i will create a carousel slide show from it but just want to get everything in order before i implement the slideshow
]]>In first, congratulations to Anders Norén for this great template. I’ve some doubts about display “Recent Post Widget” in the footer area. I would like to show it in the same way as Chaplin Demo, but I can’t find the widget “Recent post” in the widgets wordpress screen. It seems like it’s hidden. I explored the template files via FTP and I found the recent-post.php file in parts/widgets, but I can’t see it anywhere of wordpress desktop. Maybe is inactive?
Anyone have the same problem? How could I display the widget “Recent post” in the same way as Chaplin Demo?
Thanks in advance,
Pablo Garmen
How I can exclude the most recent post to be shown in a slider/caroussel?
thank you,
Antoine
]]>How to show absolutely all Facebook posts, even the latest?
]]>