asifg123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post subtitle in bracket with colorThank you very much for you big help
alchymyth 🙂
Forum: Fixing WordPress
In reply to: post subtitle in bracket with colorthank you alchymyth 🙂
custom field code work perfect, but the bracket text not appear after the post title ends.the text appear on second line
like this
this is sample
(hot)
i try div span class but can’t success here is my full code<?php $myposts = get_posts('numberposts=23&offset=0');foreach($myposts as $post) :?> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a> <?php $hot = get_post_meta($post->ID,'raw_text',true); if($hot) { echo '<span class="css-'.$hot.'"> ('.$hot.') </span>'; } ?>Forum: Fixing WordPress
In reply to: post subtitle in bracket with colorthanks @alchymyth but what about other text or can i add my own text 🙂
because its show only 24hrs but i want that the text show as i wish ,when i don’t need the text after 1 hour so i delete the text, like this website http://www.goodanime.net here are many subtitle at the same page list but when they don’t want they change it
thanksForum: Fixing WordPress
In reply to: random category listthank you very much Michael 🙂
Forum: Fixing WordPress
In reply to: random category listhello MichaelH
some counter code i searched on google but thet can’t work 🙁
please helpForum: Fixing WordPress
In reply to: random category listplease give me some more detail because i am newbie in wordpress 🙂
thanks
Forum: Fixing WordPress
In reply to: random category listthanks MichaelH 🙂
but how can i limit the category list because this code show all category i want show only 10 category .