i want make a random teks with php and i use in single.php <?php
Please Help Me
6
i want make a random teks with php and i use in single.php
<?php
$random= array(' <?php the_title(); ?> details ','<?php the_title(); ?> info');
$rf=count($random) - 1;
$mlaku=rand(0,$rf);
$tampil = $random[$mlaku];
print $tampil;
?>
i want to call my post automatic but title post is none in my single post.
can anybody help for title that look at single post
<?php
$random= array(' <?php the_title(); ?> details ','<?php the_title(); ?> info');
$rf=count($random) - 1;
$mlaku=rand(0,$rf);
$tampil = $random[$mlaku];
print $tampil;
?>
i want to call my post automatic but title post is none in my single post.
can anybody help for title that look at single post
- kreitje
- [1] reply
- rexa5512
- rexa5512
- [1] reply
- Big Squid
- [1] reply
Next Topics on Trending Feed
-
6