• Hi,

    I would like to create alphabetical order on couple of my post categories. Create category-xx.php with category id but how to do it with Ridizain?

Viewing 1 replies (of 1 total)
  • Theme Author Brian Harris

    (@zgani)

    For what you are looking for some knowledge of PHP is required as the ability to create and work with a child theme.

    In your child theme you’ll to have a new query via the WP_Query function and pass through the required parameters. The parameter you’d need to use is the Orderby => name and more details can be found here: http://codex.ww.wp.xz.cn/Class_Reference/WP_Query

    There may also be a few plugins in the repository that you can use to achieve the same or similar results.

    Hope that helps,
    Zulf

Viewing 1 replies (of 1 total)

The topic ‘Alphabetical post order’ is closed to new replies.