Articles Tagged 'Plugins'


WordPress: retrieve the contents of private pages

Allocation from the post WordPress: retrieve the contents of a page to add some information. First of all, you can retrieve the contents of a page using a function like this:

1
2
3
4
$slug ) { getPageBySlug function ($ slug) {
get_page_by_path ( $slug ) ; ObjectPost get_page_by_path = $ ($ slug);
"the_content" , $objectPost -> post_content ) ; return apply_filters ('the_content', $ objectPost -> post_content);
}

Continued ...

WordPress Plugin Maker

I'm really happy to be able to present a preview of WordPress Plugin Maker, an application for Mac OS X (Snow Leopard) that allows you to create a skeleton of a WordPress Plugins in a few seconds, allowing you to set many parameters. The application is still under development, but does its job base and is easily usable and functional. Some features have not yet been included and the other is awaiting feedback from the "few" lucky beta testers.

Continued ...

Thanks WP 10.000

WP Bannerize
A good record and a great satisfaction!

Continued ...

Cleanfix WP 0.3.0 beta release

WP Cleanfix is a Plugin for WordPress (also compatible with WordPress MU - will exist as long as this distinction) I wrote to optimize, maintain, clean and fit our Database WordPress.

WP CleanFix

Continued ...

WP 2.4.1 Bannerize

It was a little 'I wanted to report it, because WP Bannerize is going to increase to nearly 10,000 downloads! But time - recently - it's really a tyrant!

WP Bannerize Download

Continued ...

Browser or mobile browser?

Our website is now only displayed by PCs. With the spread of mobile, thanks to Apple's iPhone, to access the site or blog is increasingly being performed by a variety of mobile devices. It is therefore need to know how many Web Developer intercept and identify the different "agents", ie the means by which a user is viewing (browsing) our pages.

Continued ...

Very short trick: WordPress, highlight the results of a search

There are many plugins for WordPress that allow to improve the characteristics and performance of the "Search". Almost all available Plugins have an attractive and useful feature highlight search terms in the search result. If you do not plan further appensantire your WordPress installation, but do not want to give up everything to a similar feature, here's how to easily implement a "highlights" of termites in the search results.

Continued ...

Eclipse, Aptana: upload files using the keyboard

The IDE Aptana is also available as a plugin for Eclipse . One of the most appreciated features of this environment is an excellent FTP management and file synchronization / local projects with the remote. In particular there is a script that allows you to send the code currently in the editor window to the server remotely using the key combination CONTROL + SHIFT + COMMAND + SHIFT + U or U on Mac OS (the same combination is used in Adobe Dreamweaver). In some installations (for example, my Mac OS, with Aptana and Eclipse Plugin) this combination seems to be absent and, if you try to trace it in the Preferences> General> Keys will not find - mysteriously - nothing! The problem, however, is easily solved and depends on the overlap of another setting. It is apparent that the combination of the above keys is set by default to another function: Shows Occurrences in File Quick Menu. Then just open the Preferences panel> General> Keys and occ .. look shows:

eclipseprefs

Rimuivere the "binding", ie an association with the keyboard shortcut, and it will work!

Continued ...

A WordPress theme for all

Under the heading of the blog, on the left, just above the navigation bar, there is a "switch" that allows you to switch to an alternate graphic theme, namely "clear".

The graphic theme of a blog is chosen by the blog owner himself, or if it is created by hand, whether it was downloaded from the network. The end result, however, in addition to "us" owners should be pleased by our visitors who do not always appreciate certain layout choices. For some it will be trivial for other wonderful, for others still terribly annoying! So why not to choose the "visitor" to display the layout with our blog?

Continued ...

On the structure of objects of a Wordpress Plugin

If we rely on the simple example hellodolly.php provided by WordPress , or even the same official documents, never comes to writing a good and efficient plug-in. We want here to analyze a possible structure, then a skeleton that can be used multiple times.

Continued ...