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 | |
| class Slide_Carousel { | |
| /** | |
| * class base for this component | |
| * | |
| * @var string | |
| **/ | |
| static $id = 'slide-carousel'; |
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
| /** | |
| * terms_clauses | |
| * | |
| * filter the terms clauses in get_terms(), allow post_type arg | |
| * | |
| * @param $clauses array | |
| * @param $taxonomy string | |
| * @param $args array | |
| * @return array | |
| * @author Jessica Yazbek |
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
| /** | |
| * strip_articles_from_slug | |
| * | |
| * Remove a, an, the from post slugs on new posts, so post listings | |
| * can be alphabetized by slug and ignore leading articles | |
| * | |
| * @param $postarr post being set up | |
| * @param $data data for the database | |
| * @return array | |
| * @author Jessica Yazbek |
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
| <!DOCTYPE html> | |
| <html lang=""> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title> Checkout | Gala Demo 2011</title> | |
| <meta name="description" content="" /> | |
| <meta name="keywords" content="" /> | |
| <meta name="robots" content="" /> | |
| <link rel="stylesheet" href="http://76.179.10.111/2011/wp-content/ms-themes/3/demo-gala-1/style.css"> |
NewerOlder