Title: Rahul Kashyap's Replies | WordPress.org

---

# Rahul Kashyap

  [  ](https://wordpress.org/support/users/rahul0010/)

 *   [Profile](https://wordpress.org/support/users/rahul0010/)
 *   [Topics Started](https://wordpress.org/support/users/rahul0010/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rahul0010/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rahul0010/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rahul0010/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rahul0010/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rahul0010/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [T_STRING isssue in my wordpress widget](https://wordpress.org/support/topic/t_string-isssue-in-my-wordpress-widget/)
 *  Thread Starter [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/t_string-isssue-in-my-wordpress-widget/#post-4869182)
 * plz help me i have to need this code 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [more tage not working in my theme](https://wordpress.org/support/topic/tage-not-working-in-my-theme/)
 *  Thread Starter [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/tage-not-working-in-my-theme/#post-4378436)
 * i want to give this feature of my client
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] Post pagination](https://wordpress.org/support/topic/post-pagination-6/)
 *  [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/post-pagination-6/#post-4373805)
 * use 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create wordpress slider?](https://wordpress.org/support/topic/how-to-create-wordpress-slider/)
 *  Thread Starter [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-to-create-wordpress-slider/#post-4221659)
 * thanks to all i will try javascript forum 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create wordpress slider?](https://wordpress.org/support/topic/how-to-create-wordpress-slider/)
 *  Thread Starter [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-to-create-wordpress-slider/#post-4221484)
 * thanks for reply [@blake](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tab plugins not working](https://wordpress.org/support/topic/tab-plugins-not-working/)
 *  Thread Starter [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/tab-plugins-not-working/#post-3926771)
 * > Could 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tab plugins not working](https://wordpress.org/support/topic/tab-plugins-not-working/)
 *  Thread Starter [Rahul Kashyap](https://wordpress.org/support/users/rahul0010/)
 * (@rahul0010)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/tab-plugins-not-working/#post-3926680)
 * ya i used “Tabbed Login Widget” plugin but after installing css not working how
   it will work [@ayman](https://wordpress.org/support/users/ayman/)

Viewing 7 replies - 1 through 7 (of 7 total)