very urgent !!

Posted in: Newspaper
Post count: 1

hello forum,

My url is http://www.vasanr.com

I want To highlight 4 specific categories on homepage(Apart from recent postings) but its not supporting at all.
Can you please highlight Health, Beauty, interesting and trending on homepage.
My site is very very slow…Please Check it?

Post count: 9544

You need to specify each category in the editor for each ‘block/module’ on your home page in the visual editor on the ‘page’ you have created.

To tune your site, you need to do a number of things

a) increase default memory for WordPress in your wp-config file
b) make sure your hosting setup is optimized (gzip/deflate on?)
c) put proper directives in your htaccess file (for Apache; sligtly diff. for Nginx)
d) optimize images
e) tune your site with ads off
f) consider using caching AFTER you have everything else sorted

You can test your site speed and recommended fixes at gtmetrix.com for free.

Also see the theme docs on ‘speeding up your site …”

Post count: 22421

Hi,
I’m not sure exactly what highlight you want and where. i assume you weant to highlight the menu items that contain links to these categories. If this is the case then you can use this code :
.menu-item-404, .menu-item-403, .menu-item-65{
background-color:lightgrey;
}

If this is not what you mean, then please provide more details to what and how you want highlighted
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.