This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://unsplash.it/1440/375?random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://unsplash.it/1440/375?image=<?php echo rand(1, 716); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://lorempixel.com/400/200 to get a random picture of 400 x 200 pixels | |
http://lorempixel.com/g/400/200 to get a random gray picture of 400 x 200 pixels | |
http://lorempixel.com/400/200/sports to get a random picture of the sports category | |
http://lorempixel.com/400/200/sports/1 to get picture no. 1/10 from the sports category | |
http://lorempixel.com/400/200/sports/Dummy-Text ...with a custom text on the random Picture | |
http://lorempixel.com/400/200/sports/1/Dummy-Text ...with a custom text on the selected Picture |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy, All work no play makes Bo a dull boy. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a[href]:after { | |
content:"" !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
(function($) { | |
$(window).load(function(){ | |
$('.flexslider').flexslider(); | |
}); | |
})(jQuery); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_theme_support( 'woocommerce' ); | |
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 ); | |
add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_reviews_tab', 98 ); | |
function wcs_woo_remove_reviews_tab($tabs) { | |
unset($tabs['reviews']); | |
return $tabs; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Template Name: My Custom Page | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (class_exists('Woocommerce')) { | |
echo do_shortcode( '[product_category category="products" columns="3"]' ); | |
} | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (class_exists('Woocommerce')) { | |
echo do_shortcode( '[recent_products category="products" columns="3"]' ); | |
} | |
?> |
OlderNewer