Vledder
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Products Quick View for WooCommerce] Disable quick view for mobileI’m having the same problem. Have you found a solution?
Forum: Plugins
In reply to: [WooCommerce] Woo Helper page missingI’m also experiencing this problem. @roy is there a page where I can see the status?
I would like to know when I can expect it to be functional again.:)
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] how have a list of resume on my website ?is this function already added?
I also need to List the applicants.
Gr
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Make my own job templateAre you looking for a list that shows the newest jobs?
Then i think you can use this code:
<ul> <?php $jobs = get_posts('post_type=jobman_job&numberposts=5'); ?> <? if ( $jobs ) : foreach ( $jobs as $job ) : setup_postdata( $jobs ); ?> <?php $permaid = $job->ID; ?> <li class="job_title"><p><a href="<?php echo get_permalink( $permaid ); ?>"><?php echo $job->post_title; ?></a></p></li> <? endforeach; endif; ?> </ul>Forum: Fixing WordPress
In reply to: is_tree submenu highlightingHey dude,
still struggling with this problem?
I also ran into this problem, its because this function uses an ID instead of an name, try running
<?php the_ID(); ?>to find out what id the garage-cabinets has and use it.
Viewing 5 replies - 1 through 5 (of 5 total)