nickaster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Editing the Registration PageMan, I’ve been digging and digging… I found a few that get me started but just can’t find anything that allows true customization… can’t seem to edit the registration email too. I’m really surprised I can’t find a plugin on this… does anyone have a clue?
Forum: Themes and Templates
In reply to: Editing the Registration Pageany clever way to adjust this page?
Forum: Themes and Templates
In reply to: PHP help: How to code headers on archive pages…any concepts here?
Forum: Themes and Templates
In reply to: Really basic "loop" PHP question…Bam, thanks a lot. I solved the number problem pretty simply… just used an ordered list!
But man, this php is killing me. It’s chicken or the egg on understanding how it works. That page you linked too shows all this “query_posts” stuff, but my code is much simpler, doesn’t have any of that. This is the only relevant part:
<ol><?php while (have_posts()) : the_post(); ?> <li><h4><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h4></li> <?php endwhile; ?> </ol>Works great except for the order which I want to reverse….
Forum: Plugins
In reply to: [WP Super Popup] [Plugin: WP Super Popup] Works great, but…no, just put some really basic html in there.
Forum: Themes and Templates
In reply to: PHP help: How to code headers on archive pages…hmmm.. i don’t think so… what would that do exactly?
I’m just looking to have a list of posts on my monthly archives that breaks them up by day. Like this:
*** Monthly Archive for February 2012 ****
***Feb 1***
Headline 1
Headline 2
Headline 3
***Feb 2***
Headline 1
Headline 2
Headline 3
…. etc….Forum: Themes and Templates
In reply to: PHP help: How to code headers on archive pages…That looks great, but what about the date headers? That’s the part I can’t figure out…
Forum: Themes and Templates
In reply to: PHP help: How to code headers on archive pages…This must be pretty basic… anyone got an idea?
Bummer… that seems kind of weird give that the text that says “[more]” is a hyper link… why wouldn’t the headline be linkable?
Forum: Fixing WordPress
In reply to: db.php problem….Ah ha… thanks for helping. Looks like it was some legacy from a hosting provider. There was some hidden stuff in the plugins folder… deleted, and problem gone!
Forum: Fixing WordPress
In reply to: db.php problem….Good question… no idea! I inherited the site. … that’s not a standard WP file? I may have more sleuthing to do here…
Forum: Fixing WordPress
In reply to: db.php problem….Thanks … unfortunately I’m stuck in a zero support hole with media temple (switching soon, god willing). Any clue what it really means? a path wrong? A permissions thing?
Forum: Plugins
In reply to: [WP Content Slideshow] [Plugin: WP Content Slideshow] What about less than 5?Interesting… thanks!
Forum: Plugins
In reply to: [User Role Editor] [Plugin: User Role Editor] Controlling Screen Options?Interesting… do you know if it’s possible to create a default for any user at the contributor level? Then I can hide it like you say. Then when I create a new user they will see the default that I set up?
Forum: Plugins
In reply to: [WP Content Slideshow] [Plugin: WP Content Slideshow] Hyperlinks are anchorsBizarre… i looks like that images are actually real links. But not the headlines. Guess this has to be hacked….