| bio | website | PeterGrandstaff.com |
|---|---|---|
| location | Hillsborough, NC | |
| age | 32 | |
| visits | member for | 1 year, 9 months |
| seen | Apr 5 at 1:10 | |
| stats | profile views | 1 |
|
Jan 24 |
awarded | Popular Question |
|
Dec 4 |
awarded | Supporter |
|
Sep 17 |
awarded | Scholar |
|
Sep 17 |
comment |
How to create a dynamic page based on form data with a plugin? The template method worked out for me and got the job done. I'm accepting this answer because it does show how to set up your own $post & $wp_query variables. |
|
Sep 17 |
accepted | How to create a dynamic page based on form data with a plugin? |
|
Sep 14 |
comment |
How to create a dynamic page based on form data with a plugin? Thanks @Milo I've been trying to use it on all sorts of different hooks without luck. It seems like such a simple idea, but apparently not. I'd love an answer to this, but given time constraints I'll likely go the custom template route suggested above sometime tomorrow. |
|
Sep 13 |
awarded | Editor |
|
Sep 13 |
revised |
How to create a dynamic page based on form data with a plugin? Corrected my rewrite rule's regex. |
|
Sep 13 |
comment |
How to create a dynamic page based on form data with a plugin? I tried setting the fake page ID equal to 1. That cleared up the notice, but still just showing the blog index. |
|
Sep 13 |
comment |
How to create a dynamic page based on form data with a plugin? That looks like what I need, but it's not quite working for me. Looking at the debug info, I added lines for $post->post_name and $wp_query->queried_object_id. Now the result is it shows the blog index and gives the notice Trying to get property of non-object in .../wp-includes/post-template.php on line 485 It looks to be trying to look up the page with id = -99, which fails. Any ideas? |
|
Sep 13 |
comment |
How to create a dynamic page based on form data with a plugin? Yeah, that would work. I'm trying to do it all without touching the theme... if that's what has to happen, so be it. But, I'd like it to be one self-contained plugin. |
|
Sep 13 |
asked | How to create a dynamic page based on form data with a plugin? |