Get primary menu
‘primary’,
‘items_wrap’ => ‘
‘
)
);
?>
Remove the ” <p></p> “ on the footer Default functions
How to display Youtube video’s featured image ( thumbnail image )? We have numbered of ways to display the Youtube video’s featured image or thumbnail image. We want to display image instead of Youtube videos most specially in the categories right? In this examples, https://www.anthonypagaycarbon.com/category/entertainment/ we will see I’m using image instead of the video…
Get the sub category of the current product category page. This code is applied if you are viewing the product archive page. The codes below and a sample category hierarchy list. Example: Category Parent Category 1 Category 2 Category 3 Category 4 Category 1.1 Category 2.1 Category 3.1 Category 4.1 Here’s a code:
Add column classes and add first class in every first column. Just change the _index = ( _index + 3 ); to your custom column. Example, if you want to create 5 columns change the _index + 3 to _index + 4 if you want to create 6 columns change the _index + 3 to…
WordPress Menu Exporter
Hi guys, having a hard time looking a codes online on how to create a WordPress customize settings? I guess, your not alone. But for me, I’m done on it and converted already into a tutorial. I’m hoping to help someone with this kind of problem. I have a tutorials below on how to create…