Skip to main content

Home/ Wordpress/ Group items matching "hack" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Luciano Ferrer

BarTab Lite :: Reviews :: Add-ons for Firefox - 3 views

  •  
    "1) Go to: C:\Users\(your user name)\AppData\Roaming\Mozilla\Firefox\Profiles\(random letters and numbers).default\ 2) Create a folder called 'chrome' (without quotes) if you don't see one. 3) Make a css file called 'userChrome' (userChrome.css) 4) Open it up in a text editor of your choice and put in: .tabbrowser-tab[pending] { opacity: .5; } 6) Restart the browser if it isn't closed. Done!"
Luciano Ferrer

Contenido exclusivo para tus lectores por RSS | Ayuda WordPress - 1 views

  •  
    "function solofeed_shortcode( $atts, $content = null) { if (!is_feed()) return ""; return $content; } add_shortcode('solofeed', 'solofeed_shortcode'); Con esto hemos creado un shortcode llamado 'solofeed' que, al usarlo en cualquier entrada determinará que parte del contenido no será visible en nuestro sitio pero si para los lectores del feed RSS."
Luciano Ferrer

Elimina los RSS feeds completamente en WordPress | Ayuda WordPress - 1 views

  •  
    "Puede haber situaciones en que no quieras ofrecer, para algún sitio en particular, un RSS feed a tus lectores. function disable_all_feeds() { wp_die( __('Lo siento, nuestro contenido no está disponible mediante RSS. Por favor, visita la web para leerla') ); } add_action('do_feed', 'disable_all_feeds', 1); add_action('do_feed_rdf', 'disable_all_feeds', 1); add_action('do_feed_rss', 'disable_all_feeds', 1); add_action('do_feed_rss2', 'disable_all_feeds', 1); add_action('do_feed_atom', 'disable_all_feeds', 1); "
Luciano Ferrer

Distinto color según el estado de las entradas | Ayuda WordPress - 1 views

  •  
    "Un modo genial, además de chulo, de distinguir las entradas por su estado sería que se mostraran en distinto color en la ventana del listado de entradas ¿no?. Pues conseguirlo es muy sencillo, solo tienes que añadir este código al fichero functions.php de tu tema activo y ya lo tienes function posts_status_color() { ?> .status-draft { background: #FCE3F2 !important; } .status-pending { background: #87C5D6 !important; } .status-publish { /* por defecto */ } .status-future { background: #C6EBF5 !important; } .status-private { background: #F2D46F; }
vyagreshwar vadrevu

Best content in Wordpress | Diigo - Groups - 0 views

  •  
    Everything to do with the Open Source blogging software Wordpress. Templates, plugins, hacks, whatever you find suitable.
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.
Luciano Ferrer

WordPress › BulletProof Security « WordPress Plugins - 9 views

  •  
    "BulletProof Security WordPress website security protection. BulletProof Security protects your website from XSS, CSRF, Base64 and SQL Injection hacking attempts."
lavanya jagan

Hacked Themes can Harm Your Blog | Levoltz - 8 views

  •  
    Nulled Premium WordPress Themes can also be known as Hacked or Pirated themes, Most of the Bloggers use the Hacked WordPress themes for their Blog without knowing the Issues they are Going to face in Future.
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
Anna Johansson

WPCandy - WordPress Themes, Plugins, Tips, and Tricks - 6 views

  •  
    quote from site: "WPCandy was created on October 1st, 2007, as a blog on everything about WordPress, from the latest themes and plugins to tutorials and tips. Already on it's 3rd redesign, WPCandy is one of the top sites about WordPress and still kickin' ass."
Anna Johansson

Overriding WordPress Functions | venutip.com - 0 views

‹ Previous 21 - 40 of 65 Next › Last »
Showing 20 items per page