• Hello,

    The links for the categories, above the boxes in the home page, use the category’s title instead of the slug to compound the URL, so e.g., a link may have “/category/F.O.O.” instead of “/category/f-o-o.” as href attribute.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter msalsas

    (@msalsas)

    As simple as replacing:

    <a href='<?php echo get_site_url(); ?>/category/<?php echo str_replace(" ", "-", get_category($catid)->name) ?>'>

    with

    <a>/category/<?php echo get_category($catid)->slug ?>'>

    in magazine.php (lines 149, 204, 273, 380 and 444)

    Theme Author Aumkar Thakur

    (@aumkar)

    Awesome fixed in version 2.0.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links error for categories in home page with News Boxes’ is closed to new replies.