Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with an if/then statement

Cool. You’ll find it is an improvement. :)

That’s really simple. Just change post_form() to post_form('Take some Pizza') or whatever else you want in there.

(The only reason I know this is I looked into template-functions.php and searched for post_form, then saw this:

function post_form( $h2 = '' ) {

which tells me it wants $h2 as an argument. $h2 is the <h2>text here</h2> as you can imagine.)

Skip to toolbar