Skip to content

Commit

Permalink
Updating Simple With the New $post_content Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jptksc committed Jul 30, 2013
1 parent fa9d34c commit 1c450af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions templates/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Need Help?
- Contact "help@dropplets.com".

# Version 1.0.2
- REVISED: Single post pages now include the Post Content tag integrated in Dropplets version 1.5.4.

# Version 1.0.1
- FIXED: Missing post thumbnail on 404 page.

Expand Down
3 changes: 2 additions & 1 deletion templates/simple/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</div>

<div class="three-quarters post">
<?php echo($post); ?>
<h2><?php echo($post_title); ?></h2>
<?php echo($post_content); ?>

<ul class="actions">
<li><a class="button" href="https://twitter.com/intent/tweet?screen_name=<?php echo($post_author_twitter); ?>&text=Re:%20<?php echo($post_link); ?>%20" data-dnt="true">Comment on Twitter</a></li>
Expand Down
4 changes: 0 additions & 4 deletions templates/simple/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ article.single {
max-width: 460px;
}

.post ul:nth-child(2) {
display: none;
}

.post p a,
.post ul a,
.post ol a {
Expand Down

0 comments on commit 1c450af

Please sign in to comment.