thalesviolakis
thalesviolakis
About
- Username
- thalesviolakis
- Joined
- Visits
- 13
- Last Active
- Roles
- Expired
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Hi Phil! I just did the fix today: function add_custom_post_types($query) { if (!is_admin()) { $query->set('post_type', array('yourcustomposttype')); return $query; } } add_action('pre_get_posts', 'add_custom_post_t…
-
I don't know if I was very clear, I'm talking about a custom taxonomy loop. Create a post through CPT, name it with a specific taxonomy or tag and loop it through bebuilder using the bebuilder blog feature. Currently I realize that there is no way …
-
I would like to create custom sections, within the Admin, for that we use CPT in general, when we create these CPT and add custom Tags or categories in these custom CPT's, the loop simply does not load any posts. Are we required to create content wi…
-
Excellent video. However, from what I understand, we are limited to putting everything together within posts, which would not be ideal, or using these fixed categories without being able to even rename or translate them for our final client. Wouldn'…