If you are trying to upload a file to your WordPress site and you receive the error message “exceeds the maximum upload size for this site,” here is a way to fix the issue on Nginx server.
Continue reading
Views: 56
If you are trying to upload a file to your WordPress site and you receive the error message “exceeds the maximum upload size for this site,” here is a way to fix the issue on Nginx server.
Continue reading
Views: 56
Gutenberg uses blocks to manage the different types of content. render_block() function takes a single parsed block object and returns the rendered HTML for that block.
Views: 194
WooCommerce is a free e-commerce plugin for WordPress. It is designed for small to large-sized organization to sell the good and services online. I am not going to explain everything about WooCommerce here but list few helper function that makes developer job easier when developing the WooCommerce sites. One, with the basic knowledge of WooCommerce will understand and find the following functions handy.
Views: 61
Visual Composer by default doesn’t support “attach_file” type. Therefore, at any of point of time if we need to add files, we should add new attribute type for content element attributes that can attach file.
Views: 997
Have you ever used the same template page in the multiple pages? Do you want get the list of the pages that uses same template page in the whole site? If yes, use get_pages() function to retrieve the list of pages using the same template page.
Views: 41