Skip to main content

Home/ Wordpress/ Group items tagged How

Rss Feed Group items tagged

anonymous

Omit Widget-Columns from Pages - 0 views

  • On the Pages within my blog, I want to omit all the widget-columns.
  •  
    From the WordPress Support forums: My inquiry into how to omit the widget-columns from Pages within a Wordpress blog.
anonymous

Want to remove "Latest Headlines" part from home.php (Wordpress Arras Theme) - 0 views

  •  
    My question at the Arras Theme Community Forums asking how to remove the "latest Headlines" from the home.php file.
Sal Strebel

Sequencing WordPress Pages on Page.ly - 0 views

  •  
    Learn how to organize or sequence pages on WordPress using Page.ly. It's a video.
Anna Johansson

Extend WordPress With Custom Fields - Smashing Magazine - 8 views

  •  
    By Alex Denning at Smashing Magazine on April 29, 2010. How did Wordpress evolve so quickly? Custom fields, that's how.
awqi zar

Create Your First WordPress Plugin in 10 Minutes | PHP Heaven - 14 views

  •  
    A tutorial demonstrating how to create a basic WordPress plugin, including a Graphical User Interface (GUI) in the WordPress admin area.
Albert Simó

HOW TO Quickie: Embedded Flickr Slideshows - PaulStamatiou.com - 0 views

  •  
    Insertar variables al codi de flickr per a crear una presentació de fotos
awqi zar

How To: WordPress to Jekyll - PaulStamatiou.com - 3 views

  •  
    Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server.
Albert Simó

How to Move WordPress Blog to New Domain or Location » My Digital Life - 0 views

  •  
    SQL Per a migrar els bloc d'un domini a un altre
Aline Ohannessian

The Search Engine for Wordpress Sites | Design Marketing Advertising Free Tips - 0 views

  •  
    How would you like to "Discover trending WordPress posts?" Introducing the latest power source of information PressTags - trending topics from WordPress-powered sites.
JR Oakes

How to remove menus in WordPress dashboard - 6 views

  • function remove_menus () { global $menu; $restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins')); end ($menu); while (prev($menu)){ $value = explode(' ',$menu[key($menu)][0]); if(in_array($value[0] != NULL?$value[0]:"" , $restricted)){unset($menu[key($menu)]);} } } add_action('admin_menu', 'remove_menus');
  •  
    Remove Admin Menu Items
awqi zar

How to Make an Events Custom Post Type | WordPress Theming - 12 views

  •  
    Since I've originally written this post, at least two calendar plugins have been updated to use custom post types. Calendar Press looks like a really good option. There's also Kino Calender Plugin. If you're just looking for a plug and go solution, I'd recommend trying out on of those.
  •  
    Thanks for the Kino calendar plugin, I've been looking for a good yet simple calendar for a while. Kino could use some more features, but works well and has multi-day visual support in the calendar widget.
Alexis Sgavel

How to Create A Custom WordPress Meta Box - 0 views

  •  
    Creating a custom WordPress meta box lets you make clean UI elements for you and your clients. The default WordPress custom fields are functional, but IMHO, and if you can pull it off, using a WordPress meta box is the way to go. It will give your project that professional touch.
Clay Leben

WordPress | Pro Blog Design - 12 views

  •  
    Lots of tutorials and explanation for how to design within Wordpress. Clearly written instructions.
Alexis Sgavel

Multiple custom search forms in WordPress | 456 Berea Street - 1 views

  •  
    There are occasions when you want to fine-tune where, when, and how WordPress outputs search forms. For example you will likely want to change the default HTML used for the form, and you may want to display more than one search form on some pages.
Neil Ferree

Render your WordPress Weblog using a Facebook FanSite - 1 views

  •  
    If you know how to optimize your WP weblog you know how to optimize your WordPress FanSite and leverage the Traffic dynamics of both.
« First ‹ Previous 261 - 280 of 518 Next › Last »
Showing 20 items per page