My compiled list of WordPress tricks that I wish I would have known earlier:
- Permalink setting
- Drag and Drop Image to Blog Post
- Prevent SPAM
- Rearrange Post Order
- Add Google Analytics to Dashboard
Learn, Code, Create, and Play
My compiled list of WordPress tricks that I wish I would have known earlier:
Just got CodeCitation to work on my Joomla site and here are the steps I took:
Open the functions.php in your theme directory. For example, if your theme is tigra, then open the functions.php in <wordpress-path>/wp-content/themes/tiga.[…]
I wanted to post some codes to several posts and set out to find ways to include longer code snippets on WordPress posts. Here are the steps I took to enable scrolling area for code snippets: 1. Go to your WordPress theme editor and either enable external style.css if not already enabled. I use tiga … Read more