21 pluginov na manažment viacautorových WordPress inštalácii

V súvislosti s použitím Wordpresu pre www.DennikN.sk ma zaujali niektoré výzvy v manažmente autorov a delení obsahu.

Managing a multi-author blog comes with its own challenges. Thankfully WordPress makes it really easy to run a multi-author blog. In this article, we will share 21 great plugins to efficiently manage a multi-author blog in WordPress.

Zdroj:  21 Plugins to Efficiently Manage WordPress Multi-Author Blogs.

Zaujal ma napríklad plugin Edit Flow

Skracovač URL na vlastnej doméne

Človek nemusí mať všetko vlastné, ale keď sa to dá, prečo to nevyužiť

YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.

There’s a WordPress plugin available for YOURLS, making integration with your blog a snap: create short URLs and tweet them automagically as you publish blog posts.

YOURLS: Your Own URL Shortener

Navyše, aj ako plugin pre WordPress.

Dávkový ping – zbytočná nadpráca programátorov WordPress 2.8

Ping o novom článku do rôznych indexovacích služieb sa stal v CMS WordPress 2.8 zo živého dávkovým.

This has a huge inpact on the speed of post announcements to services such as Google Reader and is effectively sabotaging the steps towards real time search and initatives such as FeedBurner’s support for PubSubHubBub.

WordPress putting the real time web to a halt? | En sur karamell

Nepríjemné, veru nepríjemné. Ale prečo to urobili? Myslím, že je to celkom obyčajná iniciatívna nadpráca.

Vystrihni vlastné, vlož vlastné

Príjemný návod. ktorý sa objaví keď ho človek nepotrebuje a dlho hľadá, keď vznikne akútny tlak.

Postup je jednoduchý. Vstúpte do databázy napríklad cez spomenutý PHPMyAdmin a v časti SQL spustite dopyt v nasledovnej podobe:

UPDATE wp_posts SET post_content = REPLACE ( post_content, ‚Starý text‘, ‚Nový text‘);

Doplnené: Alebo použite výborný modul: Search regex, ktorý dokonca podporuje používanie regulérnych výrazov.

Hromadná zmena textu v článkoch vo WordPress databáze « WordPress.sk

To ma inšpiruje, že by som mal aktualizovať.

Ako zabrániť duplicitnému zobrazeniu v magazínových témach pre WordPress

Fintou je ZAPAMäTAť SI pri prvom prechode ID článkov a pri ďalších tieto ID vylúčiť.

The problem. Due to the recent popularity of “magazine” themes, there’s a high demand from WordPress users who use more than one loop on their blog home page for a solution to avoiding duplicate posts on the second loop.

The solution. Here’s a simple solution to that problem, using the power of PHP arrays.

Code explanation. When the first loop is being executed, all IDs of posts contained within it are put into an array variable. When the second loop executes, we check that the current post ID hasn’t already been displayed in the first loop by referring to the array.

10 Killer WordPress Hacks | How-To | Smashing Magazine