enrique-ramirez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom query for archives display?Hi Chris,
Yes, that’s pretty close to what I’m trying to achieve. If I can change the div’s you’re using to other tags, that’d be perfect.
Here, let me show you the page I’m trying to build.
http://files.enrique-ramirez.com/H/html5doctores/archives.htmlHope this gets things clearer for you. 🙂 It’s a simple page, but I haven’t found a way to do it keeping the same markup yet.
Forum: Fixing WordPress
In reply to: Custom query for archives display?^ Code I’m currently using is here:
Forum: Fixing WordPress
In reply to: Custom query for archives display?Yes, something like that.
What I want is this code:
<h2><span>Month/year</span></h2> <ol> <li><a href="permalink"> <img src="image.jpg" alt="featured image" /> <time pubdate="" datetime="2011-01-18" class="published">10 january 2011</time> <h3>Post Title</h3> </a></li> ... </ol>On a per-month basis, without having to do a manual, custom query for each month. Right now, I’m doing this:
[Code moderated as per the Forum Rules. Please use the pastebin]
Which works, but it’s messy, and every month I need to edit the file. This could also be, in a while, very messy to deal with.
Forum: Fixing WordPress
In reply to: "Page # of #"-like Pagination.My main reason is I’m concerned about compatibility. This theme will be installed in some older WP versions, so a generic function could be more suitable.
Also, asking people to install a plugin can be quite complex for the computer illiterate. I want this as “plug and play” as possible (even though Plugins are already quite simple to install).
Last resort would be a plugin, but would be way better without one.