Unable to create or edit menus

I have my memory limit set at 128MB in php.ini and wp-config.php. There is an implicit minimum requirement for the WP Admin to be able to use 256M. Try setting your PHP memory limit to 256M instead of 128M. Also, be sure you have WP_DEBUG set to true in wp-config.php: define( ‘WP_DEBUG’, true ); Which … Read more

Large Media Library

I would not do it post by post I would use a plugin so I can manage it more and present them in lightbox or as a gallery. Plus in the future if you want to blog or add news you can always use the posts for that. Nextgen Gallery has been around for some … Read more

Hide editor while keeping add media button in custom post type

WordPress uses the function wp_editor() and there are no parameter that will disable the textarea (what i can see). So i think that you can just hide it with some css. function wpse_78595_hide_editor() { global $current_screen; if( $current_screen->post_type == ‘custom_post_type_name’ ) { $css=”<style type=”text/css”>”; $css .= ‘#wp-content-editor-container, #post-status-info, .wp-switch-editor { display: none; }’; $css .= … Read more

Cannot upload anything via wordpress

Right, I’ve managed to solve the problem. Maybe this answer helps other people who encounter the issue again. The problem is inherently in the installation procedure when installing via the package manager in ubuntu. The actual issue was in the database configuration, the installation had set WP_CONTENT_DIR to /srv/www/wp-content/localhost, a directory I did not even … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)