Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Created July 12, 2017 14:25
Show Gist options
  • Save marcosnakamine/d1639f74ac4945b51b7db3ac5fcb4b5e to your computer and use it in GitHub Desktop.
Save marcosnakamine/d1639f74ac4945b51b7db3ac5fcb4b5e to your computer and use it in GitHub Desktop.
WordPress - Default admin page
<div class="wrap">
<h1 class="wp-heading-inline">Inscritos</h1>
<hr class="wp-header-end">
<ul class="subsubsub">
<li class="all"><a href="edit.php?post_type=banner&amp;all_posts=1" class="current">Tudo <span class="count">(5)</span></a> |</li>
<li class="mine"><a href="edit.php?post_type=banner&amp;author=1">Meus <span class="count">(3)</span></a> |</li>
<li class="publish"><a href="edit.php?post_status=publish&amp;post_type=banner">Publicados <span class="count">(5)</span></a></li>
</ul>
<table class="wp-list-table widefat fixed striped posts">
<thead>
<tr>
<th>1</th>
<th>2</th>
<th>4</th>
<th>5</th>
</tr>
</thead>
<tbody id="the-list">
<tr class="iedit author-other level-0 type-banner status-publish hentry">
<td></td>
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque sequi excepturi cum, blanditiis nam nostrum! Laboriosam minus iste, itaque nemo nulla, repellat minima accusantium architecto adipisci fugiat deleniti vitae amet.</td>
<td></td>
<td></td>
</tr>
</tbody>
<tfoot>
<tr>
<th>1</th>
<th>2</th>
<th>4</th>
<th>5</th>
</tr>
</tfoot>
</table>
<div id="ajax-response"></div>
<br class="clear">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment