About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode Explained
- SEO WordSpinner Plugin - A Killer SEO Plugin for WordPress
- Weather Forecasts for WordPress - WP Wunderground Plugin
- jQuery validator annoyances
Tag Cloud
Search Engine Optimization Denver SEO Domains CSS Plugin WordPress Web Design Blogging Google Search Nofollow Website Redesign SEO Code Denver WordPress Plugins Functions.php Google SEO Links Interspire Shopping Cart Shopping Cart WordPress SEO Javascript Optimization Marketing Interspire Development WP Plugins eCommerce Design WordPress Development
Tag Archives: WordPress Shortcode
Gravity Forms Shortcode Explained
This post is about Gravity Forms, a WordPress contact form plugin.
What are shortcodes?
Think of shortcodes as a placeholder for where other content will be displayed: instead of “Insert a Gravity Forms form here,” we use the gravityform shortcode. Learn more about shortcodes on WordPress.org.
The Gravity Forms shortcode has five pieces:
[gravityform id=# name=TEXT title=boolean description=boolean ajax=boolean]
id(required) – The ID of the form, as displayed on the Gravity Forms Edit Forms page in the Id columnname(required) - The name of the form.title– Show the title to users? Default is true; set to “false” to disabledescription– Show the form’s description to users? Default is true; set to “false” to disable.ajax– Submit the form without refreshing? Default is false; set to “true” to enable.
Gravity Forms Shortcode Examples:
[gravityform id=1 name=Example Form title=false description=false ajax=true]
Will result in Form #1 being displayed without a title or description, with no-refresh entry submission.
Posted in Tutorial, WordPress
Tagged Gravity Forms, Gravity Forms Ajax, Gravity Forms Plugin, shortcode, WordPress Shortcode
6 Comments
WordPress Digg Shortcode Function – As Seen on WordPress.com
When moving from WordPress.com, my Digg shortcodes broke.
I wanted a simple way to transition my Digg chicklets to a WordPress.org installation.
ArrayI created a function that does nothing special, except for reproducing the Digg shortcode functionality on WordPress.com. All you need to do is enter [digg=http://digg.com/path_to_story_on_digg], and it will create a Digg This chicklet for you. Here’s the code in action →
Posted in Code, WordPress
Tagged Digg, Digg Shortcode, Functions.php, WordPress Shortcode, WordPress.com
2 Comments