Hi there !
Is there a filter like this but to show the Author ??
add_filter(‘avf_postslider_show_catergories’, ‘avf_postslider_show_catergories_mod’, 10, 1);
function avf_postslider_show_catergories_mod($category) {
$category = ‘show_business’; // or show_elegant
return $category;
}
Thanks a bunch !
Luis
Hey LUISCANAL,
Please refer to the following:
Best regards,
Jordan Shannon
Thanks, but that shows first the CATEGORY (with the filter above) and after that the author …
I need this:
Author
Category
Date
Now I get:
Category
Author
Date
Is possible to change that ??
Hi LUISCANAL,
Just add the author code before the category code. Switch the lines.
If you need further assistance please let us know.
Best regards,
Victoria