I hereby claim:
- I am bpmore on github.
- I am bpmore (https://keybase.io/bpmore) on keybase.
- I have a public key whose fingerprint is ECE1 0D67 AADC F893 5DC8 29DE ADDF AE5D BEF3 EC42
To claim this, I am signing this object:
| <?php | |
| /* | |
| Plugin Name: Get Page Id and Site URL | |
| Description: Get the page id for SiteImprove Deep Linking | |
| Version: 1 | |
| Author: Mark Heffington | |
| Author URI: http://www.uca.edu/ | |
| */ | |
| /* | |
| Inside mu-plugins |
I hereby claim:
To claim this, I am signing this object:
| add_action( 'genesis_entry_content', 'os_show_featured_image_single_posts', 9 ); | |
| function os_show_featured_image_single_posts() { | |
| global $post; | |
| if ( ! is_singular( 'post' ) ) { | |
| return; | |
| } | |
| // Get the featured image HTML |
I hereby claim:
To claim this, I am signing this object:
| <?php if(function_exists('fetch_feed')) { | |
| include_once(ABSPATH . WPINC . '/feed.php'); // include the required file | |
| $feed = fetch_feed('http://69.65.177.39/webcache/v1.0/rssDays/7/list-rss/no--filter.rss'); // specify the source feed | |
| $limit = $feed->get_item_quantity(4); // specify number of items | |
| $items = $feed->get_items(0, $limit); // create an array of items | |
| $items = array_reverse($items); // display the sort correctly | |
| $feed->set_cache_duration (43200); // cache the feed 43200=12 hours |
| //Found here: https://wordpress.org/support/topic/how-to-rename-the-admin-sub-menu-name-of-a-custom-post-category-or-tag | |
| function wptutsplus_change_post_menu_label() { | |
| global $menu; | |
| global $submenu; | |
| echo "<pre>"; | |
| print_r($menu); | |
| print_r($submenu); | |
| echo "</pre>"; | |
| } | |
| add_action( 'admin_menu', 'wptutsplus_change_post_menu_label' ); |
| Verifying that +bpmore is my blockchain ID. https://onename.com/bpmore |
| /** | |
| * Makes Linkify Text work with Gravity View to link school to URL | |
| */ | |
| function more_text_replacements( $filters ) { | |
| $filters[] = 'gravityview_field_output'; | |
| return $filters; | |
| } | |
| add_filter( 'c2c_linkify_text_filters', 'more_text_replacements' ); |
| <?php | |
| if (function_exists('fetch_feed')) { | |
| include_once(ABSPATH . WPINC . '/feed.php'); // include the required file | |
| $feed = fetch_feed('http://69.65.177.39/webcache/v1.0/rssDays/2/list-rss/no--filter.rss'); // specify the source feed | |
| $limit = $feed->get_item_quantity(8); // specify number of items | |
| $items = $feed->get_items(0, $limit); // create an array of items | |
| $items = array_reverse($items); // display the sort correctly | |
| $feed->set_cache_duration(43200); // cache the feed 43200=12 hours |
| label:^smartlabel_receipt after:2014/12/30 before:2016/01/01 |