Giu Tae Kim
Forum Replies Created
-
Funny. I found this plugin: Posts Page: Use Page Template
So… it’s a real issue of WP. Why I need a plugin to enable what “Reading Settings” means to do?
Forum: Fixing WordPress
In reply to: Want custom permalinkHave you tried to set it like this: “/%postname%.html” ?
Forum: Fixing WordPress
In reply to: Failing to submit a very simple form with wp_mailOK…. think I find the solution.
If someone is interested, when I submit a form I have to use non-default names for input fields (like “name”, “subject”, “email”, and others). Supose that is causing conflicts with wp.
Better use custom names… like:
<label for="name">Name:</label> <input type="text" id="name" name="customname" value="" placeholder="Your name" autofocus="autofocus" required="required" />
I make this changes and the function work like a charm. ??
Someone have good suggestions to customize more the wp_mail function… maybe add a mail template?
Forum: Fixing WordPress
In reply to: Failing to submit a very simple form with wp_mailHi Josh… thnks for the attention
But if I change the type to button, the form are not going to send anything to anywhere…
On the other hand, as you say maybe the problem is “the_permalink” code… I supose that as long as the php wp_mail code is in the same file with the template, I put the action address the same as the current page.
I have to put a different location to proccess the request? or the wp_mail in a different file?
Thnx again…
Hi Tara. Thnx for the info… but I finally decided to build my own custom theme using bootstrap framework. I think that is better to learn the wp functions and capabilities.
Thanks anyway!