Skip to content
Code Snippets The Code Beast
  • Home
  • THE INDEX
    • PHP Scripts
    • Javascript/jQuery
    • Free Templates
    • HTML/CSS Script
    • Web Design
    • Graphic Design
    • WordPress
    • Application Development
    • Fun Stuff
    • Video Editing
  • About
  • Contact Us
  • TOOLS
    • WordPress Password Generator
    • CF7 Spam Protector
    • HEX TO RGB Converter
    • Stripe Fee Calculator
    • APC Shipping Plugin
    • Housekeeping Platform
    • Transcribe Laravel Application
    • Postman to Swagger
    • Password Generator
  • Shop

Press enter to see results or esc to cancel.

Abraham Garcia in WordPress   Friday, August 27 2021

Exclude WordPress Posts Without an Image on WP Query

Query Post Only with Featured Image and Exclude all the Rest Before Going into the Loop.

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

Continue reading
Abraham Garcia in WordPress   Thursday, May 20 2021

Query Post By Custom Fields WordPress Advanced Custom Post

Query By a Custom Field Advanced Custom Fields Plugin

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'

Continue reading
Abraham Garcia in WordPress   Sunday, April 4 2021

Add Dynamically WordPress Title to Contact Form 7

Simply Add Page URL to your Contact Form 7 Body

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

Continue reading
Abraham Garcia in WordPress   Thursday, February 11 2021

Edit Site URL on WordPress Temporarily

Change the WordPress URL with two lines of code for a temporary time.

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

Continue reading
Abraham Garcia in WordPress   Friday, January 22 2021

Better WooCommerce Checkout CSS Styles

Improve the Look of Your WooCommerce so you can Increase Your Conversion and Sales. Easy to change WooCommerce css styles.

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

Continue reading
Abraham Garcia in WordPress   Thursday, January 14 2021

Facebook Pixel Tracking on RestroPress WordPress

Track Sales From RestroPress on WordPress so you can get a good perspective on your Facebook ad sales.

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

Continue reading
Abraham Garcia in WordPress   Friday, November 6 2020

Free Food Ordering Platform for WordPress

Simple Ordering Platform for WordPress for the Restaurant Industry

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.

Continue reading
Abraham Garcia in WordPress   Friday, October 9 2020

How to add a custom css file in functions.php WordPress

A Simple Function to paste on your WordPress functions.php to include a custom CSS file.

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() { //

Continue reading
Abraham Garcia in WordPress   Wednesday, August 5 2020

How to Add Google Analytics and Adwords to an Elementor Canvas Template

Get Your Analytics and Google Ad Tags on Elementor Canvas Template.

I had been struggling with how to add an analytic tracking and conversion tracking to an Elementor Canvas Template, but I finally found a snippet that helped me. I hope

Continue reading
Abraham Garcia in WordPress   Sunday, April 26 2020

How to Limit Shipping to Certain Zip Codes WooCommerce WordPress

Limit Shipping to Certain Zip Codes on WooCommerce WordPress

How to limit to certain zipcodes on WooCommerce 1. Visit WooCommerce -> Settings -> Shipping 2. Add Shipping Zone or Edit Shipping Zone 3. Click on the Limit to Specific

Continue reading
  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next Page »
BECOME A CONTRIBUTOR TODAY

CONTACT US

Categories
  • AI Workflows
  • APIs
  • Application Development
  • Artificial Intelligence
  • Blogging
  • Cybersecurity
  • Developer Tools
  • Free Templates
  • Fun Stuff
  • GitHub
  • Graphic Design
  • HTML/CSS Script
  • Javascript/jQuery
  • marketing
  • PHP Scripts
  • Product Reviews
  • Python
  • SaaS
  • SEO
  • SQL
  • Uncategorized
  • Video Editing
  • Web Design
  • Website Analytics
  • WordPress

Facebook



Tags

  • wordpress
  • jquery
  • php
  • css
  • laravel
  • react js
  • javascript
  • bootstrap
  • github
  • contact form 7

Twitter

Tweets by @thecodebeast

Social Icons




Logo

Welcome to The Code Beast – A blog that helps developers find tools in their respective programming language.

Tags

  • wordpress
  • jquery
  • php
  • css
  • laravel
  • react js
  • javascript
  • bootstrap
  • github
  • contact form 7

Navigation

  • Home
  • About
  • Contact
Contact Us

The Code Beast
info@thecodebeast.com
The Code Beast © Copyright 2025.
Privacy Policy