mahamaya3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post tiltes get truncatedIts me again!
I think I’m making progress..!
I found this:
/**
* Encode the Unicode values to be used in the URI.
*
* @since 1.5.0
*
* @param string $utf8_string
* @param int $length Max length of the string
* @return string String with Unicode encoded for URI.
*/function utf8_uri_encode( $utf8_string, $length = 0 )in file “formatting.php”.
I am not able to proceed further since I am php-challenged!
Hope someone will help.
Mahamaya.
Forum: Fixing WordPress
In reply to: Post tiltes get truncatedAfter a bit of searching I found this line in \wp-includes\default-filters.php file.
“
add_filter('the_title', 'trim');“I wonder if this has anything to do with the limiting of no. of characters in the post title.
Thanks I A for your help!
Forum: Fixing WordPress
In reply to: How to renumber the postsoh! My God!
Let my id’s grow, why bother!Thanks so much for the enlightenment.
S.K
Forum: Fixing WordPress
In reply to: How to renumber the postsThanks, MichaelH
Is it ok if the number gets bloated up to such figures. Supposing I become hyperactive and go on writing something. The number may shoot up to 5 figures. Will there be any problem with the database?
Please enlighten me. I’m getting worries to look at numbers like 2435 and such!