ramiro
-
Display specific posts on pages in WordPress
I find I solution using Shortcodes. So I put this on my functions.php page function productos($atts, $content = null) { extract(shortcode_atts(array( "slug" => '', "query" => '' …
-
Display specific posts on pages in WordPress
Thank you the code that Michael post is great.
-
Problem with background image in Safari 3 and IE 7 -
Well it looks that there is no solution for this, I don't want to give up, I just have the problem in safari 3 and ie7 :cry: I guess is a bad interpretation of the background position in these browsers because in safari 4 and ie8 works like I …
-
Problem with background image in Safari 3 and IE 7 -
"apostrophe" said:It's not necessary to post the code if you give a working link. What's the 50% for? I think the problem is coming from the padding on the body (I didn't notice that this morning 'cos I was in a hurry),…
-
Problem with background image in Safari 3 and IE 7 -
"superprakash" said:Hi, Yes i noticed that problem. please remove that bgcolor or Transpernt body{ background: url(boxes_top.jpg) repeat-x top left; } now its working i also checked The problem is with the boxes.jpg in the html …
-
Problem with background image in Safari 3 and IE 7 -
"apostrophe" said:Not seeing the problem in Safari 4. How about setting boxes.jpg as the background for the body instead of html and then creating a 100% wide div for boxes_top.jpg. The problem is with safari 3 and internet explorer 7, an…