Forum Replies Created

Viewing 6 Topics - 1 through 6 (of 6 total)
Author Posts
August 22, 2013 at 2:21 pm in reply to: Formatting working only the second time? 7295
nathaliehamidi nathaliehamidi

Any chance with finding out what happens?
Thanks for any help.

August 20, 2013 at 3:46 pm in reply to: Formatting working only the second time? 7205
nathaliehamidi nathaliehamidi

Before I publish them

Wordpress Edit post screenshot:

Preview:

After I press publish

Wordpress Edit post screenshot:

Published post:

August 20, 2013 at 3:25 pm in reply to: Formatting working only the second time? 7202
nathaliehamidi nathaliehamidi

My users say that once it is published, if they enter the book excerpt a second time, it works fine.

August 20, 2013 at 3:24 pm in reply to: Formatting working only the second time? 7201
nathaliehamidi nathaliehamidi

$book_excerpt = get_post_meta ( $post->ID, 'book_excerpt', true );

then later:

if ( $book_excerpt != "" ) {
	echo ( "<h2>Excerpt</h2>"
	. "<p>&nbsp;</p>"
	. $book_excerpt
	. "<p>&nbsp;</p>" );
August 20, 2013 at 2:58 pm in reply to: Formatting working only the second time? 7198
nathaliehamidi nathaliehamidi

I’m not sure this is it because the “Excerpt” of the book is not the wordpress post excerpt, it is *called* Excerpt on the page, but it is a textarea field with rich textarea from your form.

See here: http://findreadlove.com/wp-admin/post.php?post=18&action=edit
Textarea: Book Excerpt

August 20, 2013 at 2:26 pm in reply to: Formatting working only the second time? 7195
nathaliehamidi nathaliehamidi This reply has been marked as private.
Viewing 6 Topics - 1 through 6 (of 6 total)