It seems you are pointing to this div class “repair-tool”. Correct?
If yes then you can modify your code like the below:
<?php
if( in_category( 1234, $post->ID ) ){
echo '<div class="repair-tool">text</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
- Count posts in category including child 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)
- Limit function to specific post category
- Show all post titles
- Add Category name to Post Title (h1)
- Posts are not showing up on particular category
- How can I remove posts of a certain category from homepage after a specified time period?
- How to display related posts by subcategory and not parent category
- Category Template: Need to display different content on first page of archives
- Edit custom post type admin menu link
- Display post category in foreach loop with category link
- Extracting post categories
- Should I use posts or pages in this scenario?
- How to limit posts by category
- Get user categories with most posts in it
- Prepending %category% onto default posts fails
- List all categories with featured image from post?
- How to list recent posts in a wp nav menu?
- Dynamic dependent Dropdown lists for categories, sub-categories and posts
- How to display two blog categories as separate sections on one page?
- why does wordpress ignore the post args?
- get posts from Custom Post Type & Category
- How to create a “latest news” page showing a list of posts from blog category
- How to enable custom Shortcodes in Post Category Description? [duplicate]
- Sort by last word in title
- How to call posts under a specific category on static front page?
- Give posts a particular template based on the assigned category
- 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
- Post-Archive like a page in a specific subdirectory
- How to display only one category in a custom post type?
- Get only X number of categories
- inserting a category into post
- Getting posts from some categories plus some individual posts
- Change layout of post depending on category
- latest post showing up twice on posts page
- wp_list_categories() Exclude All Categories Except One
- Highlighting Current Category in the Archive and Feeds page
- Different post views for different category views
- Possible?! A contextually titled back link
- Allow / show post comments in category pages
- How to select a category automatically based on a word in WordPress post title?
- Display default matabox of posts(add category) wordpress
- How display related post only in Default category on single
- How to get tags when using publish_post
- How to add class to specific navbar item when post parent category is in specific category
- How do you change the permalink for posts for a single category?
- Posts are not displaying on their category and tag page
- Does having category name in permalinks affect SEO when having a post in multiple categories?
- how to create a category with wp_insert_post and post_category
- Exclude posts in a category on one page but show those posts on a different page
- How to display related post from same category in single.php
- How to add a block to a category page?
- Excluding category from post navigation in WordPress?
- Save All Post Permalink From A Specific Category into a .txt file
- show image gallery in archives or category page
- Page with Category Returning 1
- get current index of post content in category page
- Post Category link is same with Page link
- Show custom post category for single post
- Get a list of categories that are related to posts
- Dynamically load posts based on category
- Get Categories & Posts With Type Article
- Querying posts from current category, using a variable as array argument
- Set multi posts random categories and tags
- Precedence of page permalinks over woocommerce product category links?
- Add new post only in assigned category
- Changing the Category for all posts of an Author
- Need help writing loop to display posts by categories in separate divs
- Add category selection to function request
- Query post category & remove any post id
- Admin Post List Only Show One Category
- Multiple Post Repeat for Related Post Loop by Category
- Show Post number of specific Category
- Same sidebar in all posts as in the category
- How do I list categories and the common categories for posts beneath those categories?
- Latest Posts not in the right order
- how to show posts on different pages if number of post per page is one
- How to Include a common category in a custom Category Search
- Is possible to create a custom link that creates a post that’s already categorized?
- Is it possible to have different header style blog titles in different categories?
- Category pages vs single post pages
- How to display subcategory articles in the category view?
- How do we display a certain category type on a page while hiding all others?
- Listing category and its posts one by one
- Print out one of 2 post category [closed]
- How to get if category has posts?
- Site ‘Categories’: save an admin global setting with post metadata [closed]