Stunt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Usernames in phpMyAdminI don’t think you understand.
Sure, I can change my display name to whatever I desire whenever I like, but that will never change the fact that my author URL will remain something like: http://site.com/author/homedawg4.
Bump.
Actually, is there any way I could combine this plugin with the query_posts function in order to create my own custom output? That’d suit me much better.
Forum: Plugins
In reply to: Thumbnail PluginBump.
Forum: Plugins
In reply to: Thumbnail PluginSo, anything?
Forum: Plugins
In reply to: Thumbnail PluginIt’s right there in the first post, my friend.
Forum: Plugins
In reply to: Thumbnail PluginNevermind, that code is not what I’m looking for.
Please re-read the first post and see if you can help me out.
Forum: Plugins
In reply to: Thumbnail PluginHow can I use that code to generate post list of the most popular / recent news?
Forum: Plugins
In reply to: Thumbnail PluginBump.
Forum: Themes and Templates
In reply to: Chubby and CondensedPlease, someone has to know how to do this!
Forum: Themes and Templates
In reply to: Chubby and CondensedUpping for help. =]
Forum: Themes and Templates
In reply to: Date Outside the Loop?Hey guys.
I’d like to know, is there anyway to have this display, but not have it show up on the current day? Only for days that aren’t today?
Forum: Themes and Templates
In reply to: Date Outside the Loop?Ah, nevermind. I’m dumb, I got it.
<?php $my_date = the_date('', '<div class="date_header">', '</div>', FALSE); echo $my_date; ?>Forum: Themes and Templates
In reply to: Date Outside the Loop?Ah, okay. So I’m using this code:
<div class=”date_header”><?php $my_date = the_date(”, ”, ”, FALSE); echo $my_date; ?></div>
However, in my date_header style it contains these properties:
‘ background: #COLOR;
color: #COLOR;
border-bottom: 2px solid #COLOR;
padding: 3px;
margin-bottom: 5px;
‘So even when there’s no date to display, it still shows an empty box. How would I make it so the empty box does not show?
Forum: Plugins
In reply to: Post-thumb Revisited QuestionPlease?