Plugin Author
malihu
(@malihu)
Not sure what exactly you want but in general make a link with URL #footer and give your footer element (or an element inside your footer) the id footer.
First check if your footer has already an id:
Open your site in say Chrome, right click the footer and click inspect. In the dev tools pane see if the footer element has an id attribute value (e.g. <div id="some-id">...</div>). If it has, use that id value in your link’s URL (e.g. some-id).
If not:
If you use widgets in your footer, you can check their id attributes in wp admin appearance -> widgets. The id of each widget should appear when you toggle the widget and you can use it in your link.
Alternately, if your footer contains content which is editable in wp editor, you can use plugin’s shortcode to create the target element manually:
[ps2id id='footer'/]