| (.+)/gallery/([^/]+)/?$ | index.php?post_type=gallery&title=$matches[2]&posts_per_page=-1 |
| gallery/([^/]+)/?$ | index.php?post_type=gallery&title=$matches[1]&posts_per_page=-1 |
| gallery/page/([^/]+)/?$ | index.php?pagename=gallery&paged=$matches[1] |
| gallery/page/([^/]+)?$ | index.php?pagename=gallery&paged=$matches[1] |
| category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?category_name=$matches[1]&feed=$matches[2] |
| category/(.+?)/(feed|rdf|rss|rss2|atom)/?$ | index.php?category_name=$matches[1]&feed=$matches[2] |
| category/(.+?)/page/?([0-9]{1,})/?$ | index.php?category_name=$matches[1]&paged=$matches[2] |
| category/(.+?)/?$ | index.php?category_name=$matches[1] |
| tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?tag=$matches[1]&feed=$matches[2] |
| tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?tag=$matches[1]&feed=$matches[2] |
| tag/([^/]+)/page/?([0-9]{1,})/?$ | index.php?tag=$matches[1]&paged=$matches[2] |
| tag/([^/]+)/?$ | index.php?tag=$matches[1] |
| type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?post_format=$matches[1]&feed=$matches[2] |
| type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?post_format=$matches[1]&feed=$matches[2] |
| type/([^/]+)/page/?([0-9]{1,})/?$ | index.php?post_format=$matches[1]&paged=$matches[2] |
| type/([^/]+)/?$ | index.php?post_format=$matches[1] |
| gallery/.+?/attachment/([^/]+)/?$ | index.php?attachment=$matches[1] |
| gallery/.+?/attachment/([^/]+)/trackback/?$ | index.php?attachment=$matches[1]&tb=1 |
| gallery/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| gallery/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| gallery/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ | index.php?attachment=$matches[1]&cpage=$matches[2] |
| gallery/(.+?)/trackback/?$ | index.php?gallery=$matches[1]&tb=1 |
| gallery/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?gallery=$matches[1]&feed=$matches[2] |
| gallery/(.+?)/(feed|rdf|rss|rss2|atom)/?$ | index.php?gallery=$matches[1]&feed=$matches[2] |
| gallery/(.+?)/page/?([0-9]{1,})/?$ | index.php?gallery=$matches[1]&paged=$matches[2] |
| gallery/(.+?)/comment-page-([0-9]{1,})/?$ | index.php?gallery=$matches[1]&cpage=$matches[2] |
| gallery/(.+?)(/[0-9]+)?/?$ | index.php?gallery=$matches[1]&page=$matches[2] |
| robots\.txt$ | index.php?robots=1 |
| .*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$ | index.php?feed=old |
| feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?&feed=$matches[1] |
| (feed|rdf|rss|rss2|atom)/?$ | index.php?&feed=$matches[1] |
| page/?([0-9]{1,})/?$ | index.php?&paged=$matches[1] |
| comments/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?&feed=$matches[1]&withcomments=1 |
| comments/(feed|rdf|rss|rss2|atom)/?$ | index.php?&feed=$matches[1]&withcomments=1 |
| comments/page/?([0-9]{1,})/?$ | index.php?&paged=$matches[1] |
| search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?s=$matches[1]&feed=$matches[2] |
| search/(.+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?s=$matches[1]&feed=$matches[2] |
| search/(.+)/page/?([0-9]{1,})/?$ | index.php?s=$matches[1]&paged=$matches[2] |
| search/(.+)/?$ | index.php?s=$matches[1] |
| author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?author_name=$matches[1]&feed=$matches[2] |
| author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?author_name=$matches[1]&feed=$matches[2] |
| author/([^/]+)/page/?([0-9]{1,})/?$ | index.php?author_name=$matches[1]&paged=$matches[2] |
| author/([^/]+)/?$ | index.php?author_name=$matches[1] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3] |
| ([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3] |
| ([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3] |
| ([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3] |
| ([0-9]{4})/([0-9]{1,2})/?$ | index.php?year=$matches[1]&monthnum=$matches[2] |
| ([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&feed=$matches[2] |
| ([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&feed=$matches[2] |
| ([0-9]{4})/page/?([0-9]{1,})/?$ | index.php?year=$matches[1]&paged=$matches[2] |
| ([0-9]{4})/?$ | index.php?year=$matches[1] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$ | index.php?attachment=$matches[1] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$ | index.php?attachment=$matches[1]&tb=1 |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ | index.php?attachment=$matches[1]&cpage=$matches[2] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1 |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$ | index.php?attachment=$matches[1] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$ | index.php?attachment=$matches[1]&tb=1 |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ | index.php?attachment=$matches[1]&cpage=$matches[2] |
| ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4] |
| ([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$ | index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3] |
| ([0-9]{4})/comment-page-([0-9]{1,})/?$ | index.php?year=$matches[1]&cpage=$matches[2] |
| .?.+?/attachment/([^/]+)/?$ | index.php?attachment=$matches[1] |
| .?.+?/attachment/([^/]+)/trackback/?$ | index.php?attachment=$matches[1]&tb=1 |
| .?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| .?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ | index.php?attachment=$matches[1]&feed=$matches[2] |
| .?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ | index.php?attachment=$matches[1]&cpage=$matches[2] |
| (.?.+?)/trackback/?$ | index.php?pagename=$matches[1]&tb=1 |
| (.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ | index.php?pagename=$matches[1]&feed=$matches[2] |
| (.?.+?)/(feed|rdf|rss|rss2|atom)/?$ | index.php?pagename=$matches[1]&feed=$matches[2] |
| (.?.+?)/page/?([0-9]{1,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] |
| (.?.+?)/comment-page-([0-9]{1,})/?$ | index.php?pagename=$matches[1]&cpage=$matches[2] |
| (.?.+?)(/[0-9]+)?/?$ | index.php?pagename=$matches[1]&page=$matches[2] |
Hey Chris…met you last night at the LV/Wimberley game…I like your setup and would like to see and hear more about it…I listened to the interviews ya’ll did for the game with interest…also, thought you might want to know that in your listing of interviewees you have Colbey Coleman as a QB vice a CB…give me a shout through my email or phone…210-912-9789…it was good meeting you…
I thought you might want the La Vernia score from last night (9-19)…La Vernia 42, Canyon Lake 8…back to back hill country wins for the Bears….be a much tougher game next week when state ranked Cuero comes to town.
Yeah, I caught that on my Twitter feed last night and even though we had Canyon Lake ranked dead last in their class, I am sold on La Vernia. I just might have to make it for the Cuero game.
La Vernia 21, Cuero 6 — What else is there to say? Go Bears Go!