xencored
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Thanks Jeremy
Forum: Fixing WordPress
In reply to: cant acess my login pageYou would use your FTP client.
Forum: Fixing WordPress
In reply to: Error Message/Cant Log InAre you using godaddy?
Forum: Fixing WordPress
In reply to: cannot get to login pageTry here visinno
Forum: Fixing WordPress
In reply to: Error Message/Cant Log InSite URL would be handy.
Forum: Fixing WordPress
In reply to: cant acess my login pageCheck your .htaccess if your using apache.
Forum: Fixing WordPress
In reply to: [NSFW] Remove all images from Summary on the home page?Mega thanks for the reply alchymyth, Sadly that also did not work. The images when on a post are all gone
Thanks tho!
Forum: Fixing WordPress
In reply to: [NSFW] Remove all images from Summary on the home page?ive found this
<?php if (is_home() || is_front_page()){ add_filter('the_content','wpi_image_content_filter',11); } function wpi_image_content_filter($content){ return preg_replace("/<img[^>]+\>/i", "", $content); } ?>from this post
It works but it also removed all images from the post it’s self.
Viewing 8 replies - 1 through 8 (of 8 total)