nando
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archive titles by categoryPhillip,
Thank you VERY much. Again! Your positive karmic index must be exaggerated after all the help you gave here.
Be sure you’ve helped build a better site in the far away South America. Thx. ??Forum: Fixing WordPress
In reply to: Archive titles by categoryHi there, Phillip.
It worked, thx A LOT buddy. Problem is I was handling the NicerArchives template from another source (wiki), that is a little bit different. I just made a first test and the code worked perfect.
If anyone has any alternative solution, please, I’d like to know.Forum: Fixing WordPress
In reply to: Archive titles by categoryHi Phillip,
There’s no such line in the NicerArchives template (at least in mine doesn’t). Where’s the source of the template where you got that code line? (Or are you talking about another template?)
What I found there:
if ($HTTP_POST_VARS["orderby"] == 'category') {
I’m still in trouble – and a little surprised that this kind of template is not as easier to create as I believed it would be. Thx again, Phillip.
But… please, HELP.Forum: Fixing WordPress
In reply to: Archive titles by categoryYes, Nicer Archives does it, Phillip, but I don’t need – and my page shouldn’t display – the selector. Just one of its selections – by category, descending, all years.
Do u know how to do it?
thx.Forum: Fixing WordPress
In reply to: headlines page (titles linking to content)OK. Just changed the *t_endwhile* for the *endforeach* and that’s it.
It’s working! THANK YOU, Beel. No, really, I mean: THANK YOU. ?? Merci beaucoup, grazzi, obrigado, gracias, arigato.Forum: Fixing WordPress
In reply to: headlines page (titles linking to content)Wow, thanks Beel. I just tried with your whole code and here’s what I got:
Parse error: parse error, unexpected T_ENDWHILE in /home/personal/public_html/personal/dir/index.php on line 99
I’m lost. There must be something I’m not getting, really.
Any hint?Forum: Fixing WordPress
In reply to: headlines page (titles linking to content)Just looked at the link from 2fargon and couldn’t find the key php code that Beel told me about it (the *if single* and *else* pieces). There’s just and *if cat* function, there’s pretty understandable – but not the explanation of how that code calls titles in the index page and full content single posts in the other pages (in this faq source page). I took a walk on the viewsource of other pages at the faq and couldn’t identify where the *if’s* were.
I’ve tried using the exact code you gave me, Beel, but got some parse erros and the end of the wp loop. (?)
Some specific questions ot use the *if* functions correctly:
+ the start_wp(); code to start the loop is the same?
+ What about its end (*endforeach; else:*)? The same too? (because I was getting some errors here)
Please, I need help. Thanks.Forum: Fixing WordPress
In reply to: headlines page (titles linking to content)Let me try that. I wasn’t sure of some of the php syntax and I believe you already helped me. Thanks. (bbl)
Forum: Fixing WordPress
In reply to: headlines page (titles linking to content)I’m sorry, I just can’t understand how to include the other post tags (author, date, etc) with the content that goes in the full post page. It’s really not clear for me in the thread 7047.
Forum: Fixing WordPress
In reply to: Mass status changeOk, I got a great help from IRC #Wordpress and the problem is solved. Just had to run a query in my SQL database and that was it.
Thanks LaughingLizard.Forum: Fixing WordPress
In reply to: Mass status changeI’m sorry, I have no idea what Jeremiah did in the database. I tried to dive into my SQL, serached inside wd_posts tables but didn’t find any option to mass-change posts status.
I’m looking forward for help. Thanks!