tonygeer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SQL to Mass delete specific commentsThis worked perfectly, thanks!
Forum: Installing WordPress
In reply to: Import From BloggerFor those showing 0|0 – you need to change your publishing settings to be published at whatever.blogspot.com and it will work when you try to do the import.
Hope that helps.
Forum: Fixing WordPress
In reply to: Paginate wp_list_pages outputI’m really at a loss here Michael, I don’t know what to do with that code…
Forum: Fixing WordPress
In reply to: Paginate wp_list_pages outputWhat I meant was that it says I have to replace the SQL query with my own, so I need to replace
SELECT * FROM wp_table;
with the WordPress SQL command that displays the list of subpages. Which is the equivalent of calling the get_pages function here, but I don’t know the actual SQL that is used.
Forum: Fixing WordPress
In reply to: Paginate wp_list_pages outputThanks Michael, this looks very promising! However, how do I figure out SQL query for displaying all the subpages of a specific page?
Forum: Fixing WordPress
In reply to: Paginate wp_list_pages outputOkay so it is possible then. Are there any pointers you can give me on how to get it done, I’m at a loss.
Forum: Fixing WordPress
In reply to: Paginate wp_list_pages outputThanks for taking a look esmi, but I’m not sure how that could help. Is it the offset function?
Forum: Fixing WordPress
In reply to: is_page not workingmankot, thanks a lot! That worked. I had the exact problem that haryadimas had – I inserted some code to show the title of the most recent posts above it and it stopped working.
Thanks again!
Forum: Fixing WordPress
In reply to: if is a page, or a child of a page, or in a category (a solution)dressed – this is exactly what I was looking for, thanks!
Hi Michael, that worked perfectly, thankyou!
Forum: Fixing WordPress
In reply to: next_posts_link gives 404 errorJust in case anyone missed it, I’m still looking for a solution to this issue. Thanks.
Forum: Fixing WordPress
In reply to: Create an archive for each category?I found exactly what I was looking for here:
https://kwebble.com/blog/2007_08_15/archives_for_a_category
If you use it, also remember to go into the options area and turn off canonical URLs so that it works properly.
Forum: Fixing WordPress
In reply to: Create an archive for each category?I’m sorry if I didn’t explain this properly. Let’s say I have only two categories, CatA and CatB.
If I use the get archives function, it’ll list all the months that I have made blog posts. And let’s say I click on January 2008, it will show me all the posts in CatA and CatB that I made during that month.
I want to be able to show two lists of monthly archives, one for each of the categories. So the first list will display the months that I made posts in CatA, and clicking on one of those months will only show posts from CatB.
Likewise the second list will show months in which I made a post to CatB, and clicking on one of those months will display only those posts that I made in that month under CatB.
Is this any clearer?
Forum: Fixing WordPress
In reply to: Changed blog address setting, cant access the admin areaThat’s the thing, the host doesnt have phpMyAdmin ??
Can I do anything with Shell access or anything like that?
Forum: Your WordPress
In reply to: A site I worked on, customization of K2Thanks snipe, I’ll think about everything that you said.