flinsi
Forum Replies Created
-
Hi folks,
believe it or not, but I’m still too dumb to get it work properly;-(
Take a look at these three screenshots:
WP Custom Field (Kontakt): https://dl.dropboxusercontent.com/u/538449/Bildschirmfoto%202015-07-21%20um%2022.01.04.png
WP Page: https://dl.dropboxusercontent.com/u/538449/Bildschirmfoto%202015-07-21%20um%2022.03.43.png
Output: https://dl.dropboxusercontent.com/u/538449/Bildschirmfoto%202015-07-21%20um%2022.04.04.pngAs you can see, the WP-shortcode of the contact form isn’t translated;-(
What’s wrong here?
Big Thanx
ThomasHi all,
can anybody give me a helping hand in the next few days?
Kind regards
Hi nyoz,
thanx! I tried your code example but sadly the result is the same;-(
But now I noticed that the HTML markup isn’t empty! I’ll get back a “36”! In my opinion the reason therefor is, that the 36 is in the WP contact form shortcode: [contact-form-7 id=”36″ title=”Kontaktformular”].
Are you using WP 4.0?
Kind regards
ThomasHi there once again,
to complete my last comment: I’m using WP 4.0! Maybe that could be the reason?
I would really appreciate a quick helping hand;-)
Kind regards
ThomasHi,
everything seems to work fine, but at the frontend my contact form is not be rendered;-( The HTML-Markup is just empty!
I used this code:
<?php global $wp_query; $postid = $wp_query->post->ID; echo get_post_meta($postid, 'kontaktformular', true); wp_reset_query(); ?>As you can see my ACF custom field has the name “kontaktformular”!
Any ideas???
Kind regards
Thomas