ibart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attaching different css style to homepage and the rest of pages<?php if(is_home()){ // we are on the home page echo '<link rel="stylesheet" src="css/stylemain.css" />'; }else { echo '<link rel="stylesheet" src="css/stylemini.css" />'; } ?>[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Attaching different css style to homepage and the rest of pagesit might be something like
if is_home() stylemain.css
if is_home() not found display stylemini.cssjust don’t know how to put it all together 😉
Forum: Fixing WordPress
In reply to: Attaching different css style to homepage and the rest of pagesIt’s a static page in wordpress
Forum: Fixing WordPress
In reply to: re: Warning: Cannot modify header information – headers alreadycan someone help me ???
http://wordpress.org/support/topic/post-images-not-showing-2?replies=2
Forum: Fixing WordPress
In reply to: post images not showingstrange cause form admin I can see that the code is in the post
<img class=”alignleft” title=”icon_clothing” src=”http://www.mrarm.degen.pl/epic/wp-content/uploads/2012/09/icon_clothing.png” alt=”” width=”159″ height=”192″ />and in Visual mode you can see the image.
but on the blog there is no sign of that img code..
Forum: Fixing WordPress
In reply to: Post is displayed outside of main content divnope still got it.. Strange keeps coming and going when I am reloading the page
Forum: Fixing WordPress
In reply to: Post is displayed outside of main content divhaha I think I know what was causing the issue ;D Me being logged in to wordpress 🙂
Forum: Fixing WordPress
In reply to: Post is displayed outside of main content divI cleared it – got Google Chrome