_rg_
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Validation Failure when use <!–more–>yea! is the same, the same error with the default theme. 🙁
BUTTTTT!!!! ñfkthis is the peace of code suposed to be wrong:
[code]
<p><span class="postbody"><img alt="sandy1.jpg" id="image5" src="Escuela%20Freudiana%20de%20Montevideo_archivos/sandy1.jpg">bla <a href="http://192.168.1.11/_trabajos/wordpress/escuelafreudiana/?p=3#more-3">Read More»</a>
</span></p>
[/code]so, i´m not seeing nothing wrong with this. Any body see something?
:::?????Forum: Installing WordPress
In reply to: Validation Failure when use <!–more–>thks again, sorry for your time. But the_content, i think, it don´t use at all nothing from the theme, isn´t that way? I mean the code generated by the_content it´s not configurated inside any file of any theme, so i don´t think it could be the problem. But i´m gonna try it…!!
I coludn´t show you a link because i´m running it in a virtual host.. 🙂Forum: Installing WordPress
In reply to: Validation Failure when use <!–more–>thks handy but yes, is the only one error that validator indicates. ops!!
Forum: Fixing WordPress
In reply to: wp_create_thumbnail [how to make custom border]ok, i could find how to do it… if anybody needs it:
in the “admin-functions.php” i add this line:
@ imagerectangle ( $thumbnail, $xstart, $ystart, $xend, $yend, $lineColor);after this one:
@ imagecopyresampled($thumbnail, $image, 0, 0, 0, 0, $image_new_width, $image_new_height, $image_attr[0], $image_attr[1]);ref:
$xstart and $ystart are the [left,top] point of the image.
$xend and $yend are the [right, bottom] point of the image.
$lineColor guess what??!! yes the line color.