solembeem
Forum Replies Created
-
Hi, just for people who want to do it I’ve find my work around by editing the acadp-public-listings-list-display.php
Instead of calling the_acadp_listing_thumbnail() , I have copy the code from the the_acadp_listing_thumbnail() function and add it directly to the public-listings-list-display.php file.
=====================================
<?php if( $can_show_images) { //Check if post have image , show image's thumbnail if( isset( $post_meta['images'] ) ) { $images = unserialize( $post_meta['images'][0] ); $image_attributes = wp_get_attachment_image_src( $images[0], 'medium' ); $image = $image_attributes[0]; ?> <div class="col-md-2"> <a href="<?php the_permalink(); ?>" target="_blank"> <?php echo '<img src="'.$image.'" />'; ?></a> </div> <?php } } ?>Forum: Plugins
In reply to: [Posts in Sidebar] “Display All Post” link not showOh !! that is work!!!
Thank you so much.
Forum: Plugins
In reply to: [Posts in Sidebar] “Display All Post” link not showThe slug is
“annonces”Forum: Plugins
In reply to: [Posts in Sidebar] “Display All Post” link not showHi ,
I try with the Author “Admin” and it show but actually I want it link to go to the custom post type but when I select that it not showing.Thank you for your answer.
GaiForum: Plugins
In reply to: [Campaign Monitor Forms by Optin Cat] How to add the form to my page templateHi , Thank you for your answer but I have a work around by create a custom widget and then add the widget to my page template.
Thank you.
- This reply was modified 8 years, 11 months ago by solembeem.
Forum: Plugins
In reply to: [Infolinks Official Plugin] WP 4.6 compatibilityI’m using it with 4.6.1 and have no problem with it so far.
I’ve found the solution ,
So open the post-expiration.pot in Poedit and modified the translations and then export to .mo with the file name of post-expirator-fr_FR.mo