auan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Resizing images for postsForum: Fixing WordPress
In reply to: Resizing images for postsThanks for you reply Minnow.
I have addded some code to my functions.php from here, and then added
<div id="image"> <?php post_thumb();?> </div>
where I wanted the image to be displayed in my Home page teaser post.
I then uploaded pages.php and functions.php to my server went to go add an image in a post I get this php error spat out at me.
Warning: Cannot modify header information – headers already sent by (output started at /usr/home/georgeha/domains/georgehajian.co.nz/public_html/wordpress/wp-content/themes/Hajian 1.0/functions.php:29) in /usr/home/georgeha/domains/georgehajian.co.nz/public_html/wordpress/wp-includes/pluggable.php on line 868
Any knowledge of what this would mean?
Forum: Fixing WordPress
In reply to: Simple positioning problem between index.php and pages.phpYes, the problem I have narrowed it down to is that when the scroll bar appears on the blog pages, because there is alot of content, in safari/firefox. Thus it pushes the content on that page slightly left.
Any ideas to get around this?
Forum: Fixing WordPress
In reply to: Simple positioning problem between index.php and pages.phpThe problem seems to be fixed in Firefox, and only seems to appear in Safari.
Forum: Everything else WordPress
In reply to: Server asking for cpanel login on Google ChromeCheers for that esmi! That’s probably it.
Forum: Fixing WordPress
In reply to: Forbidden 404 when downloading files from blogSolved. All that needed to be done was change file permissions of “upload_files” to 0775.
Thanks
Forum: Themes and Templates
In reply to: IE7 Rendering ProblemRight, I understand you now. I was thinking that the php should generate the ul tags, not just incasing the php within ul tags.
Cheers.
Forum: Themes and Templates
In reply to: IE7 Rendering ProblemThanks alot for the reply. I will get right onto it. My only question is that
<li class="categories"><h4>Categories</h4>
is generated in PHP$args=array('title_li'=> '<h4>Categories</h4>'
so how would one get around editing the tags it generates? Just simple, for example, by adding “title_ul”?Many thanks.
Forum: Fixing WordPress
In reply to: wp list bookmarks formattingMany thanks alchymyth, and t3los. It worked great. Sorry if I couldn’t get my head around it properly. Someone was clouding my mind by suggesting Javascript, which after getting it to work seems highly impractical.
Forum: Fixing WordPress
In reply to: wp list bookmarks formattingThank you all very much. I shall try it out when I head to work!
Forum: Fixing WordPress
In reply to: wp list bookmarks formattingHey. I am asking is it possible to give the second line of a string(if it is long enough to have a second line) different line spacing compared the the global value that is applied to the whole of
wp_list_bookmarks($args)
Thanks
Forum: Fixing WordPress
In reply to: wp list bookmarks formattingHello, thanks for the reply!
If I applied that css in my external style sheet how would apply it to
$args=array('categorize'=>0,'title_li'=> '<h4>Useful Links</h4>'); wp_list_bookmarks($args);
if it is not enclosed with list tags? Also how will that make it determine the string size?