Page 2 of 2

Re: Link to category with id

Posted: Sat Sep 07, 2019 12:11 pm
by Kir
So I've solved my problem by using onclick="opngnrl()" and onclick="opn3dprnt()" attribute for each button with function:

Code: Select all

<script>
         function opngnrl() {
        window.open("/blog/category/general#news","_self")}
        function opn3dprnt() {
        window.open("/blog/category/3dprint#news","_self")}
    </script>