Jump to Main Content
Capabilities
Front-end Development
CRO Web Design
Speed Optimization
Competency
Portfolio
Blog
About
Contact
Search
PHP
Number & total all items in a loop
To get the total amount of items in a foreach loop: Get the total amount of items from a custom $wp_query loop: Number each item within a $w
…
Read more
Compress HTML output with PHP
Wrap your PHP or HTML with this code and it will remove spaces, line breaks thus minifying your code. <?php function ob_html_compress($buf){ return
…
Read more
Increase the file upload size limit in WordPress
Find the php.ini file on your server and the lines below (change the number to something higher): post_max_size = 8M upload_max_filesize = 2M
…
Read more
PHP templates
Head/header.php Include Dynamic titles, descriptions, and CSS to go in the <head> section. The $description can be whatever you’d like to nam
…
Read more
Capabilities
Front-end Development
CRO Web Design
Speed Optimization
Competency
Portfolio
Blog
About
Contact