leewutzke
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove “Continue Reading” from TwentyTenHow To Remove Continue Reading from posts on 2010 Theme:
Here you can see that I changed Excerpt in the 2010 Theme Function PHP from 40 to 900. That removed the Continue Reading Link because I don’t have any posts over 900 words. Change this to 1000, 3000, 4000 or what ever you need. Use whatever value you need to show the whole post instead of just part of the post. When you do this the Continue Reading Link is not displayed because the whole post is displayed. I recommend doing it this way because you are only changing the value for a function your are not changing the code. Nothing can break if you do it this way:
function twentyten_excerpt_length( $length ) { return 900; } add_filter( 'excerpt_length', 'twentyten_excerpt_length' ); /** * Returns a "Continue Reading" link for excerpts
Forum: Themes and Templates
In reply to: Twenty Ten "Continue Reading"Here you can see that I changed Excerpt in the 2010 Function PHP from 40 to 900. That removed the Continue Reading Link because I don’t have any posts over 900 words. I tried the other ideas posted here but they did not work for me. Here is how it looks:
function twentyten_excerpt_length( $length ) {
return 900;
}
add_filter( ‘excerpt_length’, ‘twentyten_excerpt_length’ );/**
* Returns a “Continue Reading” link for excerptsForum: Themes and Templates
In reply to: “Continue reading–>” in theme2010Here you can see that I changed Excerpt in the 2010 Function PHP from 40 to 900. That removed the Continue Reading Link because I don’t have any posts over 900 words. I tried the other ideas posted here but they did not work for me. Here is how it looks:
function twentyten_excerpt_length( $length ) {
return 900;
}
add_filter( ‘excerpt_length’, ‘twentyten_excerpt_length’ );/**
* Returns a “Continue Reading” link for excerptsForum: Fixing WordPress
In reply to: Continue reading –> in 2010 themeHere you can see that I changed Excerpt in the 2010 Function PHP from 40 to 900. That removed the Continue Reading Link because I don’t have any posts over 900 words. I tried the other ideas posted here but they did not work for me. Here is how it looks:
function twentyten_excerpt_length( $length ) {
return 900;
}
add_filter( ‘excerpt_length’, ‘twentyten_excerpt_length’ );/**
* Returns a “Continue Reading” link for excerptsForum: Themes and Templates
In reply to: Disable sidebar in a particular pageThanks for this post. It worked for me. I was able remove the side bar on my about page. I want to also remove the side bar on my links page. How do I put more than one page in this if statement?
Forum: Fixing WordPress
In reply to: PHP.INI Problem Not Allowing 20MB FileI am with BlueHost too. I just put up a new blog and I had the same problems when I tried to put a video on it. I made my memory_limit = 100M, upload_max_filesize = 100M, max_execution_time = 600. These are the changes I made to the php.ini file in my public html folder. Then I change my php to php5 (Single php.ini). This did not work so I changed back to php5. Then I copy the php.ini file and put a copy in the wp-admin folder of my new blog. That worked. The blog is not finished yet but the video is working. If you would like to see the video working go to: https://www.michaeljacksonfreedownload.com/