This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| get_header(); | |
| $lede_id = get_option('home_lede'); | |
| die($lede_id); | |
| ?> | |
| <h1>You Suck!</h1> | |
| <header> | |
| <div class="left"> | |
| Lede Image here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#sltds-social_link_that_dont_suck').clone().appendTo('#node_content', function() { | |
| Drupal.attachBehaviors($('#node_content')); | |
| } | |
| ).attr('id', 'sltds-2'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('article:last').after(more, function () { | |
| D.attachBehaviors($('#more')); | |
| }); |
NewerOlder