KGD2006
Forum Replies Created
-
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Countries outside europeThank you – that solved our problem.
Thank you!
Kind regards!
Thank you for a very informative answer! One last question: If I find that all my warnings are related to the page builder. Does this mean that I can ignore the warnings and be convinced that it won’t affect my result with google? Or do googles algoritms have the same difficulties with reading the content from the page builder (in this case WP Bakery)?
Forum: Plugins
In reply to: [Frontend Uploader] No upload confirmation status after submitHi, I got a simular problem after upload ! get redirected to the startpage of the site. In my case it’s just an image and a description that I’m trying to upload.
Forum: Fixing WordPress
In reply to: Get parent to display specific subpage and it’s whole contentThank’s Hfort, this solves my problem, can be very useful for me in the future as well!
Forum: Fixing WordPress
In reply to: Displaying Specific Child Contents on Parent PageGreat this seems to be the right type of template for me. Only 1 problem (I´m a noob at php as well). In my previous template for the childpages I used 2 specialtags:
To use a alternate title: <?php $altrubrik = get_post_meta($post->ID, ‘altrubrik’, $undersida = true); ?>
and then
<?php echo $altrubrik ?>
To use a second content: <?php get_the_content_2(); ?>
and then:
<?php the_content_2(); ?>
When I try to implement these into your code I can´t get it to work, ideas where and how to put it in?