-
Posted a reply to dynamic entry-title on page title, on the site WordPress.org Forums:
I think I know what to do. But, my biggest question is, if I have… -
Posted a reply to dynamic entry-title on page title, on the site WordPress.org Forums:
Here's my issue. I have a page that I am posting to. But, I am… -
Created a topic, dynamic entry-title on page title, on the site WordPress.org Forums:
All, if I had a page called "Search Results" and that … -
Posted a reply to Passing Posted Form Data to Shortcode, on the site WordPress.org Forums:
Thanks Joy. Much appreciated. I got it to work :) dpimental -
Posted a reply to Passing Posted Form Data to Shortcode, on the site WordPress.org Forums:
Understood. So, all this is handled in the call back function of the shortcode, correct? -
Posted a reply to Passing Posted Form Data to Shortcode, on the site WordPress.org Forums:
Here is the code from the wordpress page exactly how I tried using it. Use… -
Posted a reply to Passing Posted Form Data to Shortcode, on the site WordPress.org Forums:
I did write my own shortcode. The question is, how do I get form data… -
Created a topic, Passing Posted Form Data to Shortcode, on the site WordPress.org Forums:
How do I pass the posted form data to a shortcode. If … -
Posted a reply to Creating Custom PHP Functions, on the site WordPress.org Forums:
So, I use this code: // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode'… -
Posted a reply to Creating Custom PHP Functions, on the site WordPress.org Forums:
I just want to make sure I am following best practices. I found an example… -
Posted a reply to Creating Custom PHP Functions, on the site WordPress.org Forums:
Much thanks for your assistance. I will try creating the plugin. dpimental -
Posted a reply to Creating Custom PHP Functions, on the site WordPress.org Forums:
We have a plugin that allows us to enter php code on a wordpress page.… -
Posted a reply to Creating Custom PHP Functions, on the site WordPress.org Forums:
So, here is the actual situation. I am modifying pages for a church site. Currently,… -
Created a topic, Creating Custom PHP Functions, on the site WordPress.org Forums:
I don't know if this is the correct sub-forum for this…