Amphion LiteFree WordPress Theme

Amphion Lite is a wordpress theme with 2 gorgeous skins 2 fonts and various other features.

  • Another question 🙂 I would like to order by alphabet the articles when you choose a category. How can i do? thx !


    • Go to Appearance> Editor and select “index.php” file and find this line:

      And replace it with:


    • Thx, but it doesn’t work. It still order by date when i click on a category.


    • Just tested the code again and it is working fine again. Are you using any cache plugin? clear the cache after editing if you are using a cache plugin.


    • Sorry to answer so late. Yes i have a cache plugin. I’ve clear it after editing, but it still doesn’t work.


    • Please contact me through the contact page. I will send you the necessary edited category.php file.


  • Hi,

    How do I change the header for the front page to customize to my liking?


    • You will have to get the Pro version to add logo or banner to the header.


  • please how do i get the images on the features slider to work? its only showing the texts and no pictures.

    thank you


  • How Can i Change the background Image?


    • first upload your image from Media>Add new and copy the file url after uploading the image.
      Then Go to Appearance> Editor and select “Stylesheet” from right and find this line:

      body{ background: #eeeeee url(images/bg.png); margin:0; padding:0;}

      and replace it with:

      body{ background: #eeeeee url(your copied url); margin:0; padding:0;}

Leave a Reply to Dave Cancel reply

Your email address will not be published. Required fields are marked *

+ Insert website address to ensure quick efficient support
+ To post your code, wrap your code with this <pre lang="LANGUAGE" line="1"></pre>