-
Posted a reply to Using a URL to generate a dynamic page, on the site WordPress.org Forums:
I figured this out https://codex.wordpress.org/Rewrite_API/add_rewrite_rule function dpa_shelterluv_rewrite_rule() { add_rewrite_rule( '^animal/DPA-A-([^/]*)/?', 'index.php?page_id=30&animalId=$matches[1]', 'top' ); } add_action('init',… -
Created a topic, Using a URL to generate a dynamic page, on the site WordPress.org Forums:
Hello, hopefully I can describe what I'm trying to do.… -
Posted a reply to Shortcode does nothing, on the site WordPress.org Forums:
I fixed the error by adding this code to theme's functions.php /** * Get the… -
Posted a reply to Shortcode does nothing, on the site WordPress.org Forums:
Found the following errors in the httpd error log: [Mon Dec 11 12:47:07.724995 2017] [:error]… -
Posted a reply to Shortcode does nothing, on the site WordPress.org Forums:
I do not have a plugin named FitVids. I changed the permissions on the plugin… -
Posted a reply to Shortcode does nothing, on the site WordPress.org Forums:
Yes I have the two plugins installed and activated. I have several Gravity Forms. Also… -
Created a topic, Shortcode does nothing, on the site WordPress.org Forums:
I have tried a variety of short codes including just t…