• I added the suggested code in the FAQ to the functions.php file of my theme and the “filterable_portfolio_remove_product_date” function is never called. Any suggestions appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am also trying to use this without luck. And there is no way to hide it with CSS since they are all in the same class. Please share the solution.

    Hi!
    Go to Plugins – plugins edittor, choose “Filterable Portfolio” plugin, find “filterable-portfolio/templates/portfolio-meta.php” and comment 19 and 20 lines, maybe it’s not the way of jedi, but it works for me ??

    //$project_date     = get_post_meta( $id, '_project_date', true );
    //$project_date     = date_i18n( get_option( 'date_format' ), strtotime( $project_date ) );
    

    Hi,

    I just created a pull request on this plugin repo on github to patch this unexpected beaviour :
    https://github.com/sayful1/filterable-portfolio/pull/7

    Wait and see…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘filter hook for date removal not working’ is closed to new replies.