Just realised what the problem is, the code should basically be:
<?php $catergory = get_the_category(); ?>
<?php echo $catergory[0]->name; ?>
I think the different versions of PHP from localhost / server were different which is why it was working on one but not the other (feel free to correct me if I’m wrong)
Related Posts:
- How to detect single.php (but not single-portfolio.php)?
- Custom Single Post By Category
- Using single.php from plugin folder instead of default template folder
- Custom permalink structure only for default posts
- Related Posts by Multiple Tags?
- How do I create a link that will always show the latest post?
- Post X of Y in single.php / sidebar.php
- HTML code in Custom field
- How to have different content in the loop and single
- Single.php Active Category Class
- How to add shortcode tags in single.php [closed]
- get_terms parent for current product only
- custom single.php not working
- How to display different single post template based on author?
- how load content as pop-up using ajax
- Disable single post page
- how to know if the post has pagination () or not
- Remove arrows from previous and next link
- “next_posts_link” and “previous_posts_link” display me NOTHING
- How to disable single post view in wp
- Custom Post Templates
- Add code just after Post content
- Pagination on single post page?
- Restrict post navigation to current sub menu
- Can’t get the_content of the parent page from its single post?
- Show all posts in sidebar in single.php
- How to show single post page as home page
- Using wp_list_categories like the the_category (showing just current categories of a post)
- How can I make a post that belongs to a category or have specific tags, display different from the other single posts?
- Display all posts that were published before full post on single.php
- Add Read More Tag to a post content (Single.php)
- If in_category not working for multiple single.php pages
- Single.php – Get Current Parent Category
- Insert sometext after first h3 in content
- Thumbnail Image to go in the post aswell
- Add get_the_tags() to Single Posts section via functions.php
- Is it possible to customize the post according to post format in single.php?
- Multiple comment forms on a single page
- Post type no single page
- Single Post in Tab/Slider
- Defined function isn’t showed on page
- get_previous_post() while accounting for sticky posts
- wp-link-pages in header and footer of the post
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- Attachment image single page
- Nest Next and Previous in a href with class that has a background image
- Making a wordpress page print friendly
- WordPress single.php different layouts projects / posts
- Can I style single post that are in multiple catergories?
- “Home” Page now only displaying the single latest post
- How to save template data into wp_post table (post_content column)
- WordPress – When visiting a `single post/ single.php` my category menu item link becomes active
- How do I change the template specifically for single posts?
- Show single post child category from a determined parent
- out of nowhere
- WP posts using index.php instead of single.php
- Single post shows post three times
- How do I check if a post is password protected?
- display multiple posts and posts content on a single URL
- Pagination for single post
- Only show related posts when another post has same term
- List posts of assigned categories in list of all categories on single.php
- Is possible to do this from function.php
- Custom Single Post Type not referring to single-post-type.php File
- Hide Certain Tags on Single Post Page
- Thumbnail With Next/Prev Links Not Showing Next Post?
- Add wp-link-pages to post
- Pagination and Related Posts
- Single post page from static home not working
- Get current post’s child page?
- 1 post, 2 templates
- Wrap div-tag around posts in page
- Insert Shortcode exactly at the end of the content
- WordPress More tag doesn’t work on Single post
- No matching template found when using single.php
- how show post date for specific post?
- Show Next/Previous without Link
- Should we trust the post globals?
- how to limit edit_form_after_title hook to page and post edit only?
- Add a checkbox to post screen that adds a class to the title
- How to force update all posts after import
- How to add in title a date but with other color, like in iMDb titles?
- How to set up multiple taxonomies for groups of posts
- How can I set a Post’s default visibility to private and pending review checked
- How do I get blog posts to appear within CMS?
- Query values from a Post Object Repeater [closed]
- Admin – no Featured image choice in create new/page|post
- Hook for changing excerpt content when excerpt not set
- Optimizing the blog loop
- Adding a custom post type meta field to rss
- Using AJAX to filter posts without refreshing page
- How to disable WordPress from automatically changing “x” to multiplication symbol “×” when typing numbers that also contain an “x” between them?
- Add class to global $post
- Multisite how to display merged posts from two sites and sort by latest date?
- Very weird behaviour after removing WP pages
- How to add navigation arrows to manually slide through posts?
- Make Show Notes for Individual Podcast Episodes Easy to Find (multiple URL’s?)
- Creating / Editing a post from within site template
- How can I get on the same row two post of different categories?
- Site ‘Categories’: save an admin global setting with post metadata [closed]