Similar Posts
How to add @mention in Buddypress single media page (or rtMedia single page)?
How to add @mention in Buddypress single media page (or rtMedia single page)? Copy the codes below to your functions.php Next is override the media-single.php file in your theme folder (wp-content/themes/my-theme/rtmedia/media) . The file path output must be wp-content/themes/my-theme/rtmedia/media/media-single.php. Open the media-single.php in your text editor and find the and replace with the codes below….
WordPress page options resetting after pressing the enter keys
WordPress page options resetting after pressing the enter keys and all of your settings go back to zero. This is usually this is happening when you create a custom page option in WordPress dashboard. The main reason is the reset button is declared ahead or coded before submit button. If you can see the `id=”reset”`…
How to create columns
3 Columns HTML CSS Use the HTML/CSS Column Generator for easy job.
Get the current post parent category ID
How to get the current post parent category ID? Just copy the codes below and paste this your template.
How to add unique classes in body tags?
This code is showing how to add a archive-child/archive-parent classes in Woocommerce product category pages using display_type option.
How to get the last array value in PHP
For example I have ” /category/blog/ ” string and I want to convert it in an array.
