The Best Plugins for A/B Testing in WordPress
When you own a website, you will always want to have more and more in it. Whether it be subscribers, conversions, revenue, clicks, etc. It may be done via new
When you own a website, you will always want to have more and more in it. Whether it be subscribers, conversions, revenue, clicks, etc. It may be done via new
I was struggling to get ACF to sort my post based on the datepicker that they provide. I was finally able to do it. This is the snippet that you
I was struggling to find a way how to exclude posts that did not have images because I wanted only featured images post on my home page so I found
I was looking into searching custom fields on WordPress and I found a simple method for this. $posts = get_posts(array( 'numberposts' => -1, 'post_type' => 'post', 'meta_key' => 'color', 'meta_value'
This will allow you to get the post title sent to you on the contact form 7 plugin. Pretty simple to use. 1) Download plugin: https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/ (Make sure you have Contact Form
This is a short snippet to get your WordPress URL changed temporarily if you want to do quick debugs. Add the following code into the wp-config.php file. This will change
I found these CSS Styles to modify the WooCommerce Checkout. What this does it makes the credit card field move it to the right and it looked cleaner. All you
These are the code snippets you need to add to your website to start tracking sales on Facebook. First, you need a place to add in your header and footer
Simple Ordering Platform for WordPress for the Restaurant Industry I was looking for a nice platform for ordering online for restaurants and I found this really good plugin for WordPress.
How to add a custom css file into the function.php in WordPress. Use this simple function to register your custom stylesheet. // Load the theme stylesheets function theme_styles() { //