At first, I didn’t want to do a post on this topic because there are so many nice ones already. However, this post focuses on the non geek portion of people with Wordpress blogs, who want to incorporate recognition of authors into their blogs. The way this post works is in 3 steps. Before we start anything, however, you’ll want to make sure you have access to edit your theme in some way. If it is FTP, fine. If you’re using the built in wordpress editor, that is also fine.
Archive for the ‘Blogging’ Category
Jun 30
How to Properly Write Code in Your Blog Posts
Web Design, Blogging, Useful Tips No responses.This is a great tip if you write HTML and PHP tutorials on your blog. You know that if you try to simply show your readers the code by typing it in, it will be parsed and outputted as normal HTML, and rendered by the browser. Here’s how to fix this, and be able to display code that your viewers can read and even copy. Continue reading How to Properly Write Code in Your Blog Posts