Skip to content

Commit

Permalink
UUP Templates
Browse files Browse the repository at this point in the history
andrewmbacon committed Aug 8, 2014
1 parent 7e779a1 commit 184b8c0
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions user-index-table.php
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php the_content(); ?>
<div class="user-index">
<?php $thing = get_the_ID(); $userTags = get_post_meta($thing, 'userTags', true);
$userTags = str_replace(' ', '', $userTags);
3 changes: 2 additions & 1 deletion user-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
Template Name: User Index
Template Name: User List
* This page template has no padding, and does not display the page title.
* Useful for large images, iframes, or other edge cases.
*/
@@ -19,6 +19,7 @@
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php the_content(); ?>
<div class="user-index">
<?php
$thing = get_the_ID(); $userTags = get_post_meta($thing, 'userTags', true);

0 comments on commit 184b8c0

Please sign in to comment.