• Resolved albertnortonauthor

    (@albertnortonauthor)


    1) How can I simply reorder the featured elements on the static front page? For instance, I want to put “about us” section above “latest news”. I tried doing this by going into the editor for the Front Page Template. I switched the order of the last two, as you see below, but “about us” is still above ” latest posts”.

    
    /* Ribbon section */
    lawyeriax_ribbon_section();
    
    /* Features section */
    lawyeriax_features_lite();
    
    /* Latest news section */
    lawyeriax_news_section();
    
    /* About us section */
    lawyeriax_about_section();
    

    2) Elsewhere in the code is there a way to edit the number of posts that show on the static front page? LawyeriaX Lite has it set to three.

    Sure am learning a lot about wordpress through messing around. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    This is not possible to do in the theme by default and this task required some extra efforts. So I’ll recommend you to hire someone.

    Thread Starter albertnortonauthor

    (@albertnortonauthor)

    I know it requires extra efforts, but does it require HARD effort? Because it seems like it should be pretty easy if I could locate where in the editor determines the order of parts on front page.

    If the code it the Front Page Template doesn’t decide this, could you give me a hint about where to go to find this, or where to edit each section (about us, latest news, etc.)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reordering Front Page Layout’ is closed to new replies.