bm9876543210
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add a “Post title” in a paragraph with GutenbergI’ve found the answer to my question.
For those who may stumble upon this thread, here is the answer:..Add the below code to the functions.php file of your theme:
function post_title_sc( ){ return get_the_title(); } add_shortcode( 'post_title', 'post_title_sc' );
..This will create a shortcode called [post_title]
Use this shortcode [post_title] in your WordPress content.
Also, it’s best to use a child theme so you don’t lose the code when you update your theme.- This reply was modified 2 years, 10 months ago by bcworkz. Reason: code format fixed, thx for solution
Forum: Plugins
In reply to: [VS Contact Form] post/page title sent with the emailThank you Guido ??
Thanks Tobias,
Great support as always. ??Hello Remi,
The issue is not resolved and my site remains broken.
I had been waiting for a reply from the previous Automattic Happiness Engineer Con.
Con mentioned the error was from Elementor and as you can see from the thread I do not use Elementor.
I opened a ticket with Woocommerce support but they said: “they were not able to recreate this error on a sandbox site”.
I cannot even find the products my customers have ordered the database either.
Any recommendations are appreciated.
Forum: Plugins
In reply to: [WooCommerce] Order details missingHello,
Has there been any resolution to this?
ThanksThanks for your reply Con,
As per my first post, I do not have Elementor installed.
(My theme is a registered version of Flatsome).Thanks for any help.
Forum: Plugins
In reply to: [WooCommerce] Apple Pay domain verification failed.I’ve disabled the “Enable Payment Request Buttons” in the WooCommerce Stripe Gateway plugin. How many people pay with this service anyways.
Excellent.. Thank you very much Tobias.
Im getting closer to what I had in mind.
I just need to find out how to wordwrap the data in the box.