Skip to main content

Home/ Wordpress/ Group items tagged wp-hacks

Rss Feed Group items tagged

Luciano Ferrer

WordPress › Yoast Comment Hacks « WordPress Plugins - 0 views

  •  
    "Make comments management easier by applying some of the simple hacks the Yoast team uses. Make comments management easier by applying some of the simple hacks the Yoast team uses. This plugin adds some small hacks around core WordPress comments to make them more bearable: Cleaner comment notification emails. The option to disallow comments below a certain length. The option to redirect first time commenters to a thank you page. An input field on the comment edit screen to change the comment parent ID. Links in the admin comments section to email individual commenters. A button in the WP toolbar to email all the commenters on a post. See the screenshots to get an even better idea of the plugins functionality."
Luciano Ferrer

WordPress › My WP Backup « WordPress Plugins - 0 views

  •  
    "My WP Backup is the best way to protect your website in the event of server loss, data corruption, hacking or to migrate your WordPress data easily. My WP Backup is the best way to protect your data and website in the event of adverse server events, data corruption, hacking and more. With the option to create whole site backups or database backups and have them delivered via FTP, Dropbox, and Google Drive, you can sleep easy knowing you're protected."
Luciano Ferrer

WordPress › iThemes Security (formerly Better WP Security) « WordPress Plugins - 0 views

  •  
    "The easiest, most effective way to secure WordPress in seconds. iThemes Security (formerly Better WP Security), #1 WordPress Security Plugin iThemes Security (formerly Better WP Security) gives you over 30+ ways to secure and protect your WordPress site. On average, 30,000 new websites are hacked each day. WordPress sites can be an easy target for attacks because of plugin vulnerabilities, weak passwords and obsolete software."
Luciano Ferrer

WordPress › iThemes Security (formerly Better WP Security) « WordPress Plugins - 0 views

  •  
    "Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting iThemes Security (formerly Better WP Security) gives you over 30+ ways to secure and protect your WordPress site. On average, 30,000 new websites are hacked each day. WordPress sites can be an easy target for attacks because of plugin vulnerabilities, weak passwords and obsolete software."
william x

10 Must Have Hacks For WordPress Development | Spyre Studios - 3 views

  •  
    Building your own wordpress themes will open your eyes to a lot of things, mainly the fact that you'll be retyping a lot of code over and over and over again. So in this post I am going to show you ten wordpress code hacks that you can add to your arsenal that will not only save you a lot of time, but they will also set your themes apart from others who don't come pre built with these types of features.
Alexis Sgavel

20 More WordPress Code Snippets and Hacks - 0 views

  •  
    When coding WordPress themes, especially if you do it regularly, its really useful to have a selection of code snippets in your toolbox to just 'copy-n-paste' as and when the functionality needs. Not just your most commonly used code, but also some snippets that can, when required, extend WP even further.
Luciano Ferrer

Redirección de usuarios a páginas personalizadas al registrarse en WordPress - 0 views

  •  
    "// --------------------------------- // Redirección de registro (login) // según el tipo (rol) de usuario. // --------------------------------- function mytheme_custom_login_redirect($redirect_to, $request, $user) { global $user; if ( isset( $user->roles ) && is_array( $user->roles ) ) { // Si es un usuario administrador // le redirigimos a la página de gestión de plugins if ( in_array( 'administrator', $user->roles ) ) return home_url( '/wp-admin/plugins.php' ); // Si es un usuario con permisos de editor // le enviamos a la página de gestión de entradas. elseif ( in_array( 'editor', $user->roles ) ) return home_url( '/wp-admin/edit.php' ); // Y a todos los demás usuarios // les redirigimos a la página de inicio de la web. else return home_url(); } else { return $redirect_to; } } add_filter( 'login_redirect', 'mytheme_custom_login_redirect', 10, 3 );"
Anna Johansson

Overriding WordPress Functions | venutip.com - 0 views

Peter Nilsson

How to Protect Your WordPress Site from Malicious Hackers - 0 views

  •  
    Check out these truly effective WordPress hacks and you can get real advantage of these tricks when you understand and implement real strategies.
John Pratt

How to Create Custom Post Types in WordPress - 6 views

  •  
    all about custom posts types and how to create post types, custom taxonomies, and display them by hacking your WordPress theme
Web Dorado

WordPress Tips - 0 views

  •  
    Useful WordPress tips, tricks and hacks for every WP user.
Vernon Fowler

WP-Snippets | WordPress Hacks, Snippets and Tips - 15 views

  •  
    Excellent source of help for WordPress development. Snippets are a great way to get information on how to complete simple and even complex tasks without having to reinvent the wheel. Very handy tool to have around
  •  
    I'm sure some of you have seen this before, but It's one of my favorite resources.
1 - 20 of 29 Next ›
Showing 20 items per page