Recent Posts
WebStractions - WebDev News & Commentary
Return To Blog Listing
Commentary on new events and information concerning web development, design practices, search engines, SEO, tools, and story headlines.
Recent Posts Tagged With 'functions.php'
How to remove inline Recent Comments style from your WordPress Theme
Have you found an inline style in your Html head section for Recent Comments? Wonder where it came from? More importantly, do you want to know how to get rid of it? It is simple to do by writing a WordPress filter to remove a filter. Oh, joy!...
Writing a Wordpress Function: breadcrumbs()
Let's write a function for breadcrumbs that can be easily added to your Wordpress themes. Wordpress functions are preferable over the hundreds of plugins that are available -- to me anyway....
