joeynoh
Forum Replies Created
-
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Too many HTTP RequestsUsing a minimiser plugin does not reduce the amount of requests needed to get all the files. Also, this isn’t a matter of keeping it DRY as you wouldn’t be repeating any code when you simply put them in the same file, especially seeing as how they’re all loaded anyway. It’s a matter of placement.
Even if the users dont consciously care about performance, you as the developer should.
Forum: Plugins
In reply to: Creating a WordPress Page using PHP codeYes, i know.. As I have mentioned before, but maybe i should have been more clear. I want the PHP code to create the page, not me. A button that is clicked on my custom page, will create (on its own, through code) a wordpress page with the given parameters.
So no one would have to login into the control panel for this.
Forum: Plugins
In reply to: Creating a WordPress Page using PHP codeYes, I know how to create my own template. But Want I want to know is how to create a custom wordpress page with PHP Code. The same way as how i would create one in the control panel and click on publish.
Forum: Fixing WordPress
In reply to: Mod_rewrite on a Servage serverYes, it does.