zsolt
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Maps and Locations sincronForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] adverts ads type => half stbForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WP Advert moderator does not work wellHello
Solution 2 was good thank you
however, I still found an error that the rejection and authorization emails are not sent
what can it be
Thank you
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Pay for Listing with myCred-PointsHi,
I would also be interested in mycred integration.Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Memberships Errorokay
sent
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] ad list, category and validity visibilityHi,
Perfect! Thank you
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Show post viewHi,
ooo I understand
Thank you Greg
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] ad list, category and validity visibilityThanks
If I only want to display the main category?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Show post viewHello
add_action( "adverts_tpl_single_details", "my_adverts_tpl_single_show_id" ); function my_adverts_tpl_single_show_id( $post_id ) { ?> <div class="adverts-grid-row"> <div class="adverts-grid-col adverts-col-30"> <span class="adverts-round-icon adverts-icon-wordpress"></span> <span class="adverts-row-title">ID</span> </div> <div class="adverts-grid-col adverts-col-65"> <?php esc_html_e( $post_id ) ?> </div> </div> <?php }
add_action( "adverts_tpl_single_details", "my_adverts_tpl_single_show_id" ); function my_adverts_tpl_single_show_id( $post_id ) { ?> <div class="adverts-grid-row"> <div class="adverts-grid-col adverts-col-30"> <span class="adverts-round-icon adverts-icon-wordpress"></span> <span class="adverts-row-title">ID</span> </div> <div class="adverts-grid-col adverts-col-65"> <?php echo do_shortcode("[post-views]"); ?> </div> </div> <?php }
Code 2 together causes an error
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Delete photos when advert expiresForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Show post viewHello
Does not work.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] total number of adsHello
Thanks Greg
If anyone didn’t know:
`function wpb_total_posts() {
return wp_count_posts( ‘advert’ )->publish;
}
add_shortcode( ‘total_posts’, ‘wpb_total_posts’ );Shortcode: [total_posts]
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] migrate adsüdv?zl?m
Wp all export és a wp all import szükséges hozzá.
Nálam 5 percenként fut le.
https://adsgo.onlineForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Delete images and expired adshello,
It works perfectly.
thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Delete images and expired adsHi,
Thank you on behalf of everyone
If I understand correctly, you will put it in the trash after 15 days?
this is the code:
// delete the ads 30 days after expiration
define( “AUTO_DELETE_EXPIRED_DELTA”, 30 )Delete forever?