Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Frumph

    (@frumph)

    2 choices,

    1. download a plugin that will let you do that without editing code.

    2. or edit code, specifically the functions.php file, search for this:

    function easel_init() {

    Inside that section is this line:

    //	$query->set('category__in', '8');

    Notice the // means it’s commented out, you would uncomment it, and put where that 8 is the category # you want to display on the front page.

    … then save.

    I left that commented out in the code so someone can do precisely what you’re asking with relative ease.

    Thread Starter DavidF88

    (@davidf88)

    Ahhh thanks Frumph. I was looking in all the wrong places to do that. Awesome!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Select Category on front page’ is closed to new replies.