Follow that tutorial and use below code for specific category recent post where tutorial used un order list content.
<ul>
<?php $recent = new WP_Query("cat=1&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
<li><a href="https://wordpress.stackexchange.com/questions/35006/<?php the_permalink() ?>" rel="bookmark">
<?php the_title(); ?>
</a></li>
<?php endwhile; ?>
</ul>
Change cat id and number of post as per your choice.
Related Posts:
- JSON parsing error syntax error unexpected end of input
- How to enable CORS in flask
- jQuery Selector: Id Ends With?
- jQuery dialog popup
- Change Placeholder Text using jQuery
- Click button copy to clipboard
- $(document).on(“click”… not working?
- how to loop through JSON array in jQuery?
- jQuery – how to write ‘if not equal to’ (opposite of ==)
- jQuery get the image src
- Get element type with jQuery
- jQuery onclick toggle class name
- how to define variable in jquery
- How can I create a “Please Wait, Loading…” animation using jQuery?
- Enqueue core jQuery in the footer?
- How to correctly include jquery-ui effects on wordpress
- Check if user is logged in using JQuery
- I want to enqueue a .js file to my child theme
- How to prevent WordPress from loading the jQuery library at the top of the page
- Adding jquery and thickbox to WordPress theme
- WooCommerce single product edit flexslider settings
- jquery & ajax getting data to php in wordpress
- AJAX returns response 0
- WordPress Featured Post Slider
- possible to make sections in theme customizer sortable and saveable at publish button clicked?
- Twitter Bootstrap Use Collapse in Custom Post Type
- adding the full image path to a wordpress javascript file
- Unable to run jQuery script in my template file
- How disable checkbox when listbox value changes in tinymce
- Enqueue jQuery in WordPress
- Modify this loop to fit my jQuery slider (slides)
- validate a metabox based on the category that is selected
- wp_mail very slow
- Clicking on disabled ‘add to cart’ button [closed]
- WordPress loads Jquery Automatically – is my idea correct to add it to the footer?
- Unable to uncheck checkbox with jquery in wp admin
- How to use “show more” on a page or post to show and hide content
- Front-end Ajax File Upload
- jQuery.accordion isn’t a function even when enqueued
- jQuery ajax call throws an HTTP 302
- Multiple jQuery conflict unsure of why
- Jquery not working on mobile browser
- How Can I Add “New” Lazy Load Images To NewsPaper WP Theme? [closed]
- WooCommerce Ajax Cart Update Stopped Working
- WordPress AJAX Load More function duplicating a post
- Sorting widget control
- Dukapress jQuery(“form.product_update”).livequery is not a function [closed]
- Plugins loading multiple copies of JQuery
- How to wp_enqueue_script jQuery inside a Plugin
- Cannot enqueue jQuery correctly using Google CDN
- How to use jQuery in WordPress 5.7+
- jQuery accordion plugin won’t work once used in WP
- Why use admin-ajax.php when loading pages through AJAX?
- Insertng HTML and jQuery into a page that uses the Defaut template
- WP Rest Api / Ajax POST not working when not logged in
- Admin side jquery is not loaded
- “JQMIGRATE: Migrate is Installed” How do I find the problem code? [duplicate]
- How do I translate string inside jQuery script with WPML?
- Using Foundation 5 in WordPress Administration Area
- change order of add_action hooks for jquery to be loaded first
- Ajax Validation for reCaptcha
- Can’t delete the default jQuery in the theme
- WordPress jQuery crash [closed]
- oEmbed Video in Modal
- Conditional Tags – Multiple Categories
- Using Jquery submit with ajax request
- Assigning tags to a post from front end using tag-it jquery UI plugin
- Adding Widgets to Masonry Layouts Correctly – jQuery &&|| PHP
- ajax not working in plugin
- need jquery help
- How to enable read more by default using jquery
- Show More Show Less – Not Working
- Trying to add google ad onclick to wordpress and Divi buttons and header link
- Show and hide element when URL contains certain section of text?
- how to allow download after newsletter subscription?
- How to insert fancybox to multiple separate galleries in a post?
- jQuery Plugin Uncaught TypeError: jQuery(…).slider is not a function
- How to use jQuery plugin
- Notify user we would like them to clear their cookie. Provide a working button to clear cookies for user
- Call full image url instead of stylsheet directory url in JS for Infinite Scroll Function
- jQuery.post() calling function with parameter
- Passing variable data from external jQuery file to options.php
- Custom Javascript not working? [closed]
- What to do after a wrong RewriteRule?
- Uncaught TypeError: Cannot read property ‘ajax’ of undefined
- :first-child applying to all links [closed]
- Ajax autocomplete based on usercode
- Jquery script not loading on site Front page
- Get selected value with PHP and jQuery
- Javascript block in Twenty Twelve theme
- jQuery drop down not appearing for autocomplete/autosuggest
- TypeError: $ is not a function Error using parallax effect in WordPress Template [duplicate]
- Loading custom file based on a dependant file that is also dependant on another file
- Can’t get this jQuery snippet to work with WordPress
- Javascript Loading Effect to URLs
- How to combine jQuery in-place editor with $wpdb->update
- Does anyone know how to load jquery in the footer?
- Use WordPress Built In Jquery
- Elementor form – checkboxes validation
- How to add input file plain text and submit to publish?