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

Thanks for the response. Very helpful, though I had looked through and through and found both answers.

I think I’ll stick to controlling my header via Child theme code. I’ve been able to add the trending news block with the code:

echo td_global_blocks::get_instance('td_block_trending_now')->render(array(
'sort' => 'random_posts',
'category_ids' => array(4,1,5),
'limit' => 10
));

Many thanks and AWESOME work with the THEME and the API!

webcreativeng
tagDiv Member

Hi there,

So I’m trying to create a custom header layout using code (API, child theme etc) but came across the Header Manager.

Please is there a way to design a header on a page (with the Header Manager) and make it appear globally on all pages?
I tried re-creating my header here -> https://prnt.sc/mzfkc1 (don’t know why the error though)

Also, how can I include the Trending News (News Ticker) in my Top Header – Child Theme (with PHP) – which is already looking good… ?
https://prnt.sc/mzfka5 (compare with Header designed above).
I’d like to call the trending_now like I did with the weather and customized it
echo td_weather::render_generic($atts, 'td_top_weather_uid', 'tdb_weather_template');

Thanks

webcreativeng
tagDiv Member

Similar Question:
Can I use Ubermenu Plugin for my menu? I’m very familiar with that and kind of prefer Uber.
Thanks

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