Skip to main content

Home/ Wordpress/ Group items tagged blog admin

Rss Feed Group items tagged

Peter Nilsson

Everything You Need to Know About Wordpress Admin Themes - 0 views

  •  
    If you're not happy with the look of your dashboard in WordPress, don't worry, there great solutions available. Why not make use of WordPress admin themes.
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 );"
El Taller del Bit

Agregar opciones en menú admin bar de WordPress - 0 views

  •  
    En este artículo os voy a mostrar cómo agregar opciones en menú admin bar de WordPress.
Luciano Ferrer

WordPress › Simple Facebook Plugin « WordPress Plugins - 0 views

  •  
    "Lets you easily embed and promote any Facebook Page on your website. Your visitors can like and share the Page without having to leave your site. Description Simple Facebook Plugin enables Facebook Page admins to promote their Pages and embed a simple feed of content from a Page into any WordPress blog. The Facebook Page Plugin enables users to: See how many users already like this Page, and which of their friends like it too Read recent posts from the Page Like the Page with one click, without needing to visit the Page You can easily integrate Like Box using WordPress Widgets and Shortcodes."
Luciano Ferrer

WordPress › Theme Switch and Preview « WordPress Plugins - 4 views

  •  
    "Allows admins or all visitors to switch the blog theme. Has a restricted preview mode for your clients and includes a widget. Description Installation FAQ Screenshots Changelog Stats The plugin is great for theme development as you can tweak the template online without breaking stuff for visitors. You can also use it for presentations, to show off various templates. There is a widget and a theme cloud shortcode to make this easier."
awqi zar

Top 45 Wordpress Plugins & Tools For The Administration Area | Design your way - 12 views

  •  
    Although Wordpress started as a small blogging system, it has now become a powerful CMS because but administrating your blog can be quite difficult sometimes. Luckily, there are some plugins that can make your life easier as an administrator.
wordpresshacked

I will remove malware from wordpress site with professional malware removal services - 0 views

There are several steps you can take to try to recover a hacked WordPress website. Here are a few: Remove any malware or malicious code from your website files. This can be done manually or by usi...

hacked website recover protect from future cyber attack Plugin Plugins themes Theme cms Design blog blogging wordpress

started by wordpresshacked on 26 Jan 23 no follow-up yet
1 - 12 of 12
Showing 20 items per page