lamnghiem43
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin works, site doesn'tmaybe you forgot activate your theme ?
Forum: Fixing WordPress
In reply to: Having Trouble Uploading Photosyou can try FTP to upload photo to your server
Forum: Fixing WordPress
In reply to: how to change permalink after creating websiteIt displays 404 not found message out screen ?
Forum: Fixing WordPress
In reply to: timthumb Path Problem…Please Help !!‘thumbnail’ parameter in get_post_meta() is the name of custom field option on Dashbroad in wp-admin page, in above my way you must create custom field including custom field name and the path of images, after that you paste this code to everywhere you want in your files.
Forum: Fixing WordPress
In reply to: timthumb Path Problem…Please Help !!I don’t know what did you do to display images. This’s my code to show iamges:
<?php $randomthumb=get_post_meta($post->ID,'thumbnail', true);?> <img src="<?php bloginfo('stylesheet_directory');?>/timthumb.php?src=<?php echo $randomthumb;?>&h=70&w=70&zc=1" alt="thumbnail"/>Forum: Fixing WordPress
In reply to: Problem about email when submit contact formAny help would be greatly appreciated!
Forum: Fixing WordPress
In reply to: trouble with custom fields to display imagesThanks a lot @vtxyzzy !
Forum: Fixing WordPress
In reply to: about wpadminbar@esmi: thanks for help π
Forum: Fixing WordPress
In reply to: trouble with Read more@equalmark: yes. when i passing to HTML tab i saw ” <!–more–> “. Thats why it show <!–more–> out. Now, it’s Ok.
Thanks all for help.Forum: Fixing WordPress
In reply to: trouble with Read moreHey you guys! I don’t know why it not works. I have just download version 3.2.1 again and i used twentyeleven themes of wordpress but it still display <!–more–> out. it output like this: “Welcome to WordPress. <!βmoreβ>This is your first post. Edit or delete it, then start blogging!”. Or my computer have problem ?? i don’t think so π
Please help…Forum: Fixing WordPress
In reply to: permalinks not working after upgrade to 3.1. and 3.1.1@Sparhell. I mean, if i disable all plugins on my website like the way @becleto made it to permalink can work, so i can not use Contact Form 7 plugin and my website don’t have Contact Form, i have not try this yet.
I have problem about permalink(%category%/%postname%/), it not work when i upgrade to 3.1.2.
Hi, thanks Sparhell.Forum: Fixing WordPress
In reply to: permalinks not working after upgrade to 3.1. and 3.1.1hi beclecto, i have the same your problem. When i upgraded to 3.1.2 and permalink not work, just used default permalink. I just used contact form 7 plugin if i disable plugins like you so everyone can not contact to me, i do not know how to do fix it.
I need help to resolve this issue. Thanks