sbarry50
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress site hacked, please helpthanks
Forum: Fixing WordPress
In reply to: WordPress site hacked, please helpI’ve spent the last 6 hours running in circles. I read the articles you posted, but it’s beyond my knowledge and capabilities. What should I do? Install a clean version of the latest wordpress edition?
Forum: Fixing WordPress
In reply to: WordPress site hacked, please helpThe URL to my site is http://www.mmaconvert.com.
One of the posts that seems to be hacked is http://www.mmaconvert.com/2010/02/03/wec-48-tickets-on-sale-this-week/
Thanks
Forum: Fixing WordPress
In reply to: Managing and setting up a user generated blog – P2Also looking to do exactly what feastoffools is describing. Any help would be greatly appreciated.
Forum: Plugins
In reply to: Looking for Twitter Tools Hack to open TinyURL links in new windowTugbucket, thanks for the solution. Haven’t had time to try it yet, but from what chaosportal said, I’m sure it will work. No lightbox here, so hopefully I won’t encounter any issues.
Thanks again!
Forum: Fixing WordPress
In reply to: how to extend conditional function to sub-sub-pages?I dont’t know if this is the easiest and/or best way to do it but it worked for me.
if(is_page('3') || $post->post_parent=="3" || $post->post_parent=="33" || $post->post_parent=="34" || $post->post_parent=="35")In this case ID’s 33, 34, & 35 were subpages of 3. 33,34,&35 all had subpages of their own. It applied the execution to all of them and their subpages.
Forum: Fixing WordPress
In reply to: Possible to list recently created/updated Pages?Kafkaesqui,
This is exactly what I have been hunting for, but can you take it one step further and have only retrieve recently updated/modified children and grandchildren pages of a certain parent page?
Thank you for any help!
EDIT: Nevermind, I figured it out!