Perhaps you use border-bottom
instead of text-decoration: underline
to underline links or other text. But if this underline is too far from the text, you have a problem, because you cannot position a border closer to the text. Here I show you how you can resolve that.
Category: Web development
Making a normal PHP page oEmbed ready for WordPress
The Meetups page on de.wordpress.org automatically displays the next six meetups from wpmeetups.de. To implement this, I needed to find a solution for embedding a regular PHP page on a WordPress page. The solution was the oEmbed functionality of WordPress, introduced in 4.4.
Continue reading "Making a normal PHP page oEmbed ready for WordPress"Creating a social icons menu with SVGs in WordPress
For my latest WordPress theme, I modified the output of a standard WordPress menu so that at the frontend URLs to social media channels are displayed as SVG icons. In this post, I show you my solution.
Continue reading "Creating a social icons menu with SVGs in WordPress"