This howto describes installing entware for the Tomato open-source router firmware.
- USB stick - 1G or more in size
- USB-capable router running TomatoUSB.
| <?php | |
| global $acf_recalc_settings; | |
| // IMPORTANT: Customize these settings for your website. | |
| $acf_recalc_settings = array( | |
| // How many updates to do each page load. As of November 2018, Google's GeoLocation API limit is 100 per second. | |
| 'posts_per_run' => 16, | |
This howto describes installing entware for the Tomato open-source router firmware.
| /* Optional CSS for themes that don't wrap the pre tag properly */ | |
| div.github-gist-block pre { | |
| background-color: #F5F5F5; | |
| border: 1px solid rgba(0, 0, 0, 0.15); | |
| border-radius: 4px 4px 4px 4px; | |
| display: block; | |
| font-size: 13px; | |
| line-height: 20px; | |
| margin: 0 0 10px; | |
| padding: 9.5px; |
| /* | |
| Make the Facebook Like box responsive (fluid width) | |
| https://developers.facebook.com/docs/reference/plugins/like-box/ | |
| */ | |
| /* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */ | |
| #fb-root { | |
| display: none; | |
| } |
| <?php | |
| /* | |
| * Usage for a custom post type named 'movies': | |
| * unregister_post_type( 'movies' ); | |
| * | |
| * Usage for the built in 'post' post type: | |
| * unregister_post_type( 'post', 'edit.php' ); | |
| */ | |
| function unregister_post_type( $post_type, $slug = '' ){ |