Rahul Kashyap
Forum Replies Created
-
Forum: Themes and Templates
In reply to: T_STRING isssue in my wordpress widgetplz help me i have to need this code ??
Forum: Themes and Templates
In reply to: more tage not working in my themei want to give this feature of my client
Forum: Plugins
In reply to: [SlimStat Analytics] Post paginationuse this in single.php
<div class="entry-content" > <?php the_content(); ?> <?php wp_link_pages(); ?> </div>
use this function in functions.php
function custom_nextpage_links($defaults) { $args = array( 'before' => '<div class="my-paginated-posts"><p>' . __('Countinue: '), 'after' => '</p></div>', ); $r = wp_parse_args($args, $defaults); return $r; } add_filter('wp_link_pages_args','custom_nextpage_links');
also use this css for style
/*== Post pagination ==*/
.my-paginated-posts {
font-size:10px; font-weight:normal; font-family:arial; }.my-paginated-posts p { font-size:1.4em; }
.my-paginated-posts p a {
background:#E8E8E8; color:#000; margin-left:0.2em; margin-right:0.2em;
padding:0.5em 0.7em; text-decoration:none; }.my-paginated-posts a:hover { color:#fff; background:#0066FF; }
Forum: Fixing WordPress
In reply to: How to create wordpress slider?thanks to all i will try javascript forum ??
Forum: Fixing WordPress
In reply to: How to create wordpress slider?thanks for reply @blake
i have created this php code for slider but i want to use show this slider in jquery how can i do this please tell me
here is code
<div id="sliders"> <?php foreach ($sliders as $slide) { echo '<ul>'; echo '<li> <a href="'. $slide['link']. ' "> <img src="' . $slide['url' ] . '" /> </a> <div class="flex-title">'. $slide['title']. ' </div> <div class="flex-caption">'. $slide['description']. ' </div> </li></ul>'; } ?> </div>
Forum: Themes and Templates
In reply to: Tab plugins not workingCould you please explain more what you meant with CSS?
hello sir,
i created wordpress template but my template widget css may be not complate so if you know any tutorial and you know how to create widget css for woapress blog theme so please tell me how can i do it.
Forum: Themes and Templates
In reply to: Tab plugins not workingya i used “Tabbed Login Widget” plugin but after installing css not working how it will work @ayman