0
votes
0answers
23 views

Is there any plan for WordPress to handle retina support for the site content?

I see from browsing Themeforest that there are many retina ( HD ready ) themes available; and WordPress itself has retina standard icons for the backend too; but what about the content, both future ...
0
votes
0answers
25 views

With a plugin, or without a plugin, that is the question [closed]

I've been reading a lot of posts on wordpress.stackexchange.com lately. Heres a very common interaction between original poster(OP) and responder(R). OP: Hey, I want to be able to do X on my site. Im ...
0
votes
1answer
42 views

What's causing this error? “Warning: Invalid argument”

I noticed today that my error logs are littered with this information. I'm not quite sure what's causing it. Has anyone seen this before? [Mon Mar 25 17:24:23 2013] [error] [client] PHP Warning: ...
0
votes
1answer
39 views

What would make the plugin update process to complete but don't report as such?

This is happening in two sites I've restored using BackupBuddy*. One is single, the other Multisite. .* this may render the question as "too localized", but maybe it could happen with any other ...
2
votes
1answer
325 views

How Does Wordpress Uninclude/Deactivate A Plugin?

Wordpress uses the Observer Pattern for its plugin system and operates on the premise of checking if a plugin is activated, scanning the plugins directory and storing everything in an array in the ...
2
votes
2answers
676 views

Updating Wordpress - the best approach (updating wp core, plugins and db)

What is the best approach (steps) to update Wordpress when I have to update all of the following: wp core plugins database I came across this post http://codex.wordpress.org/Updating_WordPress ...