jamecs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I want my home page image to not click through to attachment pageThere was, but I deleted it, have gone back to recheck changes have been saved also.
Forum: Fixing WordPress
In reply to: I want my home page image to not click through to attachment pageHi, that doesn’t seem to work, is there any code I can use to disable the gallery setting that pushes image to an attachment page?
Thanks for your help btw!
Forum: Fixing WordPress
In reply to: I want my home page image to not click through to attachment pageYes can modify HTML to an extent!
And yes, the main page is set up as a static page. Is strange because the previous image I used didn’t have this problem?
Forum: Fixing WordPress
In reply to: I want my home page image to not click through to attachment pageForum: Fixing WordPress
In reply to: Featured image that doesn't click through to attachment page?Just figured it, had to input the following on the html side:
<img src=”http://www.xxxxxxxx.com/wpcontent/uploads/2011/xx/xxxx.jpg” alt=”” title=”…” width=”900″ height=”600″ />
No worries!
Forum: Fixing WordPress
In reply to: Where is my ?Thanks so much, really appreciate it 🙂
Forum: Fixing WordPress
In reply to: Where is my ?Its a link to the google fonts stylesheet.
This is the first few lines of my header.php if that helps!
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head profile=”http://gmpg.org/xfn/11″><meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<!– calling wp_head –>
<?php wp_head(); ?>
<!– done calling wp_head –>Thanks for your help
Forum: Fixing WordPress
In reply to: Need different Site Title to Browser Window TitleThanks 🙂
Forum: Fixing WordPress
In reply to: Custom image URL's?To simplify my question – is it possible to create custom URLs for images in a gallery, or does the URL just automatically incorporate the file name when uploaded?
Thanks
Forum: Plugins
In reply to: Email List Sign-Up PluginDitto – me too. Just a button on the comments page would be great!
Forum: Fixing WordPress
In reply to: Font not working as it should?thanks!
works perfect now ;]
Forum: Fixing WordPress
In reply to: Font not working as it should?anyone?
Forum: Fixing WordPress
In reply to: How to make my site fonts visible on any computer?Thanks!
Forum: Fixing WordPress
In reply to: How to make my site fonts visible on any computer?Ah ok, now I understand, thanks for the quick response.
Slight different question then. If I went for a more basic font option, and decided to just have a nice header. How do I go about installing a jpeg image for the header – Is the header just one nice piece of code somewhere that I can change?
Thanks again for your help.