Home User profile
orz
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
orz
tagDiv Member

Seems to be working, thanks

orz
tagDiv Member

Hi Bogdan,

I had to override the td_data_source.php file in my child-theme.
Its working great.

Hope it won’t cause chaos when new updates are released 🙂

orz
tagDiv Member

Anyone?

The only I’ve found to do that is by changing the theme source code.

Adding a filter to this function:

/**
* is used by all the blocks
* @param string $atts
* @param string $paged - is used by ajax
* @return WP_Query
*/
static function &get_wp_query ($atts = '', $paged = '') { //by ref
$args = self::shortcode_to_args($atts, $paged);

// Custom filtering
$args = apply_filters('organic_posts_filter', $args);

$td_query = new WP_Query($args);

return $td_query;
}

orz
tagDiv Member

Ok thanks!

Anyhow – where can I find the changelog for real updates in the future?

orz
tagDiv Member

Cool, thanks Catalin

orz
tagDiv Member

Sorry I meant the latest version, 7.6

Viewing 6 posts - 1 through 6 (of 6 total)