lanztuss12
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] Now Working on static homepageoh i mistype the title. it should be not working.:)
Forum: Plugins
In reply to: [WP-PostViews] How to add images after the title in the most viewed?i already found it in the setting. my bad. sorry! this plugin is great!
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] pagination is not workingIt worked! Thanks a lot!
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] pagination is not workingi already send. kindly please check thanks!
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] pagination is not workingi have same problem with them. kindly please help us
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] pagination is not workingMy WP Version is: 4.5.3
My WC Version is: 2.6.2This is my code in my page. [product_category category=”combi”] the pagination is not working
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] pagination is not workingthis is my website https://m.jhoss-anncurtains.com/combi-blinds/
Thanks Dario! also do we have an option wherein i can put the rating wherever i want?
my current is archive page is:
Thumbnail Picture
Title
RATING
paragraphI want to have:
Thumbnail
Rating
Title
ParagraphI got also same problem, it worked. but in my single post it display 3 results of stars
hi, i already figured it out. i just deleted the part that i dont want to show.
<?php if($price_type): ?><li><?php echo __($this->wpl_properties['current']['materials']['price_period']['name'], WPL_TEXTDOMAIN).' : <span>'.$price_type.'</span>'; ?></li><?php endif; ?>
but how can i add new field?I just edit the code, i want to show the floor area that i created.
<?php if(trim($floor_area) != ''): ?><li><?php echo __($this->wpl_properties['current']['materials']['floor_area']['name'], WPL_TEXTDOMAIN).' : <span>'.$floor_area.'</span>'; ?></li><?php endif; ?>
but it didn’t appear
hi, i already figured it out. i just deleted the part that i dont want to show.
<?php if($price_type): ?> <li><?php echo __($this->wpl_properties['current']['materials']['price_period']['name'], WPL_TEXTDOMAIN).' : <span>'.$price_type.'</span>'; ?></li> <?php endif; ?>
but how can i add new field?
I just edit the code, i want to show the floor area that i created.
<?php if(trim($floor_area) != ''): ?> <li><?php echo __($this->wpl_properties['current']['materials']['floor_area']['name'], WPL_TEXTDOMAIN).' : <span>'.$floor_area.'</span>'; ?></li> <?php endif; ?>
but nothing shows
Hi, I think your answer is not related to my question. i just want to edit the widget from the right and only edit what field must be included in the widget. your answer is referring on house to customize the agents widget section
Forum: Fixing WordPress
In reply to: About foreach argumentthis one works in a single
<?php
global $wp_query;
$postid = $wp_query->post->ID;echo ‘<a href=”‘;
echo get_metadata(‘post’,$postid,’vlink_1′,’true’);
echo ‘” target=”_blank”>’;
echo ‘Openload.io’;
echo ”;
?>But I need multiple array. I want to get all the links in my database with same metakey
Forum: Fixing WordPress
In reply to: About foreach argumentthanks for your help guys. but i need is, i want to put it inside a link. the “title of the link” must be inside href. how can i fix that errors?