-
Add new thumbnail size for Genesis
Add the following code in functions.php //* Add new image thumbnail size add_image_size( ‘mythumbnail’, 180, 180, TRUE ); You can…
-
Remove Genesis Page Title from Entry Header?
Add the following code in the child or genesis functions.php //remove post tile remove_action( ‘genesis_entry_header’, ‘genesis_do_post_title’ ); The above action…
-
USB Pen drive Showing Empty? Try this to solve
Follow these simple steps: 1) Click on the USB Drive and make sure the files/folders are not hidden by checking…


