ginacc
Forum Replies Created
-
Hi @bcworkz , so the pagination is for blog posts that I put on the home page using the “Query Loop” block showing a total of 9 posts in a three column grid.
The URL shows like this when i click on page 2: https://dev.example.com/?query-8-page=2
When I click on page 3, 4, rest of pages it changes slightly to this: https://dev.example.com/?query-8-page=3&cstI don’t know how to answer indivually, just wanted to thank you all for your time. I have tried to use that function that @bcworkz suggested but I am not very good at writing them functions, all I’ve learnt is by looking up in the internet, copy what I see and hope it works xD,,
I have used this example:
add_action( 'init', function() { add_rewrite_rule( 'myparamname/([a-z0-9-]+)[/]?$', 'index.php?myparamname=$matches[1]', 'top' ); } );And then I went to Admin > Settings > Permalinks > Save and after that I dont know what else to do, sorry. Could you help me with that? Thank you
Hi @tamirat22 thank you for your reply!
I wanted to ask one last thing and sorry in advance if it seems ignorant xD I’m quite new with this. Sometimes I have seen that with some plugins you can “enable” or “disable” some features by writing a function on the “functions.php” file of a child theme. I have tried that before by copying and pasting the function I would need (that I would find online). So my question is: is there any function like that with Woocommerce where I could “enable” the characteristic of category that I want?Again sorry if it’s not possible. And if not I will try your suggestion.
Thanks again.- This reply was modified 3 years, 11 months ago by ginacc.