Skip to main content

Home/ Wordpress/ Group items tagged web

Rss Feed Group items tagged

Luciano Ferrer

Securing Your WordPress Website - Smashing WordPress - 4 views

  •  
    "Security has become a foremost concern on the Web in the past few years. Hackers have always been around, but with the increase in computer literacy and the ease of access to virtually any data, the problem has increased exponentially. It is now rare for a new website to not get comment spam within days of its release, even if it is not promoted at all."
hicham hicham

Free Red Gray News Jquery Wordpress Theme - 10 views

  •  
    Free Wordpress Red Gray News Magazine Jquery Web 2.0 Theme Template, One Of The Simple Free News Magazine Jquery Wordpress Themes Templates With Jquery Slideshow, Red and Gray Colors
aymn nano

Top 10 Most Popular WordPress Themes - 7 views

  •  
    The advent of social media platforms has made sharing information with other people easy. Blogging is one of the most versatile ways of sharing information on the web. While there are many blogging platforms, WordPress is one of the most popular.
Luciano Ferrer

WordPress › Advanced Custom Fields « WordPress Plugins - 4 views

  •  
    "Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it's a must have for any web dev Advanced Custom Fields is the perfect solution for any wordpress website which needs more flexible data like other Content Management Systems."
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 );"
Luciano Ferrer

Utilizar una misma instalación de wordpress con varios idiomas - Monta tu Blog - 1 views

  •  
    "Normalmente cuando creamos un sitio web, lo enfocamos a un público determinado, lo cual en la mayoría de los casos quiere decir un idioma único. Pero esto no siempre es así, a veces necesitamos dirigirnos a un público más amplio, lo que puede implicar la utilización de varios idiomas; se me ocurren algunos casos donde esto podría suceder"
Michael Sturgeon

10 awesome PHP functions and snippets - StumbleUpon - 1 views

  •  
    Every web developer should keep useful code snippets in a personal library for future reference. Today, I'm showing you the 10 most useful snippets and functions I have added to my snippet library from the past 3 months.
Luciano Ferrer

The 7 Best 404 Plugins for WordPress | Elegant Themes Blog - 0 views

  •  
    "There's one phrase every internet user will be horribly familiar with. A set of words they'll have encountered hundreds, if not thousands of times, and that always prompts a brief moment of confusion: The page cannot be found. The page you're looking for might've been removed, had its name changed, or is temporarily unavailable. "Did I make a mistake while typing?" you ask. "Is the site down? It was working a few minutes ago!" For web developers however, 404 errors are not simply small nuisances but rather a leading cause of sleepless nights. Brief downtime or linking mistakes can lead to visitors leaving your site altogether, and a multitude of dead pages can cost you in terms of SEO. Luckily there are a large number of WordPress plugins dedicated specifically to solving this problem. However, before we discuss the leading candidates, let's start with a brief word about 404s. 1. 404 Page 2. All 404 Redirect to Homepage 3. 404 to 301 4. Custom 404 Pro 5. 404 Error Logger 6. Redirection"
Peter Nilsson

Top 10 WordPress Plugins For Theme Development - 1 views

  •  
    While a lot of WordPress web development plugins are available and can be used by theme developers the ones here are the most helpful for theme development.
  •  
    Such a great plugins for WordPress Development. I have also find some other free plugins. I would suggest to add in your list PLUGIN LIST = http://goo.gl/izUxDP
Peter Nilsson

How To Build An Email List With Your WordPress Site - 1 views

  •  
    As any experienced blogger, online marketer, web-based business owner will tell you, the money is in the list. Learn how to build a email list in WordPress.
Peter Nilsson

A Walk Through Some Vital Variables in WordPress - 0 views

  •  
    This is a post which speaks about different types of variables that serve as handy tools for detecting different things such as browser, web and mobile server in WordPress.
Peter Nilsson

10 Surprising Facts That Show How Popular WordPress Really Is - 2 views

  •  
    WordPress have become the most popular CMS out there. Here are 10 surprising facts about WordPress to help you realize the role it plays today in the web.
PR Underground

Small Business Web Design Company Launches With Free Website Sweepstakes - 1 views

  •  
    WPStartups gives small businesses a professional wordpress website to help them grow their business at a price that they can afford.
Luciano Ferrer

WordPress › WPtouch « WordPress Plugins - 4 views

  •  
    A simple, powerful and elegant mobile theme for your website. WPtouch automatically transforms your WordPress blog into an iPhone application
  •  
    "WPtouch: A simple, powerful and elegant mobile theme for your website. WPtouch automatically transforms your WordPress website into an application-like theme, complete with ajax loading articles and effects when viewed from the most popular mobile web browsing devices like the iPhone, iPod touch, Android mobile devices, Palm Pre/Pixi and BlackBerry OS6 mobile devices."
Jungle Jar

JungleJar Submit Your Wordpress Theme To 120 Websites - 0 views

  •  
    As you might know, I've been running the internet's largest legit list of websites that accepts others to submit Wordpress templates. The templates are then displayed, usually by a live demo link, your website is linked, and bam, instant strong traffic. Not to mention the recognition if you work as a web designer/developer or..
Jungle Jar

JungleJar Template Customizations For As Little As A Buck - 0 views

  •  
    For the first time ever, JungleJar will be providing any customizations to our Wordpress Template users for as low as $1.00. That's right, you could have your template customized the way you want it for as little as $1. There is no catch, but continue reading to find out more..
Jungle Jar

Random Posts In Wordpress Without Plugins (Ghost Post Article 1/2) - 0 views

  •  
    This article is 1 of 2 in an article set I've named "Ghost Posts". In this article I'll show you how to display random posts grabbed from any category of your choosing in Wordpress without the use of plugins. You can also view this same code snippet being used on JungleJar right now.
« First ‹ Previous 161 - 180 of 484 Next › Last »
Showing 20 items per page