One of the tools of poetry is formatting text in special ways: indenting a line differently or spacing out words in new ways. However, being playful with text in the WordPress content editor and within the confines of plain HTML can be challenging. So poetry bloggers have had to get creative. Take a look at this poem by E. E. […]
How to Add Custom CSS to WordPress
Adding to or overriding the styling of your WordPress theme or a particular plugin, means writing some custom CSS (cascading stylesheet) rules. But how do you get these rules to apply to your site? Child Themes One way is through a child theme. In fact, customized styling is often the main reason for creating these special themes that are […]