m1stake
Forum Replies Created
-
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand pages breakes the templateOk, i used code like this
$Path=$_SERVER['REQUEST_URI']; if (strpos($Path, '/brands/') !== false) ...Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Successful submitting of requestOk, here is my webpage
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand pages breakes the templateOh, i found some div in my orderby.php, but it only affects the brands page. Is there any way to check if the page is a brand page? Something like is_product() ?
Forum: Plugins
In reply to: [Brands for WooCommerce] Permalinks for brand pageMany thx ) And I was looking somewhere in the plugin settings
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Get label valueOk, thx for the quick answer
angelo_nwl, so for example:
i have some event runs every monday and sunday all the year
i created it by the link /wp-admin/post.php?post=1547&action=editi made a custom calendar on home page without any dates (only week days at the head) and i want to link events from it to pages of recurring events like /?p=1547
Forum: Plugins
In reply to: [Geo Mashup] Location items map<?php query_posts( array (‘post_type’ => array( ‘hotel’, ‘museum’ ), ‘meta_value’ => $location_id) ); ?>
<?php echo GeoMashup::map( ‘map_content=contextual&cluster_max_zoom=50&zoom=11’ ); ?>
<?php wp_reset_query(); ?>this works, but it looks in all meta-keys ;(