catacaustic
@catacaustic on WordPress.org and Slack
- Member Since: October 31st, 2011
- Location: Brisbane, Australia
- Website: catacaustic.com
- Job Title: Developer
- Employer: 7-90 Systems
WordPress Origin Story
Contribution History
catacaustic’s badges:- Support Contributor
-
Posted a reply to How do I create custom taxonomy single, taxonomy archive page, on the site WordPress.org Forums:
It's all in here. :) https://developer.wordpress.org/themes/basics/template-hierarchy/ -
Posted a reply to Do search engines need to access php files?, on the site WordPress.org Forums:
They normally don't unless you have a stand-alone file (or more) that needs to be… -
Posted a reply to Diagnose and resolve a critical error, on the site WordPress.org Forums:
Follow these steps and you'll be able to find out what's happening on the site.… -
Posted a reply to Applying custom css to a shortcode block, on the site WordPress.org Forums:
You would need to add that using editor styles. The best way to do it… -
Posted a reply to How to add image alt on this code, on the site WordPress.org Forums:
<?php echo get_avatar( get_the_author_meta( ‘ID’) , 150, '', 'Alt text goes here'); ?> -
Posted a reply to How to add image alt on this code, on the site WordPress.org Forums:
Look at the documentation for the get_avatar() function. Alt text is the 4th argument. -
Posted a reply to database problems, on the site WordPress.org Forums:
Your database has crashed. You might be able to repair it using phpMyAdmin (or which… -
Posted a reply to Moving website hampers, on the site WordPress.org Forums:
Try these steps for moving the site to the root folder: https://wordpress.org/documentation/article/moving-wordpress/#moving-directories-on-your-existing-server -
Posted a reply to Access key and value from an array of objects, on the site WordPress.org Forums:
So what is the error message? Some basic debugging will help you to find out… -
Posted a reply to Attribute parrents, on the site WordPress.org Forums:
So find another plugin. :) That's just what I found after a quick search. And… -
Posted a reply to Got malware on my site. Please Help me find my content, on the site WordPress.org Forums:
All content is stored in the database, not in files. Depending on what you use… -
Created a topic, Custom blocks with ‘Inner Blocks’ won’t render in editor, on the site WordPress.org Forums:
Any time I set up a block that uses the 'Inner Blocks'… -
Posted a reply to how to create a multi selector dropdown search box by code?, on the site WordPress.org Forums:
What do you have now? How are your categories/tags/taxonomies/custom fields set up? Do you need… -
Posted a reply to Attribute parrents, on the site WordPress.org Forums:
WooCommerce attributes don't work like that, so out of the box you can't do it.… -
Posted a reply to How to Fire WordPress Developer?, on the site WordPress.org Forums:
Who controls the WP Engine account? If it's you, then you have everything that you… -
Posted a reply to New blog on Google Chrome w/Linux, on the site WordPress.org Forums:
You do not need to install WordPress locally. In fact, if you want to get… -
Posted a reply to Registerd Users: Pros & Cons, on the site WordPress.org Forums:
What would registered users do that normal visitors wouldn't be able to do? If there's… -
Posted a reply to Access key and value from an array of objects, on the site WordPress.org Forums:
The value of $value in your example is the object itself, not the value of… -
Posted a reply to Adding meta name=”rating” tags — how?, on the site WordPress.org Forums:
Is it possible that this file will be overwritten in a future WP update? 100%… -
Posted a reply to Adding meta name=”rating” tags — how?, on the site WordPress.org Forums:
In your themes functions.php file, or in a new plugin that you create for this,… -
Posted a reply to We are creating website where user buy subscription(s), on the site WordPress.org Forums:
There are some free plugins that provide subscriptions for WooCommerce: https://wordpress.org/plugins/search/woocommerce+subscription/ There are also a… -
Posted a reply to detailed resource usage, on the site WordPress.org Forums:
WordPress can't give you that information. You will need to look at your server logs… -
Posted a reply to Is it possible to add Email Authentication Code?, on the site WordPress.org Forums:
without using any sort of plugins You custom-code everything yourself :) Being realistic, using a… -
Posted a reply to install WP in subdirectory: Database and User, on the site WordPress.org Forums:
If you want completely separate sites, install the new site in the sub-folder using a… -
Posted a reply to filling out quote spreadsheet, on the site WordPress.org Forums:
It may be possible depending on the forms package. Some will work with that and… -
Posted a reply to Blog Search results have broken links, on the site WordPress.org Forums:
The search is done through Jetpack Search, so if you don't have any settings for… -
Posted a reply to filling out quote spreadsheet, on the site WordPress.org Forums:
Google spreadsheets are not able to be updated when they are embedded into an external… -
Posted a reply to How do I remove wordpress trash using Cpanel?, on the site WordPress.org Forums:
Short answer: You can't. It's done through the WordPress admin area. Longer answer: While it… -
Posted a reply to Multisites & subdomains, help needed, on the site WordPress.org Forums:
The settings are under 'Domains'. Screenshot available here: https://imgur.com/fcq4U9x The bit thing is the checkbox… -
Posted a reply to Multisites & subdomains, help needed, on the site WordPress.org Forums:
The only real "trick" to it is setting up the sub-domains in cPanel. All you… -
Posted a reply to Unable to get timezone in abbreviated format in wordpress, on the site WordPress.org Forums:
The data value for T in a date-time format in PHP IS: Timezone abbreviation, if… -
Posted a reply to how can i increase my wordpress php memory limit?, on the site WordPress.org Forums:
What have you tried before? There's three main ways that you can increase the memory… -
Posted a reply to How can I enable text compression with code, on the site WordPress.org Forums:
1. I did enabled the text compression in the server but it was not reflecting… -
Posted a reply to cURL and Resource id #34, on the site WordPress.org Forums:
Normally if curl_exec() fails it will return false, but you'll also be able to see… -
Posted a reply to Override Pluggable function from my theme functions.php, on the site WordPress.org Forums:
"Pluggable" functions are leant to be overridden from plugins, not themes. That's why your theme… -
Posted a reply to cURL and Resource id #34, on the site WordPress.org Forums:
There's nothing in that code that echo's anything, so that part must be somewhere else.… -
Posted a reply to how I can get hambergur menu 3 lines little closer to each other in height?, on the site WordPress.org Forums:
The CSS that you've shown here isn't what controls the gaps between the lines. :)… -
Posted a reply to Creating an IP lookup script, on the site WordPress.org Forums:
Just testing here, but... what happens if you change EP_ROOT to EP_ALL? I'm asking becuse… -
Posted a reply to Site health – CURL Error 28 timeout, on the site WordPress.org Forums:
For anyone else looking for this... @abletec was correct (as I thought that they would… -
Posted a reply to Site health – CURL Error 28 timeout, on the site WordPress.org Forums:
I can give some more info. The information that I can get from the phpinfo… -
Created a topic, Site health – CURL Error 28 timeout, on the site WordPress.org Forums:
I'm having a problem with a site that shows site healt… -
Posted a reply to 403 forbidden access denied in some cases, on the site WordPress.org Forums:
If you're trying to add some scripting code in the text fields, that's probably what's… -
Posted a reply to Media Library – Images not updating, on the site WordPress.org Forums:
In the cases that I've seen this happen it's been because my browser has cached… -
Posted a reply to FCP and LCP, on the site WordPress.org Forums:
https://wordpress.org/documentation/article/optimization/ -
Posted a reply to My Blog is gone, on the site WordPress.org Forums:
A search for that domain tells me that it is not registered. Has it recently… -
Posted a reply to Sub directory install going live, on the site WordPress.org Forums:
Normally I'd just move all of the new sites files to the root directory of… -
Posted a reply to Filter by brand/series/model, on the site WordPress.org Forums:
If I was setting up that sort of store, I'd set up a hierarchical custom… -
Posted a reply to WordPress subdomain or subpath, on the site WordPress.org Forums:
By default and in most cases ever, WordPress runs on a single domain only. You… -
Posted a reply to Messy and weird issue with WPforms, spam, and mistaken identity, on the site WordPress.org Forums:
Unless they choose to do something then there's really nothing that you can do to… -
Posted a reply to How to create SideBar will have link to H2 Tags, on the site WordPress.org Forums:
There's a few ways of doing it. If you have the H3 tags set up…