| bio | website | dougal.gunters.org |
|---|---|---|
| location | Canton, GA | |
| age | 46 | |
| visits | member for | 2 years, 9 months |
| seen | Feb 27 at 17:33 | |
| stats | profile views | 94 |
Dougal Campbell is a web developer who lives in the city of Canton, near Atlanta, GA. He has an amazing wife, three wonderful children, a goofy dog, and a rotten cat.
Dougal was one of the original WordPress developers, contributing features such as XML-RPC API support, Post Custom Fields, mass re-enabling of plugins, and Conditional GET support for feeds.
|
Dec 18 |
answered | At what priority does add_filter overwrite core functions? |
|
Dec 15 |
awarded | Necromancer |
|
Sep 16 |
comment |
Looking for WordPress System Diagrams If I could vote this up more than once, I would. :-) |
|
Aug 11 |
awarded | Yearling |
|
Jul 31 |
awarded | Revival |
|
Jul 20 |
comment |
How to find the exact widget details @oms JetPack is written and maintained by Automattic, the same company that runs the WordPress.com service. The fact that you have to authenticate to a wordpress.com account even if you aren't using modules that specifically need it is a matter of some debate. But if there are pieces in there you really want to use, it's probably not too big a deal. |
|
Jul 19 |
answered | localhost wordpress site redirects to public site |
|
Jul 19 |
answered | How to find the exact widget details |
|
Jul 18 |
awarded | Revival |
|
Jul 6 |
answered | Retrieve featured image |
|
Jul 6 |
comment |
Custom shortcode breaks my page Give TheDeadMedic's code a try and see if it works for you. It's what I was suggesting to do. |
|
Jul 6 |
answered | How to combine multiple sites to Wordpress MU |
|
Jul 6 |
answered | Custom shortcode breaks my page |
|
Jul 6 |
answered | Templates have disappeared from drop down lists |
|
Jun 8 |
awarded | Caucus |
|
Jun 7 |
comment |
Steps to Optimize WordPress in Regard to Server Load? I moved my main blog from a 1G server running Apache to a 512M server runing Nginx. Runs more smoothly, despite the decrease in RAM. Admittedly, I have other services running on the 1G server, though (email, imap, mailman, several other low-traffic web sites). |
|
Jun 7 |
comment |
How to stop wordpress mangling R syntax '<-'? I know it's been a couple of months, but I just wanted to point out that this must have been a side-effect of CodeColorer (or perhaps some other plugin). As I said previously, I was able to past R code containing the <- operator into the editor, switch back and forth between Visual and HTML mode, and everything worked fine, in a stock WordPress install. |
|
May 27 |
comment |
Problem using is_single() to enqueue script from functions.php The real root of the problem was not using an API hook to check the is_single() status. I think even the init hook is too soon for this (and the theme functions.php is loaded right before init fires), so I usually use the template_redirect hook for anything that depends on the is_*() conditionals. |
|
Mar 24 |
answered | Step through wordpress code |
|
Mar 24 |
answered | Intermittently missing pages and posts in WordPress |