Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UUP Templates
  • Loading branch information
andrewmbacon committed Aug 8, 2014
1 parent 7e779a1 commit 184b8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions user-index-table.php
Expand Up @@ -19,6 +19,7 @@ get_header(); ?>
<?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);
Expand Down
3 changes: 2 additions & 1 deletion user-index.php
@@ -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.
*/
Expand All @@ -19,6 +19,7 @@ get_header(); ?>
<?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);
Expand Down

0 comments on commit 184b8c0

Please sign in to comment.