Enhance WordPress Posts with Post Layout Pro plugin

  • About the author

    Cindy Cindy is a professional designer, tech enthusiast and avid gamer who has recently delved into the world of wordpress. She loves to work on Application GUI Design for mobile and desktop apps. When she's not working or blogging, you can find her tapping her life away to Tap Tap Revenge 3 on her iPhone 3GS.


If you thought you are content with having the freedom to apply custom HTML code anywhere on your wordpress posts, eventually you will try to find ways to implement them without manually repeating the process of copy and paste.  If you want more than just widgets, then Post Layout Pro allows you more control where you inject your code, whether it be simple text to AdSense Javascript, from subscription form fields to PHP code. And you can also choose which post category the code will appear if you prefer more control for your layout.

Post Layout Pro plugin Features

post layout pro

Here are the features as shown by plugin creator Stefano Lissa at satallo.net

  • mobile detection system (lets you to differentiate the code to be “injected” when the blog is accessed by mobile devices)
  • three injection positions for posts: before, in the middle and after the post content
  • post level ability to suspend the injection (overall or for each position)
  • two injection position for pages and posts when displayed on home page, category pages, tag pages: above and below the content
  • per category code: you can inject different things in different categories (for multi categorized posts, the first one returned by WordPress is used)
  • last comment code injection: what about to put an AdSense block after the last comment?
  • comment form code injection
  • generic code blocks to be used thought the category configurations with auto offline date
  • compatible with Post Layout: if you’re using the free version of Post Layout you can update to the Pro version and the settings are kept

A Walkthrough on Using Post Layout Pro plugin

Now what I love about this plugin is that you can inject php code, shortcode and html all at once within your posts which I thought was possible for widgets only.  I often find a tutorial on how to modify your single.php, but I try as much as possible to avoid modifying my theme and just do it externally using plugins.  I’m going to show you how I used this plugin that widgets cant do.  It makes the job easier in modifying posts with different categories.

Let’s say you want to add a tweetbox after every post as a default setting in Post Layout Pro

post layout pro

This is how your setting will look like in all your posts:

post layout pro

Using different codes for posts from another category

Just as an example, you have a tech blog like The Game of Life with a mix of different categories like iPhone, graphic design and games.  And you want to let Post Layout Pro add a designgizer vote button on the graphic design category only.  Naturally the vote button wouldnt be appropriate in games, so we assign it to this category instead.  here is how you add the vote button code to graphic design for example.

post layout pro

And this is how every post under graphic design would look like in the footer:

post layout pro

Merging the codes from another category

The vote button looks lonely by itself so you decide to have both the tweetbox and vote button in the design category while the default contains the tweetbox only which you already added earlier.  You can import your default settings by typing the shortcode of the category [default] together with your vote button code like below.

post layout pro

You’re free to experiment which code goes first inside the field.  It will reflect on your post after it is saved.  Now you have both the vote button and tweetbox displayed.

post layout pro

Post Layout Pro is a huge time-saver

Before I had this plugin, I was using the pure HTML version of the designgizer vote button.  So whenever I make a post under graphic design, I had to open another post I made in the same category to copy the code from there.  Other than that I had to copy/paste the url of my permalink to my button code.  This is the only way I knew since I dont like editing my single.php so much.  I used to have the Post Layout free version but its limited to HTML only.  Post Layout Pro supports HTML, shortcode, PHP and text plus a ton of cool features mentioned above. Now, I’m using the php version of the vote button which allows me to automatically add the permalink everytime.  No more coding mess inside your post editor :)   This can also be useful for displaying ads, if you want design ads to appear in the design category or iPhone ads in the iPhone category.

To get this plugin with access to their downloads section, you need to sign up at satallo.net.  Membership costs $19.95 recurring every year with full support.   It’s definitely worth the money, and no need to worry about missing a piece of code when you publish a post when it’s already pre-configured in Post Layout Pro.




You might also like

Related Posts
  • Now Accepting Guest Articles with Adsense Share As an added opportunity for bloggers and gamers to branch out and gain you more traffic and exposure, The Game of Life is now accepting guest articles and gameplay videos!  Other than that, each approved article entitles you to boost...
  • Set up Nivo Slider in Thematic Feature Site I recently changed my wordpress theme from Boumatic, to Thematic Feature Site. I love the front page look where I want to use my Dev7studios' Nivo Slider on without being in the way with my blog posts having a few...
  • Set up Nivo Slider in Wordpress as a text widget Hey everyone :rainbow: ...  I was looking around for plugins that would make my header look better.  My favorite so far is the Nivo Slider.  I was able to run across a tutorial from Dodie on how insert Nivo Slider within...
  • Thematic: How To Replace Blog Title With A Thematic Header Image Hi friends and welcome to another series of my basic tutorials for adding a thematic header image.  Now that you have your nice Thematic Feature Site theme installed for wordpress blog, next is you would want to have your own thematic header image...
This entry was posted in wordpress and tagged , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

11 Comments

  1. Posted September 2, 2010 at 2:12 am | Permalink

    Wow Cindy, this is the first time I saw your new layout and if Post Layout Pro plugin is responsible for these changes I want to get it right now!! Your blog looks awesome and it loads faster now too. I really want to check this plugin out. Thanks for introducing me to it.
    Ileane recently posted..Basics Of Theme Selection For A Blog
    @

    • Posted September 2, 2010 at 11:34 am | Permalink

      Youre welcome, Ileane! yes I’ve been dressing up my site from time to time, thank you :) I used Post Layout Pro to spice up my post footer with php code, so if you want php injected inside your post or pages, this is the only plugin so far that does it best :)

      You have an awesome blog, Ileane… this plugin will be great for you!
      Cindy recently posted..Enhance WordPress Posts with Post Layout Pro plugin
      @

  2. Posted September 2, 2010 at 1:51 pm | Permalink

    Although it is tempting, I have been considering a different post layout for some time using CSS. I am not too fond on the Google adsense though!

    Love your blog by the way!
    @

  3. Posted September 3, 2010 at 10:36 am | Permalink

    Pretty impressive, Cindy. Looks like an amazing app and think my developer would be interested in it. Too much info and so little time to explore, thanks for pointing me to this plugin. Nice blog by the way, appreciate your visit earlier too. :-)

    @wchingya
    Social/Blogging Tracker
    Ching Ya recently posted..How to Allow Photo-Tagging by Fans on Your Facebook Page
    @

  4. Posted September 3, 2010 at 8:25 pm | Permalink

    great plugin.. more clarity needed of how it performs versus disqus and intense debate..
    machbio recently posted..Are Entrepreneurs from birth or molded – the enigma of being an entrepreneur
    @

  5. Posted September 4, 2010 at 4:15 pm | Permalink

    hi machbio, I’m not too sure about disqus and intense debate but since wordpress 2.7 introduced comment pagination and comment thread it has issues with injecting code on the last comment. It could all depend on the type of theme structure that is used. There is always the free version of Post Layout so it can be tested with the theme.
    Cindy recently posted..Liver Cancer Stage 4 Awareness- The Last Days with Our Dad
    @

  6. Posted September 12, 2010 at 2:45 pm | Permalink

    Great post cindy! I will check it out later. Thanks for sharing. Take care.

  7. Posted September 15, 2010 at 5:49 pm | Permalink

    I just use this plug in and it is really useful! Kudos to the wordpress technical development team for their effort to improve the web!

8 Trackbacks

  1. By Vote on this article at blogengage.com on September 1, 2010 at 4:34 pm

    Enhance WordPress Posts with Post Layout Pro…

    A review and walkthrough on how you can ehance your wordpress posts with Post Layout Pro plugin…

  2. [...] more here: Enhance WordPress Posts with Post Layout Pro | The Game of Life Tags: postlayout, postlayoutpro, [...]

  3. By BloggerLUV on September 1, 2010 at 10:36 pm

    Enhance WordPress Posts with Post Layout Pro | The Game of Life…

    a review and walkthrough on how you can enhance wordpress posts with Post Layout Pro plugin…

  4. [...] Direct Link [...]

  5. [...] Enhance WordPress Posts with Post Layout Pro [...]

  6. [...] Enhance WordPress Posts with Post Layout Pro [...]

  7. [...] Enhance WordPress Posts with Post Layout Pro [...]

  8. By reasons to buy western saddle on September 30, 2011 at 5:36 pm

    Get your horse tack!…

    Not sure if this is the right place (I’m not really good with computers), but left you a trackback for your readers, if they ever need some information about horse tack….

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv badge

This site uses KeywordLuv. Enter YourName@YourKeywords in the Name field to take advantage.

Comment moderation is enabled. Your comment may take some time to appear.

  • Enter your email address for fast blog updates
  •     Followers
        9 Subscribers
        Submit Link

  •     

        

  • FamousBloggers.net contributer
  • Cindy - Find me on Bloggers.com