How to Set height of the categories meta box in post dashboard of WordPress?

Say we are trying to modify the height of the categories meta box of www.glassescanada.com, edit functions.php, which is under: https://www.glassescanada.com/wp-includes/, add the following code at the end of  functions.php function change_cat_meta_postbox_css(){ ?> <style type=”text/css”> .wp-tab-panel, .categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel,… Read moreHow to Set height of the categories meta box in post dashboard of WordPress?

How to add certain string to a URL via MySQL?

Listen, if you have 10,000 companies’ URLs at your MySQL, now you need to add about-us.html just after each URL, for example, one of your company URLs is absorking-desiccat, how to let it become to absorking-desiccant/company_profile.html?

Displaying Extra Fields using “if” statements

If anyone else wants to accomplish something similar, I just figured it out. The extra field number needed to be used in “if” statement as well. Go to cart442\skin\common_files\modules\Extra_Fields, and open product.tpl.

Drupal 7 Skills

Question 1: Can’t overwrite or delete settings.php It’s a smart security setting of drupal You need to add permissions to write not only the settings file but also the folder where it is. Don’t forget to put the permissions back… Read moreDrupal 7 Skills