Blog
February 4, 2023
/ WordPress
WordPress does not show the custom fields box?
I have created a new CPT in my wordpress locally at the moment, I need it to have custom fields…
February 4, 2023
/ WordPress
How to authenticate/verify wordpress login credentials & check for user meta without logging in?
I have custom login form and i used wp_signon() to authenticate. However, i wanted to run an additional check for usermeta and…
February 4, 2023
/ WordPress
Trying to insert a div ID link into Woocommerce shortcode Pagination
I’m using the following Woocommerce shortcode half way down a landing page: [products author=”4″ columns=”4″ orderby=”rand” order=”DESC” visibility=”visible” paginate=”true” limit=”24″…
February 4, 2023
/ WordPress
What is the best way to relate different wordpress custom post types?
Let’s say I have 3 CPTs: series, seasons, and episodes. Now if I post in these custom post types the…
February 4, 2023
/ WordPress
Registering WordPress custom taxonomy using reserved terms
I’m using CPT UI to manage all my custom CPTs and taxonomies. I’ve tried adding custom taxonomy with slug type, and…
February 4, 2023
/ WordPress
How to Deobfuscate a sourcecop protected WordPress plugin?
I have a plugin, which was obfuscated by plugin developer with sourcecop. At some point it began sending out lots…