Srikanthjaladi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create a child theme/* Theme Name: Your Theme Name Theme URI: You Site URI Author: the WordPress team Author URI: Author URI Version: version number License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This theme, like WordPress, is licensed under the GPL. */
Copy and paste the above code into your style.css, it will create your custom theme.
- This reply was modified 6 years, 10 months ago by Srikanthjaladi.
Hi Sami,
Thank you for reply, can you please provide me some guidance for the custom functionality.
Hi Guys,
I found a solution. Use the following statements any one them in your search term.
$search_term = esc_js($search_term);
(OR)
$search_term = esc_attr($search_term);
(OR)
$search_term = json_encode($search_term);Thanks
SrikanthForum: Plugins
In reply to: [Ultimate WP Query Search Filter] Price rangeHi respectyoda,
I am not getting the published parent products, if i change post type -> published to inherit i am getting all the child products. but i am not getting the parent product because parent didn’t have the price. So how can i update parent price if i have morethan 1 child for parent product. If parent price gets updates my problem will be solved. So plz help me . Thanks guys.
Forum: Installing WordPress
In reply to: Get Parent Title of MenuHi thanks for reply..
But the above code display the post title only.
But i need the menu title name as i explained above.
I am asking for Page template not the page..
If anybody know please reply.
Anyway thank u … thanks a lot.