Skip to content

WordPress posts in menu and custom classes

I’m new to WordPress and I’m trying to convert a pure HTML Theme to a WordPress theme. But I have a problem that I can’t find a solution for. In the nav menu, I can’t find a way to selectively add classes to the ul and li elements that WordPress generates as a menu. Basically, I need t…

pagination data with laravel 5.8

I´m traying to paginate my results of query, but i have a problem with this. I have this code in my controller: and in my view: but i have one error when render blade: i did a print_r and this it´s result: so that, i can show my post in my blog page, but when render blade i can´t show

how i can disable php 8 and enable php7.4 in arch linux

when I run the command php -v I have version 8.0 I would like to change the version to 7.4 despite I have installed php7.4 but I don’t know how to switch between the two versions thank you Answer Let’s assume that the location of php7.4 is /usr/bin/php7.4, in which case will yield something like t…