Forum Replies Created
-
AuthorPosts
-
sminker
MemberI need to do this, but I don't understand your instructions about the pre_get_posts_orderby filter. Could you point me in the right direction? I have a limited understanding of PHP.
sminker
MemberActually, I just solved my problem with help from code on Kevin Shoffner's website and information on the ACF website. Here is how I solved it:
add_action( 'genesis_entry_content', 'ccs_stationery' ); function ccs_stationery() { if ( is_single() && get_field('ccs_letter') ) echo '<div class="letter">'. get_field('ccs_letter') .'</div>'; }get_post_meta only brings in the text from the wysiwyg editor, but not the html. You have to use get_field or the_field to get the html, which is what I needed.
thanks for your response, @braddalton
sminker
MemberDale,
I have tried to call you a couple of times but I got a busy signal each time I called. I would like to get back to you about your website, but don't have your email.
--sally
sminker
MemberThanks, Dave. Epik looks very nice. Not sure it will work for my client, but it is definitely a nice theme in the spirit of what she wants.
-
AuthorPosts