Skip to main content

Home/ Wordpress/ Group items tagged PHP

Rss Feed Group items tagged

alby clm

Workpress.net » Blog Archive » Free redirect 301 for your wordpress blog - 0 views

  •  
    Download for free a very useful redirect 301, for your wordpress blog, this simple file .php send visitors on the homepage, if they have come across some error page, where the contents have been erased. Preserving in this way also pagerank assigned from Google to your internal pages ;)
gialloporpora

HookPress: Webhooks for WordPress - 0 views

  •  
    I recently have spent a little time putting together a new WordPress plugin called HookPress. HookPress lets you add webhooks to WordPress, letting you easily develop push notifications or extend WordPress in languages other than PHP.
Andy Brudtkuhl

Kerry Webster» Branded Admin for WordPress 2.7 Released - 0 views

  •  
    'Branded Admin' Plugin for WordPress 2.7. WordPress 2.7 actually made this plugin much easier to implement. There are a few css restrictions based on the height values of the image used in the header & padding values in the css. I will explain them below. One of the things I would like to implement in a future version is an admin page for settings so that the css and php files will not have to be editied manually.
Andy Brudtkuhl

HookPress for WordPress - 0 views

  •  
    Webhooks are a simple paradigm for developing instant notifications and mashups based on simple HTTP requests. With HookPress you can set up webhooks so that a specified URL (a public service or something you set up) is requested when certain WordPress actions occur. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress.
Vernon Fowler

Conditional Tags « WordPress Codex - 0 views

  • The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches. For example, you might want to display a snippet of text above the series of posts, but only on the main page of your blog. With the is_home() Conditional Tag, that task is made easy.
  • is_single()  When any single Post (or attachment, or custom Post Type) page is being displayed. (False for Pages)
  •  
    Great for use with the Widget Logic plugin. A reference for all the conditional tags that help you restrict a widgets viewing.
  •  
    Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
Sal Strebel

Automated WordPress Sites with Page.ly - 0 views

  •  
    Setting up your own website doesn't have to be an overly complicated and frustrating experience. Even if you don't know PHP from CSS...
awqi zar

Using Google's URL Shortener (goo.gl) in WordPress - 5 views

  •  
    The Google URL Shortener API has been released this week so I came up with a short snippet that generates short goo.gl URLs. The script is quite simple, you can paste it in your theme's functions.php file or create a plugin out of it, so without further ado:
Vernon Fowler

Easy WP Guide » An easy to follow guide to help you understand the basics of ... - 0 views

  •  
    "You wont find any talk of HTML, PHP or creating WP Themes here. What you will find is an easy to follow manual to help you understand the basics of editing your WordPress site content. You can read the guide online or download the PDF or (brandable) Word document for reading offline. You can even pass it on to your clients to use if you've built them a site using WordPress. Enjoy!"
anonymous

Kalin's Post List - 0 views

  •  
    Creates a widget, shortcode or PHP snippet for inserting dynamic, highly customizable lists of posts or pages such as related posts or table of content
anonymous

Recent Global Author Posts Feed - 0 views

Luciano Ferrer

WordPress › Timthumb Vulnerability Scanner « WordPress Plugins - 5 views

  •  
    "Timthumb Vulnerability Scanner Scans your wp-content directory for vulnerable instances of timthumb.php, and optionally upgrades them to a safe version."
Alexis Sgavel

Meta Box Script For WordPress - Deluxe Blog Tips - 0 views

  •  
    a PHP script that helps you easily implement multiple meta boxes in editing pages in WordPress. It works with custom post types and supports various field types
JR Oakes

WordPress Quick Tips #3:Adding a Shortcode to a Sidebar Widget - 7 views

  •  
    Add shortcode ability to widgets bu placing this in functions.php: add_filter('widget_text', 'do_shortcode');
Luciano Ferrer

Reduce spam on your WordPress website with the help of .htaccess | Only functional Word... - 8 views

  •  
    "RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .wp-comments-post\.php* RewriteCond %{HTTP_REFERER} !.*yourdomainname.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]"
anonymous

Acquire An Effective CMS By Hiring WordPress Developers - 0 views

  •  
    With the evolution of internet era, there arises the need of building content-rich websites. WordPress is an excellent solution to fulfill that need. It is a powerful CMS (Content Management System) and an open source blogging tool based on PHP and MySQL. Among all the CMS, WordPress has proved to be most prominent platform to rely on.
Luciano Ferrer

Mostrar completo el editor de WordPress | Ayuda WordPress - 0 views

  •  
    "Para conseguirlo tienes que crear una función en tu plugin de utilidades o archivo functions.php y añadir el siguiente código: //Activar todos los botones del editor function todos_los_botones($buttons) { $buttons[] = 'fontselect'; //Selector de tipo de fuente $buttons[] = 'fontsizeselect'; //Selector de tamaño de fuente $buttons[] = 'styleselect'; //Selector de estilos de párrafo mucho más amplio $buttons[] = 'backcolor'; //Color de fondo de párrafo $buttons[] = 'newdocument'; //Nuevo documento inline $buttons[] = 'cut'; //Cortar texto $buttons[] = 'copy'; //Copiar texto $buttons[] = 'charmap'; //Mapa de caracteres $buttons[] = 'hr'; //Línea horizontal $buttons[] = 'visualaid'; //Ayudas visuales del editor return $buttons; } add_filter("mce_buttons_3", "todos_los_botones"); "
« First ‹ Previous 61 - 80 of 186 Next › Last »
Showing 20 items per page