hamzaa1995
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: category description not showing in my woocommerce@soberbanda this is not working as well :(. I have tried other solutions and they are also not working
Forum: Fixing WordPress
In reply to: category description not showing in my woocommerce@soberbanda code pasted successfully but the issue still not resolved. description not showing on category pages
Forum: Fixing WordPress
In reply to: category description not showing in my woocommercean error is occurred when i am putting this code
<?php global $post; $args = array( 'taxonomy' => 'product_cat'); $terms = get_the_terms($category->slug,'product_cat', $args); $count = count($terms); if ($count > 0) { foreach ($terms as $term) { echo '<div style="direction:rtl;">'; echo $term->description; echo '</div>'; } } ?>to function.php file
the error is
syntax error, unexpected ‘<‘, expecting end of fileForum: Fixing WordPress
In reply to: category description not showing in my woocommerceDear Kuldeep,
The code that is given in the post. Where do I have to paste it?
Forum: Fixing WordPress
In reply to: I want to create a candidate listing portalHi George Appiah,
thank you so much for answering. I am using WP Job Manager for Job listing that is enough for but I need a small portal in which I’ll give credentials to my clients and they can show the exactly what they want example I have a school client and they want that I’ll give them the login credentials so when they log in they can see all the candidate list that are teachers not any other candidates list.your quick response highly appreciated.