Neil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how we edit meta title in Home Page?Thanks for quick reply, i dont want to go for plugin.
i want to do this manuallyi want add some description only on home page. and rest of thing is same.
can you tell me exactly where i add the description on below code, im new in wordpress
<head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title> <?php bloginfo('name'); ?> <?php wp_title(); ?> </title>Forum: Fixing WordPress
In reply to: How to resize imageHello esmi
im totally new in php and wordpress.
is it possible, you tell me exactly what modification i do in this code. so the image will size, when i set there height and width.
i view this page – http://codex.wordpress.org/Function_Reference/wp_get_attachment_image but did not understand.
Thanks
Forum: Fixing WordPress
In reply to: Show external images in post within thumbnailHello Nirok
now i add the script successfully and it work, but still facing one problem, how to resize the image as i want. now the image show there original width and height
Thanks
Forum: Fixing WordPress
In reply to: Show external images in post within thumbnailHi nirok
this is my function file please tell me where i add the code
http://wordpress.pastebin.ca/1829563
please also tell exactly where to add this code
<?php getImage(‘1’); ?>
in template.
im waiting for your reply
Forum: Fixing WordPress
In reply to: Show external images in post within thumbnailHi nirok
this is my function file please tell me where i add the code
[Code moderated as per the Forum Rules. Please use the pastebin]
please also tell exactly where to add this code <?php getImage(‘1’); ?>
in template.Forum: Fixing WordPress
In reply to: Show external images in post within thumbnailHello Nirok
Can you tell me where exactly i have to paste the code in functions.php, i try this but i did not success i have a same problem, my theme did not support external images, this is my site – http://www.movieflake.com/
please also tell exactly where to add this code
<?php getImage('1'); ?>
in template.i really very thankful to you
Thanks