I hereby claim:
- I am jondueck on github.
- I am jondueck (https://keybase.io/jondueck) on keybase.
- I have a public key ASD9Nw4S0vKj1Q_aR4rwEBHCHBxCbyzyGZedrZPqDfI3ugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| font-size: 100%; | |
| font-weight: normal; | |
| -ms-text-size-adjust: none; | |
| -webkit-text-size-adjust: none; | |
| text-size-adjust: none; | |
| text-rendering: optimizeLegibility; | |
| -webkit-font-feature-settings: "liga" 1, "kern" 1; | |
| font-feature-settings: "liga" 1, "kern" 1; | |
| -webkit-font-kerning: normal; | |
| font-kerning: normal; |
| function wpa83797_sermons_rewrite_rules(){ | |
| add_rewrite_rule( | |
| 'sermons/([0-9]{4})/([0-9]{1,2})/?$', | |
| 'index.php?post_type=sermons&year=$matches[1]&monthnum=$matches[2]', | |
| 'top' | |
| ); | |
| add_rewrite_rule( | |
| 'sermons/([0-9]{4})/?$', |
| (guardlink.org|free-share-buttons.com|free-social-buttons.com|event-tracking.com|buy-cheap-online.info|Get-Free-Traffic-Now.com|gigapeta.com|pornhub-forum.ga|social-buttons\.com|simple-share-buttons.com|best-seo-offer.com|buttons-for-your-website.com|darodar.com|100dollars-seo.com|sitevaluation.org|dailyrank.net|semaltmedia.com|webmonetizer.net|dailyrank.net) |
| <?php | |
| if (134 == $post->post_parent) { | |
| include (TEMPLATEPATH . '/page-mysubpagetemplate.php'); // Name this for your child page template name | |
| exit(); | |
| } else { | |
| // Do something else | |
| // You might want to stick your regular page.php code in here, or alternatively, you could call another template | |
| }; ?> |
| RewriteEngine On | |
| RewriteCond %{HTTP_HOST} !^your-site.com$ [NC] | |
| RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301] | |
| # BEGIN GZIP | |
| <ifmodule mod_deflate.c> | |
| AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript image/svg+xml image/x-icon | |
| </ifmodule> | |
| # END GZIP |
| # BEGIN GZIP | |
| <ifmodule mod_deflate.c> | |
| AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript | |
| </ifmodule> | |
| # END GZIP |
| <?php urlencode(the_permalink()); ?> |
| RewriteEngine On | |
| RewriteCond %{HTTP_HOST} !^your-site.com$ [NC] | |
| RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301] |