Apply a gradient onto a WordPress post_thumbnail picture
You are working on a WordPress custom theme and you need to apply a gradient onto the post_thumbnail. It is very easy to do using some CSS properties.
You are working on a WordPress custom theme and you need to apply a gradient onto the post_thumbnail. It is very easy to do using some CSS properties.
You want to insert a beautiful quote with its caption and inserted cite and you discover that… WordPress only propose to insert a blockquote without any caption! Learn how to add a caption within a figure and how to obtain the expected formatted result in this article.
You want to insert coding example, extracts of code that look like code in a WordPress article but you do not know how to do that? WordPress is configured to sanitize HTML, CSS, JS, PHP… code when inserting in an article but there some rules to respect… Let’s discover which ones in this article!
You have started writing your first articles in a WordPress blog and you need to show some examples. You have already created pens on codepen that you want to insert in your article… Every thing is perfect. Except you do not know how to insert them! Do not loose time looking for a standard tool to insert an iframe: there is not! Read the article below to discover how to display your pen in your WordPress article via an iframe!
You are working on a WordPress custom theme and you really want to use the post_thumbnail picture as a background via the CSS background-image property.
Welcome to the Coding Tricks blog realized by Sandrine MANGUY. Find articles on various subjects such as CSS, JavaScript, React, HTML, PHP, Accessibility or Design