Search
 
SCRIPT & CODE EXAMPLE
 

PHP

category title in post

<?php
foreach((get_the_category()) as $category) { 
    echo $category->cat_name . ' '; 
} 
?>
Comment

PREVIOUS NEXT
Code Example
Php :: current pathinfo php 
Php :: php timeout 
Php :: php undefined function mysqli_fetch_all() 
Php :: use php var in js 
Php :: eloquent where comparing two columns 
Php :: convert datetime to string in php 
Php :: laravel update query builder 
Php :: insertion sort in php 
Php :: laravel move file from local to s3 
Php :: get all sort by laravel 
Php :: php regex replace to remove special characters and accented 
Php :: how to write orderby in join query with where clause in codeigniter 
Php :: compact example in php 
Php :: how to make model and controller in laravel 
Php :: laravel the requested url was not found on this server 
Php :: mysqli exception handling 
Php :: Uncaught ReferenceError: commonL10n is not defined 
Php :: php foreach loop first element 
Php :: php array sort by key 
Php :: worpdress pods taxonomy get custom field 
Php :: codeigniter how to know update failed 
Php :: use smarty variable in php 
Php :: symfony messenger route 
Php :: array length php 
Php :: laravel blade php variable concatenate javascript variable 
Php :: pdo mysqli error handling 
Php :: clear session in laravel 
Php :: laravel documentation updateOrCreate 
Php :: strrev php 
Php :: How To Force Redirect HTTP To HTTPS In Laravel Using ServiceProvider 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =