python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WordPress - the_title() & the_content() are wrongly getting Post details instead of Page, after using shortcode
In about.php page, I have this shortcode to retrieve posts of a category:
<?php echo do_shortcode('[categoryposts catname="about-section-1"]'); ?>
functions.php:
function wpb_postsbyc...
compliance
Votes: 0
Answers: 0
creating a variable shortcode based on user input that returns (prechosen) variables Wordpress
I need to update values in all posts of a wordpress installation on a regular base. I was gooing to use shortcodes to insert the request into the wordpress post. Then use a custom functions.php that h...
Mr.Mullet
Votes: 0
Answers: 2
How to add best seller products for archive pages in Woocommerce
I want to list best seller products of that category under the bottom of the category page.
I am able to add custom code (php) under each category via GeneratePress theme's elements.
I tried few plugi...
Ned
Votes: 0
Answers: 1
Wordpress - Gravity Forms shortcode not working without url parameter present
I have some forms that will display based on a various conditions (post ID, unix time, etc). They're in the template file like so:
echo do_shortcode('[gravityform id="10" title="false&q...
stinkysGTI
Votes: 0
Answers: 0