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
| <div class="grid_6 event-info"> | |
| <h2>Information and downloads</h2> | |
| <h4>Date:</h4> | |
| <p>01 Jan 2014</p> | |
| <h4>Email:</h4> | |
| <p><a href="#">[email protected]/a></p> | |
| <h4>Tel:</h4> |
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
| <img src="http://placehold.it/140x95"> | |
| <h3>Title</h3> | |
| <p class="date">Sunday 14th April 2013</p> | |
| <p>Description paragraph</p> | |
| <a href="#" class="btn">View details</a> |
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 | |
| /** | |
| * Usage: | |
| * Send the url you want to access url encoded in the url paramater, for example (This is with JS): | |
| * /twitter-proxy.php?url='+encodeURIComponent('statuses/user_timeline.json?screen_name=MikeRogers0&count=2') | |
| */ | |
| // The tokens, keys and secrets from the app you created at https://dev.twitter.com/apps | |
| $config = array( |
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 | |
| /** | |
| * Standard Tab Code from woocommerce-hooks.php | |
| */ | |
| /* Product page tabs */ | |
| add_action( 'woocommerce_product_tabs', 'woocommerce_product_description_tab', 10 ); | |
| add_action( 'woocommerce_product_tabs', 'woocommerce_product_attributes_tab', 20 ); | |
| add_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 ); | |
| add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_description_panel', 10 ); |
NewerOlder