wnpaul
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Multi-page forms?Thank you, buzztone, even though that just points me to Gravity Forms rather than to a starting point for custom programming multipage forms.
I guess at this stage there is no answer to my question other than purchasing one of the premium forms plugins.Forum: Plugins
In reply to: [Contact Form 7] Multi-page forms?buzztone, could you point me in the right direction regarding programming multipage using Contact Form 7?
I am willing to experiment and learn, but a starting point would be nice …
Forum: Fixing WordPress
In reply to: static Home page – How to Remove Title? I’ve tried everything!?Since I use WP to create websites, not just blogs, I frequently have situations where I have more than one page where I don’t want a title displayed. However, each page needs to have a title to identifiy it in the Dashboard list and to create a permalink.
I also frequently want the menu entry for a page to be different from its title (i.e. shorter).
So I create two custom fields, menu_title and page_title, which I can either set or not set, to the same thing as the title or to something different, just as I like, and in my templates I retrieve that special field with get_post_meta and output it (a) as the page title (so if it is not set, no page title will display) and (b) in the menu (so the menu item can be shorter than the actual title).
Works quite nicely.