kamshs Posted April 6, 2011 Report Share Posted April 6, 2011 Čau, es izmantoju wordpress un esmu mazliet sapinies. Tatad... <?php if (function_exists('post_from_site')) {post_from_site(1,'Pievienot rakstu');} ?> Kā pārrakst'tit kodu, lai teksta vieta 'Pievienot rakstu' sis kods rādītu bildi. ar <img src="blablabla.png" /> meginaju, bet tas ir tiaki html koda saja neder. ceru uz atru palidzibu Quote Link to comment Share on other sites More sharing options...
waplet Posted April 6, 2011 Report Share Posted April 6, 2011 (edited) Iespējams, ka funkcija neļauj html izmantot, bet try <?php if (function_exists('post_from_site')) {post_from_site(1,'<img src="blablabla.png" />');} ?> Edited April 6, 2011 by waplet Quote Link to comment Share on other sites More sharing options...
kamshs Posted April 6, 2011 Author Report Share Posted April 6, 2011 Ja es jau so meginaju, neļauj , vajaga citu veidu kaa tur bija ar to $image=("image.jpg") <?php if (function_exists('post_from_site')) {post_from_site(1,'$image' />');} ?> kka ta bet nu zinu ka nepareizi, ka pareizi bija jaraksta? Quote Link to comment Share on other sites More sharing options...
mad182 Posted April 7, 2011 Report Share Posted April 7, 2011 Ar CSS uztaisi to pogu, kādu vajag... Quote Link to comment Share on other sites More sharing options...
waplet Posted April 7, 2011 Report Share Posted April 7, 2011 nu ja neļauj, tad neļauj. Quote Link to comment Share on other sites More sharing options...
EdgarsK Posted April 7, 2011 Report Share Posted April 7, 2011 Ja es jau so meginaju, neļauj , vajaga citu veidu kaa tur bija ar to $image=("image.jpg") <?php if (function_exists('post_from_site')) {post_from_site(1,'$image' />');} ?> kka ta bet nu zinu ka nepareizi, ka pareizi bija jaraksta? :) kas tev tas par nekorektu kodu m? <?php if (function_exists('post_from_site')) {post_from_site(1,'$image' />');} ?> vispar mainīgo jau var nelikt pēdiņās. <? if(function_exists('post_from_site')) post_from_site(1,$image); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.