steepho
Forum Replies Created
-
yes, i have the same problem…
No problem,thanks in advance.
The plugin is awesome and it’s really great that you take care for every question.Hey matchstickmedia, hey Jacob,
yesterday I posted my problem with the custom fields (content disappears when inserting the slider-shortcode to the content of a page)…Now I searched for the Page.ly MultiEdit Plugin, which does something similar, like I’m trying manually (having columns for content by custom fields on pages)…
So maybe our problem is just the same or at least similar…
If you find any solution, I’d be very thankful, if you could post it.
Best regards,
steephosame sh….ortcode-problem, different day.
First I thought the two plugins aren’t compatible or something, so I used the ‘normal’ custom fields, but it’s still the same…Now the code looks like this:
<div id="roomfortheslider"> <?php the_content() ?> </div> <div class="shit"> <p> <?php $firstColumn = get_post_meta($post->ID, 'first-column', true); ?> <?php echo $firstColumn; ?> </p> </div>
Unfortunately everytime I insert the shortcode in the major content area, all the content of the custom fields still say “good bye” :-/
For better understanding, maybe i should give you a short overview, how the custom fields are mentioned in my code:
<div> <?php the_content() ?> <!-- the 'normal' content area, the shortcode for the slider is put in here in the WP-backend --> </div> <div> <!-- This for the implementation of the custom field --> <?php $firstcol = get_post_custom_values('colone', $post->post_ID); print $firstcol[0]; ?> </div>