Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #987526

    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

    #987534

    Hey LUISCANAL,

    Please refer to the following:

    Best regards,
    Jordan Shannon

    #987537

    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 ??

    #987910

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.