Tuesday, November 13, 2012

Elegant theme updated new wordpress theme

Click Here for THEME PREVIEW 

Nimble is a big, bold, and beautiful theme that doesn't let its own style get in the way. With each design I struggle to strike a balance between style and function. Nimble's colors are toned down but still delicious and its style is bold but still leaves room to breath. Browsing Nimble on a 27" Cinema Display is quite a treat, but so is browsing the theme on a small screen as well due to Nimble's fully responsive design.

Optimize your wordpress site in Social Network


At the WordCamp 2011 in Köln Germany we had an interesting discussion about the new requirements for social network optimization and decided to build it into SeoPress.
In fact, social media is one of the most importants this days, to make your content reaching the people.
Thats why we need new, powerful tools to aggregate content for social media.
Facebook has 700 million users. It’s the most powerful social network. We need to optimize the content for facebook, like we do it for google in our site optimization.
SeoPress was build to support Buddypress and it’s architecture is extreme modular. That makes it very easy for us to support new services.
We wan’t to find out, with you all together, what services and meta tags you want us to include.
Check out the bug and feature request tracer, where you can easily be a part of the development.
If you have any idea, new Feature request / Bugs, you are welcome!

Theme with multible menus

 a village information site (seehttp://www.stbees.org.uk - currently HTML) with multiple areas, each with its own sub-menu. I'm trying Weaver but that has only 2 menus and those are general ones, not specific to a particular page. I've figured out a work around using a Text widget which only appears on single pages and listing the sub-menu items there with links to the sub pages, but that seems clumsy.

Manage Custom menus in single wordpress


If you go to Appearance > Menus in the wp-admin area, there's no search box or simple stationary button to help you find, edit, or create new custom menus. Instead, you have to scroll through ALLLLLL the menus / tabs one by one you've made until you find the "+" (Create New) tab at the very end of the list. Then, if you need to edit a specific menu already created, you have to again scroll through all the tabs until you find the one you're looking for... rather than a simple search box powered by Ajax or something that you can use to find a custom menu right away.
It's just not a powerful-enough menu management system for a site with so many custom menus. I need a hack or plugin or something to add a search box and "create new" button. ... or some other solution.
Any ideas? Help is much appreciated!
Thank you.

Add multiple menu in wordpress

Short answer: If you know CSS, yes.

Long answer:

 Dropdown Menu Themes are class based CSS. So, every menu you add to your site will have same theme. With current configuration you can’t select custom theme for your second menu but you can use CSS to customize your second menu. Every menu created has a unique id.

WordPress 3.5 Beta 3

hello guys,,

Wordpress developers have made new wordpress version WORDPRESS 3.5 BETA 3..
The third beta release of WordPress 3.5 is now available for download and testing.

To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more on 3.5, check out the extensive Beta 1 blog post, which covers what’s new in version 3.5 and how you can help. We made more than 300 changes since beta 2.

 At this point, the Add Media dialog is complete, and we’re now just working on fixing up inserting images into the editor. We’ve also updated to jQuery UI 1.9.1, SimplePie 1.3.1, and TinyMCE 3.5.7.

Wordpress Install Detailed Instructions

I have updated step by step instruction for installing wordpress. please read carefully.

Step 1: Download and Extract
Download and unzip the WordPress package from http://wordpress.org/download/.

If you will be uploading WordPress to a remote web server, download the WordPress package to your computer with a web browser and unzip the package.
If you will be using FTP, skip to the next step - uploading files is covered later.
If you have shell access to your web server, and are comfortable using console-based tools, you may wish to download WordPress directly to your web server using wget (or lynx or another console-based web browser) if you want to avoid FTPing: wget http://wordpress.org/latest.tar.gz
Then unzip the package using: tar -xzvf latest.tar.gz


The WordPress package will extract into a folder called wordpress in the same directory that you downloaded latest.tar.gz.
If you do not have shell access to your web server, or you are not comfortable using console-based tools, you may wish to deploy WordPress directly to your web server using ZipDeploy.

Things You Need to Do to Install WordPress

  • 1.Checking to ensure that you and your web host have the minimum requirements to run WordPress.
  • 2.Download the latest release of WordPress.
  • 3.Unzip the downloaded file to a folder on your hard drive.
  • 4.Be prepared with a secure password for your Secret Key
  • 5.Print this page out so you have it handy during the installation.

wordpress install in 5 minutes

Here's the quick version of the instructions, for those that are already comfortable with performing such installations. More detailed instructions follow. If you are not comfortable with renaming files, Steps 3 and 4 are optional and you can skip them as the install program will create wp-config.php file. Download and unzip the WordPress package if you haven't already. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. Rename the wp-config-sample.php file to wp-config.php. Open wp-config.php in a text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password. Upload the WordPress files in the desired location on your web server: If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server. If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), create the blog directory on your server and upload WordPress to the directory via FTP. Note: If your FTP client has an option to convert file names to lower case, make sure it's disabled. Run the WordPress installation script by accessing wp-admin/install.php in a web browser. If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php