Jay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dispaly on Page depth count@rajesh, Thanks. I have actually already tried the ‘depth’ argument with no luck. I will try out your first suggestions. Thanks
Forum: Fixing WordPress
In reply to: Dispaly on Page depth countIf I understand correctly I do not believe so. So I need to check my $firstChild variable for children and if it does have children, only display the template on $firstChild. Would that be your suggestion?
Forum: Fixing WordPress
In reply to: large number of custom fields and slow loadingThat is an extreme about of data to be pulling in. You may want to look into the plugin pods
If it was me, I would be looking at something custom. Good luck!
Forum: Fixing WordPress
In reply to: Remove faviconCheck your functions file and any plugins that may be outputting it.
Forum: Fixing WordPress
In reply to: Displaying first paragraph of a page on another page?<?php $search = get_pages('include=205'); $find = apply_filters('the_content',$search[0]->post_content); $replace = "Put your paragraph in your want to display"; echo str_replace($find,'', $replace); ?>Im sure there is a better method and even a proper method, but this will work. Although it is basically the same as just pasting in the paragraph. You could also save the paragraph you are wanting to display as the excerpt or another value and echo it that way.
Forum: Fixing WordPress
In reply to: Displaying first paragraph of a page on another page?You can use str_replace
Forum: Fixing WordPress
In reply to: Admin Site is my live site?Are you able the copy the your themes header code and place in in Paste bin so we can look at it?
Forum: Fixing WordPress
In reply to: Entire Site Suddenly in Italics@songdogtech thanks and I agree. Thats why I recommended this as a starting point
I noticed that a lot of you are just simply removing the malicious script in header.php. I would highly recommend you search through all your php files in wp-admin, wp-includes, wp-content and uploads (pretty much all your files). I had found two malicious ones in two different folders.
@carlanne from my experience, your solution will only temporarily work, the injected script will just return. I am just sharing my experience and telling you that I have found malicious files on two different occasions in the folders I listed above.
Forum: Fixing WordPress
In reply to: Entire Site Suddenly in ItalicsI am not sure if GoDaddy will assist you with that or not. I highly doubt it. You basically have to compare all of the files from a fresh WordPress download to the ones on your server now. Of course, you have to know which files you have uploaded as well.
If your not familiar with ftp or what to look for, it would be worth hiring someone to clean it up for you or backing up from a previous version before you were infected (GoDaddy can assist you with this). I would also voice your concern with GoDaddy since it seems others that are infected with this also host on GoDaddy.
At the bare minimum, you should be changing your WordPress, FTP and DB passwords.
Forum: Fixing WordPress
In reply to: Entire Site Suddenly in ItalicsI noticed that a lot of you are just simply removing the malicious script in header.php. I would highly recommend you search through all your php files in wp-admin, wp-includes, wp-content and uploads (pretty much all your files). I had found two malicious ones in two different folders.
Forum: Fixing WordPress
In reply to: Hacked/Malware, need help pleaseI also found a file located in the wp-admin/images. Again, it seems that the name of the hacked file changes.
Forum: Fixing WordPress
In reply to: Entire Site Suddenly in ItalicsI doubt that just deleting the script will removed the problem. You have an infected file somewhere.
Forum: Fixing WordPress
In reply to: 3.5 Media Upload ErrorNope, all fixed (knocking on wood).
Forum: Fixing WordPress
In reply to: 3.5 Media Upload ErrorI had the same exact issue, but was plugin related.
Forum: Fixing WordPress
In reply to: 3.5 Media Upload ErrorI too had the same issue. Are you by chance using the nextgen plugin?