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 :)
nikau
tagDiv Member

Thank you very much, Radu.

Great Job.

Peace ๐Ÿ™‚

nikau
tagDiv Member

What if I want to refresh the changes made in wp_booster/ file?

I deleted whole cache and still it does not apply changes.

Thanks :=)

nikau
tagDiv Member

Thank you very much for taking your time.

The problem was a broken HTML in the post. Some HTML tags were not closed.

Maybe the excerpt extractor needs clean HTML to work right?

Thanks, peace ๐Ÿ™‚

nikau
tagDiv Member

For example, this one is not showing any exceprt when listed in the site.

http://larepublica.es/2015/06/12/david-rockefeller-la-cruzada-mundial-de-la-banca-imperio/

See:

nikau
tagDiv Member

No. We are just removing the news without excerpts to clean the site. But, it would be nice to know where excerpts are generated, so I can check out what is going on.

Thanks.

nikau
tagDiv Member

What I mean is that some news are not showing an excerpt at all, even if they have content. You can check it here: http://larepublica.es

If you open the article, they have a text in it. SO why would it not show an excerpt?

nikau
tagDiv Member

Thanks for taking your time.

Peace ๐Ÿ™‚

nikau
tagDiv Member

Thanks again ๐Ÿ™‚ But, we want to show different adsense accounts randomly. That is why we need to mannually set AD SLOT and CLIENT ID in the site’s source, right before printing it out.

Note: We want to keep the responsive feature, so we just want to modify the exact SLOT and CLIENT parameters before printing.

Thank you ๐Ÿ™‚

nikau
tagDiv Member

Thank you very much, sir Lucian.

Light and Peace be with you for the next three minutes! ๐Ÿ™‚

nikau
tagDiv Member

Hi,

Sorry, my screenshot was hosted on facebook. Maybe itโ€™s blocked for non-me people.

This is the specific URL where the SUB header navigation is showing all the Categories.

> http://larepublica.es/category/deportes/

Under the Main Black-backgrounded navigation menu, there is a White-backgrounded row that is showing child categories and a right-alined select menu. I want to remove the whole line, without using a css display none hack.

Thanks for taking your time to read me.

nikau
tagDiv Member

[Remove this if possible, replied on the wrong topic] Sorry.

  • This reply was modified 11 years by nikau.
nikau
tagDiv Member

Hi Alin, thanks for your great support. I added the thing where you specified.

But, in your screenshot, the line does not match with the one in which I found the return $wp_query_args.

It is found twice (Around lines 450 and 550)

I added the following snippet in both of ’em:

//Custom QUERY to not load posts without Featured Images. Except for category Opinion
//if($wp_query_args['cat']!=859){ /* 859 ID of Categ: Opinion on LR. */
$wp_query_args['meta_query']=array(
'key' => '_thumbnail_id',
'compare' => 'EXISTS'
);
//}

return $wp_query_args;

With the commented lines as shown (will use those once it is working fine.)
But, it is still loading all the posts as before.

Also, I disabled caching on wordpress, to make sure the page is being re-generated.

Where do the $wp_query_args affect in the first and second case?

Thanks Alin. Great work. Peace.

nikau
tagDiv Member

Thank you very much Chris.

You did an amazing work on your template.

Peace.

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