rodrego
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2 different templates for the same postThanks vtxyzzy,
it worked like charm! It’s great to know WordPress can handle this.
Forum: Developing with WordPress
In reply to: How do I edit the category panel on the admin page?Ok. Thanks, Mark and Michael for the feedback. Looking forward to this!
Forum: Developing with WordPress
In reply to: Sort posts by year and alphabeticallyHi Michael. The code worked perfectly. Thank you again!
Forum: Developing with WordPress
In reply to: Sort posts by year and alphabeticallyHi Michael, thanks for the answer! Do you mind to show me an example of the code? I’m not really a programmer, what do you mean by “iterate”? Thanks again
Forum: Fixing WordPress
In reply to: Monthly archive that starts in a specific monthI tried to bring back the sidebar, install it in different blogs, install it in a new blog, install old versions of the plugin, and oddly enough, none of them seems to work.
Everytime, I get the same message, saying it caused a fatal error because of line 60 (on the earliest version of the plugin, it’s line 29)
The line goes as follows:
$curYear = ($sna_options['desc_order']) ? $year_results[0]->post_year : end($year_results)->post_year;
Unlikely hypothesis on why it doesn’t work may be because I’m testing it in a local server, maybe when I transfer the blog to its real location, it works. And I’m using WordPress in Portuguese as well, maybe it affects the date format somehow.
Forum: Fixing WordPress
In reply to: Monthly archive that starts in a specific monthMaybe that’s because i deactivated the sidebar. I’ll try again, and report back when I’m done. Thanks!
Forum: Fixing WordPress
In reply to: Monthly archive that starts in a specific monthHi Michael, thanks for your reply.
I just tried your suggestion, but this plugin couldn’t be activated, because it generated a fatal error. As I didn’t tweak the core files code, I think maybe it’s not compatible with WordPress 2.7.
I believe some basic PHP should do the trick, but unfortunately I’m not a coder. I’d be grateful if you had some more ideas.