• Resolved rajeevthomas

    (@rajeevthomas)


    Hi Everyone..I am a newbie. I am trying to move what is on my sidebar to a footer. https://rajeevthomas.com/journal/ I don’t think I have a footer now (I don’t think I do ) but I would like the items (categories,archives) on my sidebar to show up on the on the bottom of my blog. How can I do this? I hope I am not asking the silliest question… P.S., I am using Upstart blogger minim.

Viewing 4 replies - 1 through 4 (of 4 total)
  • start by reviewing https://codex.www.ads-software.com/Theme_Development

    as it is, your problem is too general for any purposeful suggestions.

    possibly break the plan into smaller steps and post here when you come across more individual problems.

    Thread Starter rajeevthomas

    (@rajeevthomas)

    Hi Alchymyth… please help me… I am not sure if explained it vaguely but my problem is specific.

    I would like the links on the sidebar to sho on the footer?… is this possible?

    Thank you again…

    possibly use these general steps:

    – create a footer.php (if it does not exist);

    – remove the ‘get_sidebar()’ code from all templates;

    – add ‘get_footer();’ code to all those templates, at a suitable location;

    – add the code from sidebar.php into footer.php; adjust the existing html structure or add new html;

    – adapt or add new css to format the widgets in the footer.

    unfortunately your theme is not released under the GPL license, and is therefore not supported by this forum.

    any support can only be general and not specific to the theme.

    possibly try to contact the theme’s developer or consider posting a job at https://jobs.wordpress.net/

    Thread Starter rajeevthomas

    (@rajeevthomas)

    Thank you for explaining..I am new to this… did not realize about the GPL license … your help really worked magic…thank you for your patience.. Raj

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving sidebar items to footer’ is closed to new replies.