PHP preg_match() First Letter of a WordPress Post for Drop Cap Styling
While CSS3 can target the first letter of text inside an element, it’s still not universally supported across major browsers AND it doesn’t work well for elements that have child elements inside. The bullet proof way to target the first letter of a WordPress post would be to capture the content of the post in …
PHP preg_match() First Letter of a WordPress Post for Drop Cap Styling Read More »