Jivani Bharat
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce not showing all the categories and sub categoriesi hope fast you can add product to particular category to display category
Forum: Fixing WordPress
In reply to: Creating a sidebar menu for the parent of a selected page`<?php if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post->post_parent);
else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID);if ($children) { echo $children; } ?>
you can try about code i hope to usefull
Forum: Reviews
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Great plugin!!Easy to use.
And
i have Save data from google drive and online data fetch and generate chart it is beautifully pluginbig help to my for this plugin
Forum: Themes and Templates
In reply to: Change the Background Colour of Individual Postsplease below link check :::
https://codex.www.ads-software.com/Function_Reference/post_class
Forum: Fixing WordPress
In reply to: How combine multiple pages/templates into one page?simple you can template page add in another template
include(‘Template php file name write here’);
Forum: Themes and Templates
In reply to: Can't filter on category in loop with custom post typeyou can below query try :::
$args = array('showposts'=>25, 'category'=>'mycat', 'post_type'=>'mytype'); $query = new WP_Query($args);
Forum: Fixing WordPress
In reply to: How to add YouTube social media links in Header (Nexus theme)please check below link
i hope to usefull
Forum: Fixing WordPress
In reply to: Sidebar widgets in random orderyou can below some link check i hope to use full
https://www.jasonpaul.net/wordpress/random-widget-order-function/
Forum: Fixing WordPress
In reply to: Sidebar removal on single page not workinghi…
you can below condition to check i hope to use full
post_status is part of the $post object which you can use to determine if it is published, a draft, pending, etc.
if( $post->post_status == ‘pending’ )
Forum: Fixing WordPress
In reply to: Widgets not showing-up on front page`<?php dynamic_sidebar( ‘widget-area-id-write-here’ ); ?>’
Forum: Plugins
In reply to: [Contact Form 7] CF7 doesn`t work when inside this codei am not syor but check you can tab group used then jquery conflict issue