Have not tested it but this should get you to your goal. I believe Accore LTD has it correct as well, except your slide #s will be post ID, instead of slide-1, slide-2
<div class="content">
<?php if ( have_posts() ) : ?>
<h2><?php single_cat_title('',true); ?></h2>
<div>
<ul>
<?php
$inc = 1;
while ( have_posts() ) : the_post(); ?>
<li data-slide="<?php echo $inc; ?>"><?php the_title(); ?></li>
$inc++;
<?php endwhile; ?>
<?php else : ?>
<?php endif; ?>
</ul>
</div>
Related Posts:
- How to display related posts from same category?
- Including categories in search results
- Count how many posts in category
- Custom Single Post By Category
- Display all posts from specific categories on a page
- Convert custom fields to post categories
- Query posts from current year
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- Archived Posts in Wrong Category
- Show One Category on Post
- Do I use custom post type or something else?
- How do I get the slug of a custom taxonomy category of a post?
- What Defines What Category A Post Picks (if in multiple)
- Featured Posts for Category Pages
- Limit function to specific post category
- Count to how many categories a post belongs to
- Exclude posts from featuring
- How can I remove posts of a certain category from homepage after a specified time period?
- Articles are text-only in any “Category” instead of HTML
- Edit custom post type admin menu link
- How to display WordPress archive into three columns [closed]
- Get mixed category random posts
- Using wp_list_categories like the the_category (showing just current categories of a post)
- Should I use posts or pages in this scenario?
- Assign category to new post via URL
- Category Page Template not Showing Posts
- How to allow users to post only in certain category and hide elements from edit page?
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- WordPress custom Query for Posts in Category display posts multiple times
- Need help with category listing!
- Prepending %category% onto default posts fails
- List all categories with featured image from post?
- Categories list into registration form
- How to make the first post in the loop be styled like a “new / featured” post?
- How can you display all sibling categories to a post?
- Category page when using static front page
- How to create a “latest news” page showing a list of posts from blog category
- WordPress bulk category select when publishing post
- Exclude some categories from listing on the current post
- how to hide empty fields of post category description?
- How to have more than one page for your posts if you have 8 posts but can store max 4 on a page
- Extract wordpress posts content and category content
- All categories displays the same posts
- Having pages after specifying post_type post
- In what context should Categories and Tags be used
- list posts from two categories on a page – plugin not working
- Get latest post from categories
- How to show a featured image inside a post in only 1 single category
- posts going to 2 pages/categories only show up in 1
- Highlighting Current Category in the Archive and Feeds page
- Get current taxonomy and display query accordingly
- Geting error in post and category [closed]
- Display most recent posts in category with Twenty Ten theme widget
- Rewriting blog permalinks
- Display a specific category in a focused area of my site
- I want to add the 10 most recent posts under a parent category on the main menu
- Does having category name in permalinks affect SEO when having a post in multiple categories?
- How to increase the number posts that displays by a hierarchical taxonomy? (HTTP ERROR 500)
- How to 301 redirect from url with post id to permalink with post name (slug)?
- Create/Set Category as Title of Post
- How to display related post from same category in single.php
- WordPress the_category(); only works with message-posts not with project posts, how do I specify project categories?
- Save All Post Permalink From A Specific Category into a .txt file
- I want to show recent post according to category of the post in single.php?
- Limit amount of categories displayed in a post
- show image gallery in archives or category page
- Page with Category Returning 1
- get current index of post content in category page
- Category and Posts in front page
- Allow registering user to select post category when signing up to blog
- Get 5 most recent categories
- Dynamically load posts based on category
- Get Categories & Posts With Type Article
- Set multi posts random categories and tags
- Add new post only in assigned category
- Changing the Category for all posts of an Author
- Custom plugin to get related posts by category
- Admin Post List Only Show One Category
- Add category attribute to custom recent post shortcode
- Same sidebar in all posts as in the category
- How to show different categories in different pages?
- How do I list categories and the common categories for posts beneath those categories?
- Latest Posts not in the right order
- Retrieve latest post by multiple categories with ID
- How to Include a common category in a custom Category Search
- How to display only one post on first category page and rest on next pages?
- Older entries link within a category page
- how to style an individual page in a category [duplicate]
- Viewing category won’t show up Custom post type posts
- Show Title/Date/Excerpt of first post & only Title for rest in Query [duplicate]
- Listing category and its posts one by one
- Print out one of 2 post category [closed]
- How to get if category has posts?
- Show some texts in posts belonging to Specific category
- Sort Posts Alphabetically Based on Specific Category (Divi)
- I have a blog and want to prompt the user to select a category they like and have that select a random blog post
- How to remove category and other tags from posts page
- I have a website issue I am trying to resolve
- How to sort posts alphabetically based on a specific parent category
- Get the category of post from which category page it have been clicked