Gopal Bhattacharjee

less info
8 reputation
4
bio website gopalbonline.com
location
age
visits member for 11 months
seen Mar 22 at 15:07
stats profile views 27

Dec
25
awarded  Tumbleweed
Dec
19
comment Get post excerpt and title by specific post ID?
the problem is resolved...thanks
Dec
18
comment Get post excerpt and title by specific post ID?
excerpt showing but no read more link...
Dec
18
awarded  Commentator
Dec
18
awarded  Editor
Dec
18
revised Get post excerpt and title by specific post ID?
added 474 characters in body
Dec
18
comment Get post excerpt and title by specific post ID?
also i'hv a expert length in function.php
Dec
18
comment Get post excerpt and title by specific post ID?
not working... <?php echo get_excerpt(190); ?> control the excerpt...
Dec
18
asked Get post excerpt and title by specific post ID?
Sep
1
asked custom tshirt print website
Aug
4
comment Database synchronization between dev/staging and production
Try this plugin wordpress.org/extend/plugins/duplicator
Aug
3
answered Contact Management Plugin suggestions, or tutorials/resources recommendations
Aug
2
asked vertical news scroller permission
Jul
21
answered Limited excerpt with readmore
Jul
20
comment Limited excerpt with readmore
thanks bueltge, It' not working...because my code...can u tell me what's wrong... My code is: <?php $text = $post->post_excerpt;if (strlen($text) > 40) { $text = substr($text,0,strpos($text,' ',40)); } ; $text = $text . ''; echo apply_filters('the_excerpt',get_the_excerpt().'<a href="'.get_permalink().'"> Read More </a>'); ?> please help me...
Jul
16
asked Limited excerpt with readmore
Jul
12
comment URL problem www and non-www
Thanks Damien...It' solved...I add www in my DNS record
Jul
12
comment URL problem www and non-www
Hi Ak 'code' <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^kolkataonwheels\.com$ RewriteRule (.*) kolkataonwheels.com/$1 [L,R=301] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> 'code' but its not open index.php from site just blank white page..
Jul
12
asked URL problem www and non-www
Jul
10
comment Logout redirect to home page
Thanx Pontus, I hv tried with your code...but its not workin it goes to 404.php page... It is my second post but it's not solved my problem... plz help me...