Broken pagination
Well I’m here again with almost the same problem as I had in this post three weeks ago, but let me explain what has happened since then:
Well I’m here again with almost the same problem as I had in this post three weeks ago, but let me explain what has happened since then:
My error when writing a plugin for uploads
Normally in a plugin I would add styles using wp_enqueue_style. However, I am currently creating a plugin that only needs a few lines of CSS and I am wondering if it might be better to serve the styles inline to save a request. Obviously there are many advantages to using wp_enqueue_style, but are they worth the extra request for such a small piece of CSS? Is there any accepted ‘best practice’ in this area?