Using PHP to toggle stylesheet and header image, set in cookie
I haven’t done a lot of work with cookies or WordPress before so I think I’ve been a bit over-optimistic in my quest … Read more
I haven’t done a lot of work with cookies or WordPress before so I think I’ve been a bit over-optimistic in my quest … Read more
I’ve set up some code to download zip files that exist in a folder above the web root. The download will be triggered … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
I’m trying to develop a simple plugin but I’m having a problem: I have a custom WP_List_Table in an admin page, but when … Read more
How do I make a WP page (w/ dynamic content) auto-refresh every minute? With PHP, I’d use a “Refresh:” header, and in HTML … Read more
Some themes that I have seen such as the (famous) thesis or even a few other not so famous themes have just an … Read more
I’m creating an application that will allow a user to fill out a form and then have a customized zip file downloaded for … Read more
I currently work with a graphic designer and code primarily HTML/CSS for clients looking to develop a web presence. I don’t know much … Read more
Would anyone know a function or how to remove <!– plugin inserted stuff–> from the header and footer so that they won’t be … Read more
I think load-(page) is the first hook in the admin screen that deals with outputting HTML, but I’m not totally sure. Basically I’m … Read more