Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 06-20-2013, 01:15 PM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Programming › HTML / CSS / Javascript v
« Previous 1 ... 7 8 9 10 11 ... 13 Next »

[Solved] Membuat Random Post dengan efek Running text

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
Solved Membuat Random Post dengan efek Running text
12-18-2011, 12:34 AM
Post: #1
CyberKaze Offline
./Devilz Advisor
Posts: 869
Joined: Jul 2011
Reputation: 13
Question Membuat Random Post dengan efek Running text
omz, ane mau nanya dong..

kalo script ini biar bisa jalan di blog apanya yang diedit lagi yah?
Code:
<marquee scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()">
<span style="font-family: verdana; font-size: 100%;">
<strong> Random Posts : >> </strong>
<?php
$rand_posts = get_posts('numberposts=10&orderby=rand');
foreach( $rand_posts as $post ) : ?>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
>>
<?php endforeach; ?>
</span>
</marquee>

soalnya pas ane save muncul eror gini :

Code:
Pesan error XML: The value of attribute "href" associated with an element type "null" must not contain the '<' character.

tolong bantuannya om, ane belum ngarti, masih belajar hehe belajar
Visit this user's website Find all posts by this user
Quote this message in a reply
12-18-2011, 12:40 AM
Post: #2
badwolves1986 [RJ] Offline
Staf Registrasi DIC
RJ
Posts: 2,909
Joined: Oct 2010
Reputation: 90
RE: Membuat Random Post dengan efek Running text
Code:
<? foreach( $rand_posts as $post ) : ?>

klo gak salah ini salahnya oms

PHP Code:
Pesan error XML: The value of attribute "href" associated with an element type "null" must not contain the '<' character. 
Find all posts by this user
Quote this message in a reply
12-18-2011, 12:48 AM
Post: #3
CyberKaze Offline
./Devilz Advisor
Posts: 869
Joined: Jul 2011
Reputation: 13
RE: Membuat Random Post dengan efek Running text
(12-18-2011 12:40 AM)badwolves1986 Wrote:  
Code:
<? foreach( $rand_posts as $post ) : ?>

klo gak salah ini salahnya oms

PHP Code:
Pesan error XML: The value of attribute "href" associated with an element type "null" must not contain the '<' character. 

wah salahnya disitu yah?

ane kira disini omz
PHP Code:
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> 
Visit this user's website Find all posts by this user
Quote this message in a reply
12-18-2011, 12:55 AM
Post: #4
eidelweiss Away
Devilzc0der
*****
DC Security Grup
Posts: 1,551
Joined: Mar 2010
Reputation: 68
RE: Membuat Random Post dengan efek Running text
di gue kok error nya gini yach malu

Code:
Random Posts : >>
Fatal error: Call to undefined function get_posts() in C:\wamp\www\test\test.php on line 5
Visit this user's website Find all posts by this user
Quote this message in a reply
12-18-2011, 12:58 AM (This post was last modified: 12-18-2011 01:00 AM by badwolves1986.)
Post: #5
badwolves1986 [RJ] Offline
Staf Registrasi DIC
RJ
Posts: 2,909
Joined: Oct 2010
Reputation: 90
RE: Membuat Random Post dengan efek Running text
(12-18-2011 12:48 AM)CyberKaze Wrote:  
(12-18-2011 12:40 AM)badwolves1986 Wrote:  
Code:
<? foreach( $rand_posts as $post ) : ?>

klo gak salah ini salahnya oms

PHP Code:
Pesan error XML: The value of attribute "href" associated with an element type "null" must not contain the '<' character. 

wah salahnya disitu yah?

ane kira disini omz
PHP Code:
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> 
PHP Code:
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> 
ente coba aja tuh oms code di atas yang ente bilang ,...klo clear solved berarti oms seneng
bisa jadi juga gini berarti ya bg eidellweiss
PHP Code:
$rand_posts = get_posts(); 

gitu ya maksud nya,..?
Find all posts by this user
Quote this message in a reply
12-18-2011, 01:12 AM
Post: #6
CyberKaze Offline
./Devilz Advisor
Posts: 869
Joined: Jul 2011
Reputation: 13
RE: Membuat Random Post dengan efek Running text
jadi bingung ane omz galau
Visit this user's website Find all posts by this user
Quote this message in a reply
12-18-2011, 01:49 AM
Post: #7
eidelweiss Away
Devilzc0der
*****
DC Security Grup
Posts: 1,551
Joined: Mar 2010
Reputation: 68
RE: Membuat Random Post dengan efek Running text
(12-18-2011 01:12 AM)CyberKaze Wrote:  jadi bingung ane omz galau

ane gini jalan om gak ada error..coba dech..

Code:
<marquee scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()">
<span style="font-family: verdana; font-size: 100%;">
<strong> Random Posts : >> </strong>
<?php
$rand_posts = ('numberposts=10&orderby=rand'); ?>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
>>
</span>
</marquee>
Visit this user's website Find all posts by this user
Quote this message in a reply
12-18-2011, 01:53 AM
Post: #8
badwolves1986 [RJ] Offline
Staf Registrasi DIC
RJ
Posts: 2,909
Joined: Oct 2010
Reputation: 90
RE: Membuat Random Post dengan efek Running text
ouw ane baru ngerti sekarang
jadi yang error di hapus ya bg ketawa baru ngerti makasih bg eidell atas elmu nya ketawa
Find all posts by this user
Quote this message in a reply
12-18-2011, 02:01 AM
Post: #9
CyberKaze Offline
./Devilz Advisor
Posts: 869
Joined: Jul 2011
Reputation: 13
RE: Membuat Random Post dengan efek Running text
oke omz eidel.. makasih yak ketawa
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Tutor] CARA MEMBUAT HALAMAN DEFACE DENGAN TAG HTML BAGI PEMULA AnonymousOpsID 27 2,126 05-04-2013 07:23 AM
Last Post: vbasic17
  [Tutor] Cara Membuat Twitter Client Sendiri DC™Rebels 61 3,301 04-26-2013 07:19 PM
Last Post: Amicale33
  [Tutor] JS Alay Text Coziboy 10 263 04-23-2013 07:31 PM
Last Post: Coziboy
  [Tutor] JS Flip Text Coziboy 3 175 04-14-2013 06:51 PM
Last Post: neOnSHiFT
  [Solved] default border style input text darkslayer 6 511 04-14-2013 05:21 PM
Last Post: Nana64ul
  [Tutor] Membuat Simple Site Layout Menggunakan File CSS 0rcHid 11 372 04-08-2013 09:59 PM
Last Post: Coziboy
  Memebuat game tetris dengan HTML dan Jquery wenkhairu 8 2,880 03-20-2013 12:19 PM
Last Post: feryjhie
  [Tutor] Membuat Simple Site HTML Layout Menggunakan Tag Div 0rcHid 9 279 03-15-2013 04:13 AM
Last Post: AlBantany
Wink [Tutor] Membuat Aplikasi Desktop dengan Pemrogramman Web Zeattacker 19 569 03-12-2013 09:14 AM
Last Post: 0rcHid
  [Ask] cara membuat validasi batas nilai looping region 3 129 01-30-2013 01:26 PM
Last Post: JassyArnold

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 06-20-2013, 01:15 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE