
32 Extremely Useful Tricks for the WordPress Functions File
Some of the most incredible, most wanted, and extremely useful tricks for the WordPress functions.php file. Speed up your development now.

Default WordPress Generated CSS Cheat Sheet for Beginners
WordPress add its own styles to make it easier for theme development. This is a cheat sheet of default WordPress generated CSS.

Get a raw value of excerpt
I am trying to print the post excerpt using the following code: post_excerpt; ?> It works fantastic the only problem is that apparently I get also predefined styles a…