Skip to content

Instantly share code, notes, and snippets.

View ghankerson's full-sized avatar

Geoff Hankerson ghankerson

  • American Public Media
View GitHub Profile
<?php
get_header();
$lede_id = get_option('home_lede');
die($lede_id);
?>
<h1>You Suck!</h1>
<header>
<div class="left">
Lede Image here
$('#sltds-social_link_that_dont_suck').clone().appendTo('#node_content', function() {
Drupal.attachBehaviors($('#node_content'));
}
).attr('id', 'sltds-2');
$('article:last').after(more, function () {
D.attachBehaviors($('#more'));
});