Search Result for: Development Category

Articles

Disable and delete post revisions

Add the following code to your wp-config.php file define('AUTOSAVE_INTERVAL', 300 ); // seconds define('WP_POST_REVISIONS', false ); Then delete the existing posts marked as
Read More

Setting the username and email for your GIT Repo

Use the following code to set the default username for your git repo git config --global user.name "jfernandez" and the following to check: git config --global user.name Use the
Read More

Using the MMenu WordPress plugin to list your categories (its what we use for this site)

This how you use the very famoust MMenu to list categories in a wordpress
Read More

WordPress check if the user is logged in

Use the following code to check if a user is logged into a WordPress
Read More

Display the wordpress’s blog name

Use the following code to display the WordPress blog
Read More

GIT Amend Previous Commit

Using this command will let you amend your very last
Read More

Lorum ipsum 2 text

Use the following text as sample text in your website. This text has been sourced from the Lorem 2
Read More

Displaying a menu title in Joomla

Use the following code to display a menu title in
Read More

Get the menu ID

Use the following code to get the MenuID in
Read More