“May the God of hope fill you with all joy and peace as you trust in him, so that you may overflow with hope by the power of the Holy Spirit.” –Romans 15:13
Tags: Easter, hope, Jesus, Romans 15:13
/*
Plugin Name: WP-JSON
Plugin URI: http://frontendbook.com/wordpress/plugins/wp-json
Description: A plugin that easily enables you start syndicating your blog entries using JSON. This enables third party integration with JavaScript solutions cross domain without use of proxy. Supports callback. If mod_rewrite permalinks are enabled call /feed/json/?callback=METHOD and if mod_rewrite is disabled call using ?feed=json&callback=METHOD
Author: Mattias Hising
Author URI: http://frontendbook.com
Version: 1.0
*/
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
","
","
"), "\n", $post->post_content);
if(!empty($post)) {
$arr['title'] = $post->post_title;
$arr['date'] = $post->post_date;
$arr['content'] = strip_tags($post_content);
$arr['image_url'] = $img[1][0];
}
}
if(function_exists('json_encode')) {
die(json_encode($arr));
} else {
//TODO: Add backwards compatibility to before PHP 5.2
require_once("lib/json.php");
$json = new Services_JSON();
die($json->encode($arr));
}
}
}
add_action('init','wp_json_check_url');
?>
“May the God of hope fill you with all joy and peace as you trust in him, so that you may overflow with hope by the power of the Holy Spirit.” –Romans 15:13
Tags: Easter, hope, Jesus, Romans 15:13
Give me a spoon and a bucket of this stuff and I’m a happy girl. Okay, maybe that’s a little over doing it. I really do love this recipe, though. Corn pudding (if you’ve never had it before) is a savory baked corn dish that is creamier than cornbread but more dense than a custard. Basically, it’s • Read More »
Tags: baked corn, Christmas, corn casserole, corn pudding, Easter, Fourth of July, holiday side dish, holidays, Ina Garten, Side Dish, Thanksgiving
I love deviled eggs and I love curry, so it pretty much was a given that I would love the two combined. This recipe is a fun twist on a classic! Major Grey’s chutney is a type of chutney, not a brand. If you don’t have it (or can’t find it), the eggs will still • Read More »
Tags: chutney, cumin, curry, deviled eggs, Easter, green onions, hard-boiled eggs, mayonnaise, picnic, scallions, stuffed eggs, Summer, yogurt