Dennis Hoppe

selbständiger Entwickler / Unternehmer / Student aus Berlin; schreibt über PHP, JavaScript, WordPress, jQuery, CodeIgniter, GTK und mehr.
Sie sind hier:  Plugins  →  Post-Page-Associator

Post-Page-Associator

Mit dem Post-Page-Associator Plugin lassen sich, wie der Name schon vermuten lässt, Artikel mit Seiten assoziieren und Kategorien an Seiten binden.

Die Handhabung ist dabei denkbar einfach. Sobald Sie das Plugin aktiviert haben und eine Seite bearbeiten oder neu erstellen, erscheint eine Zusätzliche Eingabemaske mit dem Titel ”Associate posts with this page” (dt. “Artikel mit dieser Seite assoziieren”).

Wählen Sie Ihre entsprechenden Selektionskriterien für die zu verknüpfenden Artikel und legen fest wie viele Artikel gezeigt werden sollen. Standardmäßig werden alle Artikel gezeigt.

Einstellungen

ShortCode

Das Plugin stellt den ShortCode [ associated_posts ] zur Verfügung um die angehängten Artikel darzustellen. Mit dem ShortCode können Sie an einer beliebigen Stelle in einer Seite eine Liste der mit der Seite verbundenen Artikel einfügen. Der ShortCode wird normaler Weise nur einmal interpretiert da es keinen Sinn macht die selbe Liste an mehreren Stellen der Seite darzustellen. Sollten Sie trotzdem den Wunsch haben mehrere Artikelauflistungen einzufügen können Sie die Code mit dem Parameter “enforce” erweitern und die Darstellung erzwingen. (z.B. [ associated_posts enforce ])

Für (Theme) Entwickler

Das Plugin richtet sich auch an Theme Designer und “echte” Entwickler. Über die in der Plugin Klasse enthaltene Funktion get_associated_posts() können Sie auf die angehängten Artikel zugreifen.

1
2
3
4
5
6
7
wp_plugin_associate_posts_and_pages::get_associated_posts ($post_id = Null){
/* $post_id: the id of the page which associated posts you want to read.
             if $post_id = Null, the plugin will read from current page.
 
   This function returns the WP_Query Object.
*/
}

Download

Weitere Informationen und den Download zum Plugin finden Sie hier:  Post-Page-Associator Plugin von Dennis Hoppe.

Ich führe zu diesem Plugin einen Changelog in welchem ich alle Änderungen der Versionen protokolliere: Changlog des Post-Page-Associator Plugins.

Unterstützen

Sie mögen dieses Plugin? Warum nicht einige der folgenden Dinge tun!?

  • Verlinken Sie es damit auch andere davon erfahren.
  • Bewerten Sie es in Plugin Verzeichnissen damit andere es einfacher finden.
  • Spenden Sie eine Kleinigkeit als Wertschätzung für meine gute Arbeit  

Weitere Meinungen

Sie können der Diskussion zu diesem Beitrag über den RSS 2.0 Feed folgen.

Sie können zu diesem Artikel einen Kommentar schreiben oder einen Trackback von Ihrer eigenen Seite setzen.

Kommentare

  • 17. Januar 2010
    Hi Dennis, Looked at your page-post plugin. It's great, but not sure I am using it right? (using standard theme, wp 291) I am getting Category heading, then "associated post" under a page , but just a link to the post, not the actual text of the post. Is this working right? (for example of what I want, see the website for sailing club - each web page is made of a "page" and then posts underneath, but my own code only working with WP 2.2) Best Regards ChrisH
    • 17. Januar 2010
      Hey Chris, in the current version (version 1.1) you can show an excerpt and a thumbnail to each associated post. May this helps you. Don't forget to give a good rating on wordpress.org if you like this plugin. ;)
  • Scott Leslie
    17. Januar 2010
    How do you include excerpt of the post? running 1.1
    • 17. Januar 2010
      Hi Scott. To activate the excerpt go to WP Admin Panel -> Settings -> Reading -> Associated posts and check the box "Show an excerpt of the associated posts". I hope thats what you want to know. ;)
  • Scott Leslie
    17. Januar 2010
    Thanks - sorted now. Thanks
  • 18. Januar 2010
    Hi Dennis - I am not seeing anything on my pages. I have activated the plugin and am able to select the category and the number of posts when I edit pages. I have checked 'My theme doesn't support posts', etc. and tried selecting 'Excerpts', etc. Do I need to use the associated_posts enforce shortcode? I am not sure where or how to place it, i.e. what is the full code to make this work and does it go into a template or each page? I'm just receiving fatal error codes at the moment. Thanks in advance :)
    • 18. Januar 2010
      Hi Kathryn, thanks for your message. I found the problem and fixed it. So please try Version 1.1.1. By the way: if you check "My theme doesn't support posts" you haven't to use the ShortCode because the plugin adds the ShortCode to your posts. ;)
  • 18. Januar 2010
    Hey there! Love your plugin; well, the idea, since it does not work now ;) I use greenpark 2. If I follow your instructions and tick "my theme does not ..." and click "save changes", the box is unticked again, and the plugin does not work. Any suggestions? Thanks!
    • 18. Januar 2010
      Hey Thomas! I tested it with WordPress 2.9.1 and GreenPark 2 and can't find a bug. Did you try to deactivate all other plugins to find any incompatibilities?
  • 18. Januar 2010
    It's a great plug in and its definitily a lot more convenient than the other ones. Everything shows up except the thumbnails for the posts, I've got it checked for it to show but no thumbnails.
    • 18. Januar 2010
      Hey Yung, the thumbnail function is for themes which support post thumbnails. If your theme does not support that the plugin looks for the attached images and choose a random one. Be sure to attach a image to your post which can be used as post thumbnail.
  • 19. Januar 2010
    Hi Dennis, Well done with the update 1.1.1 - seems to run well. I have not tried the new thumbnail option yet, but am sufficiently impressed to tick it on plugin site and send you a small donation. Keep up the good work Chris H
    • 19. Januar 2010
      Chris! Thanks for your donation. Also the small donations help to make my work better. :)
  • 21. Januar 2010
    Hi Dennis, I'm using WP 2.8.6 (and cannot upgrade because of server restrictions so far) and the plugin doesn't save its options under Settings > Writing. Once you save, the checkbox get unticked again. I would like to make use of the excerpt option. Thanks!
    • 21. Januar 2010
      Hey Matt. The plugin should support WordPress 2.8.6. But i added some work arounds in the new version for better PHP-Supporting. Please try the new one.
    • 21. Januar 2010
      Sorted : I commented the conditional statement, works like intended now.
    • 21. Januar 2010
      hehe, modifying my code and then saying the plugin does not work is not funny! ;) :P
  • 21. Januar 2010
    hi, dennis 3 questions: 1) rather than just showing an excerpt, i would rather show the entire post. how could i accomplish that? 2) i don't want the post to appear in two times - i only want the post w/ a category of news to appear on a page called news. i don't want it to appear in the blog page as well. 3) what piece of code indicates if my theme uses associated posts? i'm using Kubrick in 2.9.1. thank you much, dennis.
    • 21. Januar 2010
      Hi Sergi, in the new version you can show the full content of the posts. At the moment you cannot exclude posts from the listing, sorry. The plugin shows all posts in the category you choose. If your theme calls the function add_theme_support('associated_posts'); then it supports associated posts. ;) Kubrik does not support associated posts. But i hope there will be more themes in the future that support this. My new Sandfish Theme supports it. ;)
  • 22. Januar 2010
    thanks much for your reply, Dennis!
  • 23. Januar 2010
    Dennis, This is a really fantastic plug-in! Exactly what I have been looking for. I just have one question about configuring the style of the posts that are displayed. I have the plug-in set to display the full post content. The post content retains its original formatting/styling, and appears just at it does on the main blog, but the post titles are displayed in a much smaller font.is there anyway to edit the styles of post the titles etc. that are displayed by the plugin, I wasn't sure where to find the CSS that applied to this. If you have any suggestions I would really appreciate it. thanks!
    • 23. Januar 2010
      Hey Luke! Thanks for the good feedback. I thought about your formating problem and in the end i decided to add an option to the backend that enables you to set the header tags for the posts. Please try the new version (1.1.4). If you like this plugin please give a good rating at wordpress.org and/or send me a small donation. ;)
  • 23. Januar 2010
    In response to Sergi: there are several good quality plug-ins that make it easy to exclude certain posts from showing up on your main blog page. plug-in called "Simply-Exclude" allows you to selectively include or exclude categories, tags, and pages from showing up on your front page, archives, etc. This plug-in works perfectly along-side "Page-Post-Associator." If you want posts of a particular category (news) to be displayed on their own separate page, you can then exclude that category from your main blog feed.
  • 23. Januar 2010
    ditto luke question - 23 jan how are styles assigned to results I get unordered list format and I do not want to display the post category Great plug-in - this could make my life so much easier - if I can get the results to display properly Thank you!
    • 23. Januar 2010
      Please check the new version (1.1.5). There you can set the head tags and you can hide the category name header. If the plugin could make your life so much easier think about a donation ;)
  • 24. Januar 2010
    Hi Dennis, I am trying to make the plugin work, but it doesn't show anything in the 'edit page' page. I use the last version and activated it, but what do I have to do make it work with my theme, Sliding door. I already ticked the box of my theme doesnt support associated posts. Thanks in advance
    • 24. Januar 2010
      I cannot imagine that. I downloaded and checked my plugin with Sliding Door. No problems. Every thing works fine. Some question: Did you activate the associated post box? (On top of your admin panel in "edit page" mode there is a small button: "Screen Options". Click it and tick "Associate posts with this page")
  • 28. Januar 2010
    Wow, thank you for the fantastic update! The added option to set the header tags for the post titles on the display page works perfectly. this completely resolved the difficulties that I was having with formatting. Also, the option not to show the category-title as a header on the display page is very helpful. This is really a great plug-in! This is by far the best plug-in available for creating multiple pages that displays category specific posts. And with the new features, the post-pages can be easily formatted to fit seamlessly with the overall design of the site. Thank you again for putting out this latest update, and for all your work developing this plug-in! it was very much appreciated!
    • 28. Januar 2010
      Thanks. I think you know how you can support me and my work ;)
  • 28. Januar 2010
    Hi Dennis Your plugin works better than others and much easier - set in one of their blogs Thanks!
    • 28. Januar 2010
      Thanks for your Feedback. If you like this plugin please give a good rating at wordpress.org or send me small donation. =)
  • Bryan
    28. Januar 2010
    I don't see the button on my settings page to make the change...
    • 28. Januar 2010
      The Settings for the associate_posts shortcode can you find in WP Admin Panel -> Settings -> Reading. And the associated posts can be set in "edit page" mode of each page.
  • Bryan
    29. Januar 2010
    Thanks, that was an easy fix... another Q, though... what can I do to remove the bullet points that show up next to each article?
    • 29. Januar 2010
      Hey Bryan, to hide the bullets add this css code to your page: ul.associated-posts { list-style-type: none; } If you want i do that for a small donation. Just send me a login to your page so i can edit your theme.
  • 29. Januar 2010
    Can you tell me where to add: ul.associated-posts { list-style-type: none; Also, Is there a way to make the post appear on the page exactly using the same style as on the front page? I could make a small donation for some help with this one. :) Thanks!
    • 29. Januar 2010
      Hi Jordan. The easiest way to include the CSS code is to copy this line ul.associated-posts { list-style-type: none; } in your style.css theme file. If you want to have the look and feel of the associated posts from the front page your theme has to support associated posts. I can upgrade your theme if you want. Let me know...
  • 29. Januar 2010
    Can you show me how to update my functions.php file? What exactly should I add to it? Thanks for the help!!!
    • 29. Januar 2010
      You shouldn't modify the functions.php. You should update the style.css. And if you want to upgrade the theme you have to modify the page.php in the theme directory. But this requires a lot of PHP and WordPress KnowHow.
  • 02. Februar 2010
    Hi Dennis, I got a big problem. My blogsite is not not working now. My fault. I put this line of php script at the very bottom of the functions.php
    add_theme_support('associated_posts');
    Sorry I am total not knowledgeable in php. Now I got this error when I tried to change themes. Warning: Cannot modify header information - headers already sent by (output started at /home/stephe65/public_html/chainlinkfencer.com/wp-content/themes/js-o4w/functions.php:66) in /home/stephe65/public_html/chainlinkfencer.com/wp-includes/pluggable.php on line 868 1. What shall I do to restore this condition? 2. Where should I put that line of script in the functions.php rightly? Help!
    • 02. Februar 2010
      Remove the code from your functions.php and restore the original one. If you are not able to do that send me login. I will repair this for a few euro. But i do not see what you are going to do. The theme Js O4w doesn't support associated posts. Why wanted you to add the line of code to the functions.php ???
  • 02. Februar 2010
    Hi Dennis, Thanks for the quick response. I can not access dashboard through wp-admin now. 1. Shall I remove the scripts in cpanel for the functions.php file? 2.Where can I get the original functions.php? Is it from the original theme Js 04w that is untampered? Glad for the assurance of helping. STEK
    • 02. Februar 2010
      Copy the functions.php from the original theme via ftp on your server. So it should run as usual.
  • 06. Februar 2010
    Den - I followed all the instructions and I assigned a page to a specific category and I assigned my newest post to that specific category. Still the post appears, not only on the specific page (which is correct), but also on my front page (which is not correct). Any idea why this is happening?
    • 06. Februar 2010
      Hey Dick! If you set up in your WordPress Admin Panel > Reading > Front page displays: "Your latest posts" of course you will see the post on your front page. Otherwise (your front page is a real page) you ticked the box "My Theme does not support associated posts. " or you added the ShortCode to the page. Please recheck these options and give me a feedback.
  • 06. Februar 2010
    Dennis - here are my settings in reading: front page displays a static page. However this page can NOT be selected because it does NOT exist in the drop down box. But the setting is static display. Apparently the homepage is NOT considered as a page. So you might say that static is "HALF" set and not really complete. Then my theme does not support is unchecked. By the way thanks for your quick response!
    • 07. Februar 2010
      So i think your theme puts your posts on the front page. Thats not a bug of the plugin.
  • 10. Februar 2010
    Hi Dennis - great plugin! I have a short question though - I want to add the plugin to my homepage - http://allsports.bg (I am using a page as a home page) and I want it to display a list of posts from all categories. Is there a way I can do that? I am sorry I cannot make a donation at this time but if my website succeeds - that's the first thing I'll do ;)
    • 10. Februar 2010
      Hey Anton, if you want to show a list of all posts there is no reason to use the post-page-associator. You should use the "latest post"-Widget or something similar. Post Page Associator Plugin does not support multiple categories on one page. sorry.
  • 10. Februar 2010
    Thanks for the quick answer Dennis I will try to find another plugin - but I will use yours for the internal pages.
  • 15. Februar 2010
    I'm having a problem getting thumbnails to appear. Using thesis theme, which permits thumbnails. Not sure what problem may be: any suggestions? Also I would prefer to eliminate bullet points in front of lists. Easy way to do that?
    • 16. Februar 2010
      I took a look at your page and as i see it works. It is still solved? Where was the problem?
  • Mike
    25. Februar 2010
    Hi. I am using the short code bc my theme doesn't support associated_posts. It works pretty well but I have 2 minor problems. 1st my posts are indented meaning they dont line up on the left side but are about 2cm from the left border. On my post side the article starts perfectly at the left side and is not indented. Not sure if I can change this or if its bc. of the short code. 2nd. I dont get the Posted in XYZ | No Comments » section at the end of the article as I do on the post page. Again that might be intended or due to the short code. Thanks
    • 01. März 2010
      1st: Your Problem is the css of your theme. To solve that you should hire a css designer or kind of web developer. I.e. me ;) 2nd: Meta parts of the associated posts are currently not included in the plugin. This is a task of your theme. This will also require a developer. I.e.: me again.
  • 01. März 2010
    Hello Dennis! I'm looking for a way to associate posts to a page, and i guess your plugin seems to be doing that. The architecture is such : each project will be a page. Everytime a news relates to the project, i would create a Post and i would like to attach that post to the page, to display a "news" menu on my project page. Would that be possible with your plugin? thanks a lot, A.
    • 01. März 2010
      Hi Alexandre, what you described is exactly the function of the plugin. Do the following: Create a post category for each project. Go the project pages and select the created post category of the project as "associated post category". Add all posts which belongs to a project to the corresponding category. On the pages you can use the [associated_posts] ShortCode or you go to Settings and activate the auto append function. (See this in the readme) Thats it. If you like the plugin don't forget to give a good rating and a small donation. ;)
  • 01. März 2010
    What a fast reply! Thanks a lot! I'm investigating a request so i'm not sure yet if the project will happen. But if it does and i use your plugin, i surely will send some financial love to reward you. Suggestion: in the case there are many pages, there will be many categories. It is considered good practice to use categories sparingly, and tags for wild associations. Wouldn't it be better to use tags instead of categories? As an option, maybe?
    • 01. März 2010
      I've had the tag-idea too. Maybe i will add this in the next releases... ;)
  • Robert Gerrard
    03. März 2010
    Hi Just developing a new CMS site, and trying to use the plugin but can't get any posts to show. When I select "My Theme does not support associated posts. Append the posts to the end of the pages content" (and "show full text") and submit it, it deselects. Wordpress is v2.92 (just upgraded before adding the plugin and now note it isn't tested on this version yet! Just my luck) Anything I can do?
    • 04. März 2010
      I tested the plugin on 2.9.2 and it works fine. Don't know why it deselects after you submit it. Sorry, no idea.
  • 12. März 2010
    Hi Dennis, This plugin doesn't work on my WP2.9.2 either. It's seem there is a conflict with other installed plugin. I try to figure out and hope find the problem. Thanks
  • 13. März 2010
    Thanks Dennis for the plugin, I've been using it for a couple of months now, with everything up to date, can't live without it.
    • 13. März 2010
      Cool =) Thank you for Feedback. And btw: Did you hear about my donation link? xD
  • 15. März 2010
    Really cool. Thank you for your great job!!!!!
  • 16. März 2010
    Great job! Works great, better than Cat2Pages which is very hard to configure and doesn´t work. - One thing: I use QTranslate for contents in 3 languages(spanish, portuguese and spanish). This plugin let´s me write a different title in each language field. Your plugin is working great, only thing is the Titles of my posts show like this: # Land in condo at the center of PipaTerreno en condomínio en el cientro de PipaTerreno em condomínio no centro de Pipa # Pousada(Inn) for salePosada para la ventaPousada para venda All 3 languages together. How can i show the right post title for the language the user is in?
    • 17. März 2010
      Sorry, this plugin does not support QTranslate at the moment. :\
  • Hugo
    17. März 2010
    Hello! I', trying to put your awesome plugin to work, but i'm having some trouble. I've put the line add_theme_support('associated_posts'); at the beggining of my functions.php page and it works well. I'm just not sure, after reading your explanation where to put the rest of the code in my page template. Should it be inside the postcontent div? Could you post a small example, please?
    • 17. März 2010
      Hi, the PHP Code has to go where you want to show the associated posts. I think the page.php should be the right place. But btw: You don't have to use PHP. You can use the short-code or activate the "My theme doesn't support associated posts" option in the admin panel.
  • Hugo
    17. März 2010
    Yes, i understand. But what i want to do is make a new page template for a particular section of the website with everything on the code. This way everything is more transparent and i will not have to put any short-codes anywhere. Is this correct? get_header(); ?> <div id="post-"> <div class="post" id="post-"> Nada aqui O que procura não se encontra nesta página...
    • Hugo
      17. März 2010
      I'm sorry the code was all wacky.
    • 17. März 2010
      I don't know the theme. But i think if you are able to write the code to display the associated posts you are also able to find the right position for the code in the new page template, hm? ;)
  • 18. März 2010
    Hi Dennis, Great work!This is exactly what I am looking for. It worked. Just one minor problems.Can I change the thumbnail size of post on my page?On my project page, the post title and the thumbnail are bit distance to each other at the moment. Thanks a lot! Keep up good works!
    • 18. März 2010
      The plugin uses the default thumbnail size. You can change it in Settings > Media > Thumbnail size. Please notice: If you change the thumbnail size you have to reupload the images.
  • 18. März 2010
    Actually another problem just appeared. Can I attach multiple categories to the same page? Thanks a lot!
    • 18. März 2010
      Sorry, at the moment you cannot add multiple categories to one page.
  • 18. März 2010
    I see.Thank you so much! Really helpful.
  • 22. März 2010
    Hey Dennis Love the plugin. Two questions though. Is there any way to make excerpt text have a justified alignment when displayed? Also, can I link the thumbnail so that when i click it, it will go to the post? Thanks.
    • 22. März 2010
      Hey Dar. Use this css code to get the justified alignment: p.post_excerpt { text-align: justify; } (You can copy it to your style.css at the end or somewhere you can include css in your theme.) To link the thumbs with the posts is a good idea. I will update that in the next release ;)
  • 26. März 2010
    Hi Dennis - The plug-in seems to work okay, but I'm not getting the thumbnails. I've got thumbs for each post in the category - one shows up and the others don't. The one that shows up is also repeated within the body of that post - does that make a difference? Other than that - it seems to work fine. Thanks, Jeff
    • 26. März 2010
      Did you use the post thumbnail function in WP?
  • 09. April 2010
    Is it possible to use your plugin with atahualpa and display posts not as a list but in the original atahualpa style ? Thanks
    • 09. April 2010
      I don't know "atahualpa". Can you post a link?
  • 09. April 2010
    Yep, http://wordpress.bytesforall.com/ It would be of a great help to support you plugin for this theme. They have support for page2cat but it needs to be hacked...
    • 11. April 2010
      I took a look at the theme. If you want to customize the appearance of the post listing for associated posts you need a php programmer and a css designer. You can hire me if you are obliged to pay a small fee for this work. Feel free to write me a mail. Or you write the theme developer a mail. May he will update the theme.
  • 11. April 2010
    Dennis I love your plugin. I would like to format the list of posts with the thumbnail on the left and no bullet. Is there an easy way to do this? Thanks!
    • 12. April 2010
      Hey Kris, to format the list of posts you need a css designer. In the case you want only to hide the bullets try this: ul.associated-posts { list-style-type: none; } To move the thumbnails to the left you have to change a little bit code: Open the wp-plugin-associate-posts-and-pages.php and go to line 245. Then change the image class from "alignright" to "alignleft".
  • 12. April 2010
    Thanks for the response Dennis! The alignment fix was a snap and looks great but I'm not sure where to put the style. I tried dropping it into the stylesheet for the theme but it doesn't appear to change anything. Any Thoughts?
    • 15. April 2010
      The style sheet of your current theme should be the right place for the css. But how i always say: Please hire a coder (or ask me for a ticket) for customizations...
  • 22. April 2010
    Hi Dennis, Thanks for your great plugin. I use Wordpress 2.9.2 and it works well. The only problem I faced is the following. In my blog posts in category "Anectotes" are associated with page "Anectotes". All these posts also have a tag "anecdot". But now when I choose tag "anecdot" out of the tug cloud in the vidget area, I get an empty page. Should it be like this?
    • 24. April 2010
      Hi Alexander, i tested this but i'm sure the Page-Post-Associator is not the cause for this bug. Try to deactivate all plugins and reactivate them step by step. May you can find the malefactor.
  • Len
    01. Mai 2010
    Hi Dennis, I am using WP 2.9.2 and when I try and change the settings in "READING", when I press save, they auto change back to the defaults. Can you give me a clue on why this is happening. Thanks Len
    • 01. Mai 2010
      Hi Len, i already heard about this phenomenon. But i don't know how to fix it. :( Sorry. What Browser do you use? And is it possible to have a look at your phpinfo?
    • Len
      01. Mai 2010
      Hi again, I have tried opening the wp dashboard in IE8 and in FF 3.6.3 (I think that is the latest) both do the same thing and go back to default settings when trying to save new settings. Let me know how to show you the phpinfo and I'll gladly do that. Not sure how to do this...sorry.
  • 12. Mai 2010
    Dennis - I have just installed your plugin on a new site I developing and think it is great. I did have one issue in that I wanted to display the post_date for each related post - so I added this code to the bottom of the wp-plugin-associate-posts-and-pages.php class file: Function get_post_date($post = Null){ If ($post == Null) GLOBAL $post; If ($post == Null) return; If ($post->post_date != ''){ // get the post date if available $date = $post->post_date; } Else { $date = ''; // set date to nothing (this will skip the filter below) } // Run filters - if not empty If ($date != '') $date = apply_filters('get_post_date', $date); return $date; } Then to use it I call: $this->get_post_date($associated_post) from within the loop (after line 237 as of version 1.1.8) It seems to work OK and I thought I'd post it here in case anyone else wanted this feature. If you get a few people asking then it may be worth building it into v1.1.9? Thanks for this great plugin. Mark
    • 19. Mai 2010
      In 1.2 i added something better: a template engine ;) Please check the plugin page on wordpress.org to learn more about the new template model. There you can add the post date as easy as in a theme:
      This post was released: < ?php the_title() ?>.
      The author is < ?php the_author() ?>.
      
      What do you think about that?
  • 16. Mai 2010
    Hi Dennis I just upgraded to the latest version, but the associated posts are not showing. I have checked the relevant options on the reading pane. I do not also see "My Theme does not support associated posts" option. I use Thesis. Please can you help
    • 16. Mai 2010
      Sorry, but can't test it on Thesis. But i know it works with the default theme and every theme i tested with. ;) Btw: There is no "My Theme does not support associated posts" option in version 1.2. I do not know whats the problem with your theme. Sorry.
  • 17. Mai 2010
    Hey Dennis, Im making a wordpress theme. Ive installed and activated your plugin. But post-page-associator doesnt display with i try to edit posts. Do i need to add some more code to the functions or index file to get it to work?
    • 17. Mai 2010
      Post-Page-Associator will only appear when you edit a PAGE ;)
  • 17. Mai 2010
    Ooh i get it, It just works with pages, I was looking at posts. Thats great mate thanks.
  • 18. Mai 2010
    Hi Dennis... Great plugin - thank you! I would like to put some content under the associated posts, so associated posts are at the top of the page. Can I do that? The associated posts always appear at the bottom, and I want them at the top. See this page: http://laga-handbags.com/blog/press-releases (I want the old press releases under the new ones. New ones are pulled in by your plugin) Thanks! Linda
  • 19. Mai 2010
    Hey Dennis. Just updated to the new version of the plug-in. Wondering how I can readjust to the previous settings I had. Is there any way to make excerpt text have a justified alignment when displayed? And does the post thumbnail link to the post yet? Thanks
    • 19. Mai 2010
      Everything is possible in the new version. You just have to patch your theme with a new file (or you can also do that via plugin if you prefer). You can find more information in the readme and of course here: http://wordpress.org/extend/plugins/post-page-association-plugin/ ;) Btw: I will update the default association template so that thumbs are also linked.
  • 19. Mai 2010
    Dennis, that is seriously a bad-ass application. I have never paid for a plugin yet, but I am going to send you money. I am so impressed!!!
  • 20. Mai 2010
    Hi again... When I use the short code, the posts appear twice. Have a look: http://laga-handbags.com/blog/press-releases Looks silly, yes? When I remove the short code, the posts go at the bottom of the page, and I'd like them at the top if that's possible.
    • 20. Mai 2010
      Hey Linda, you are right. It looks silly. ;) I found and fixed the bug with the shortcode. Please update to 1.2.2. Btw: Did you used the "enforce" attribute?
  • 23. Mai 2010
    Hello Dennis, I love your plugin! I just updated to the latest version (1.2.2) and I am using WP 2.9.2. The problem that I am having is this: When I choose to only show the title of the post, I get a single line with no spaces and not bullets - I would like to have a space between each link and bullets on the left side. Also, if I choose excerpt I get the full text - see here for example: http://knsfinancial.com/haiti-disaster-relief/ I would just like the first paragraph to show in this case. How can I fix either or both issues? Thanks!
    • 23. Mai 2010
      Hi Khaleef, the appearance of the post listing of the associated posts based on the template file "template.php" in the plugin directory. You can copy it to your theme directory with the new name "associated-posts.php" and customize it to your needs. (I could do that for a small fee if you want.) You can find more information on the plugin page in the "For Theme Designers" paragraph. To your other problem: If you can see the full article content instead of the excerpt there could be an incompatibility with another plugin. Can you please try deactivate all other plugins and activate them step by step to find the evildoer?
  • 27. Mai 2010
    Hi Dennis Your plugin is great ive been using it for a couple of months now. Though the other day when I updated it, I only can view a list of the post names but I need to see the content of those posts aswell. Please help. This is the concerning url: www.tourvista.co.uk/schools/
  • 28. Mai 2010
    Hi Dennis, I love the idea of your plugin. It is definitely worth a donation! Unfortunately I can't get the thing working :) I'm experiencing a conflict with the Facebook 'Like' plugin (URL: http://blog.bottomlessinc.com/) When I deactivate the Facebook plugin, everything works fine :) Because you seem to be quite responsive, I thought maybe I'd appeal to you first! Any ideas as to how I could prevent this conflict so that both can live in harmony?
    • 28. Mai 2010
      To clarify, my blog's homepage is http://bloombeautylounge.com and the plugin homepage is http://blog.bottomlessinc.com. Realized that my wording might have been confusing :)
    • 28. Mai 2010
      Thanks for the notice. I fixed that in 1.2.4 :) Please let me know if this works for you.
    • 01. Juni 2010
      Thanks Dennis, it works! Now I just need to tell the 'Like' plugin not to stick it's damn button at the end of my pages, just my posts! ;) I appreciate your support and have sent $10 your way for saving me some time! My fiance will be using this to maintain our salon's homepage and it is quite easy for her so far :) p.s. it would be nice if I would receive an e-mail when you respond to the comments here. That way I would have received notification of your fix a few days ago instead of checking back today :D
    • 01. Juni 2010
      Thanks for contributing my work. You can follow all comments to this post via RSS2 Feed. (I know the notice for the feed is only in German. :\ )
  • 28. Mai 2010
    Hi Dennis... I have version 1.2.3 -- still no luck. What I have is this: CURRENT PRESS RELEASES [associated_posts enforce] -- then other content here then repeat of associated posts If I remove the shortcode, the associated posts appear only at the bottom of the page, but i want them at the top. With shortcode, I can put them at the top, but they appear twice. If I could get them to only appear where the shortcode is and not a second time, that would be wonderful. Twice looks silly.
    • 28. Mai 2010
      Hi Linda, please update to 1.2.4 1.2.5. Btw: the "enforce" in [associated_posts enforce] means, the shortcode will show the list more than one time. However this attribute is deprecated. Please remove it.
  • 28. Mai 2010
    Hi Dennis Great plugin, but I can only see post title not the full content of each post. Please advise.
    • 28. Mai 2010
      This depends on your settings. Tick "Show the full content." Btw: I've written a very compact but informative readme file. (readme.txt / the plugin page) :P
  • 28. Mai 2010
    Dennis, I have been using your plugin for a few months. Upgraded a couple of days ago and noticed that the associated posts disappeared from my pages. The only thing that shows currently is a field saying [associated_posts] Edit In the writeup for the upgrade you say that the reason maybe that I may not be using PHP 5. I am just a user and can't figure out what v. of PHP I am using, and how to fix the thing. I also just contributed a few $ to your continuing to provide this great gizmo.
    • 28. Mai 2010
      Hi Raffi, thanks for your donation. I had an eye on your website and i think the problem is one of the gallery plugins. Can you please try to deactivate them and look if the post page associator works for you? Then try to find the evildoer plugin through reactivate the plugins one by one.
  • 28. Mai 2010
    Darn, I will try to do that, but I kind of need those and have spent a lot of time putting the thing together. Your plugin worked before the upgrade. Would it be too much trouble to get the new fancy version de-installed and roll back to the previous one that worked just fine? Or can you troubleshoot if I find the offensive plugin?
    • 28. Mai 2010
      I think i can fix it if i know the offensive plugin.
  • 28. Mai 2010
    Dennis, It seems to be WordPress Gallery Slideshow, a fairly common one, I thought. I deactivated this first, tried my PRESENT page and all was cool. BTW, my FUTURE page was working even with everything enabled. Hope this would give you the clue you need. Counting on your help. Thanks, Raffi
    • 28. Mai 2010
      Sorry, i overlooked something. There is a small bug in WordPress. Please Notice: You cannot use ShortCodes in direct series. So between two ShortCodes there must always be "normal" text. (For PPA this means the last paragraph in a page must not be a ShortCode. Fixed in 1.2.5!)
  • 28. Mai 2010
    Dennis, I am sorry: still a newb so sentences from 3-5 make no sense to me. I am counting on sentence 6! ;-)) I was under the impression I wasn't using a ShortCode, but just clicking on the options in the control panel. Thank you for looking into this. Raffi
    • 28. Mai 2010
      Hehe, ok. The point is: if you do not use the ShortCode the plugin will append it to the end of the page automatically. ;) Btw: the new version is online.
  • 28. Mai 2010
    See, just tells you how much I know! Now, do you have a guess as to why the FUTURE page works with all associated posts showing, and the others (PAST and PRESENT) dont?
    • 28. Mai 2010
      Yes, on your FUTURE page the last paragraph is text. On PAST and PRESENT the last paragraph is a shortcode. ;) But this is not a WordPress bug in general.
  • 28. Mai 2010
    Well, that was simple: I just added a sentence and voila! Not to keep you from fixing the problem, though... Cheers, man, U rock. I am glad I contributed a bit to your work. Keep it up, Raffi
  • Dan Green
    30. Mai 2010
    Hi Dennis, Thank you for writing such a great plugin. This is a wonderful addition to the community. While everything is working I see the line pasted below the message regarding an invalid argument. I tried this on another install with no other plugins, both are version 2.9.2. Anyway thanks again - I will help spread the word - My colleagues and I always support developers whose plugins we use by donating for each use. This is one of my all - time favorites! The Error: Invalid argument supplied for foreach() in /wp-content/plugins/post-page-association-plugin/meta_box.php on line 56
    • 30. Mai 2010
      Hi Dan, thank you for your contribution. I will have an eye on the error and i promise it will be removed in the next version. ;)
  • 31. Mai 2010
    i can't activated the latest version of post-page associator as there is a fatal error (Fatal error: Call to undefined function add_theme_support() in /home/valuetal/public_html/wp-content/plugins/post-page-association-plugin/wp-plugin-associate-posts-and-pages.php on line 31 ). how do i overcome this problem? thanks.
    • 31. Mai 2010
      Upgrade your WordPress to the latest version.
  • kg
    02. Juni 2010
    Hi, everytime we update to the latest release version, the previous saved page association settings are lost and we have to go through and manually recreate them ;-(
    • 02. Juni 2010
      Hi, i tested this before i released the new version. Cannot reproduce this error. Anyone else with this problem?
  • Nathan
    03. Juni 2010
    Thanks for this great plugin. Is there a way to change the sort order of the posts on the page. They sort with oldest first. I would like to see the newest first. My post page is set to show the newest first.
    • 04. Juni 2010
      Did you set "order by" to "date" and "order" to "descending" in the Association Box on the page edit form?
    • Nathan
      04. Juni 2010
      Thanks Dennis. I didn't see that down there. I was looking for the setting in the "Reading" section.
  • 06. Juni 2010
    Hey. Cool tool. Made a donation to the cause. Just did the update. I would like the thumbnail for the excerpts to load but after checking off the box I only get the post text and not any pictures for the associated pages excerpts. Please advise. :-)
    • 07. Juni 2010
      Hi Carolyn, i tested the plugin the current version of WordPress 3.0 beta (3.0-RC2-15136) and the plugin can only show a thumbnail image if you have set a "featured image" in the edit post form or at least if there is one (or more) attached imaged(es) to the post.
  • 07. Juni 2010
    Hi Dennis, Love the plugin and I want to use it, but there is one thing I cannot get it to do. I would like to have the summary http://www.religious-beliefs.org/category/uncategorized/ like on the category page displayed on the "page" page http://www.religious-beliefs.org/religious-beliefs-store/book-reviews/ but all it shows is the title. Is there a way to show the summary? Thanks Kolan
    • 07. Juni 2010
      Did you tick the "show the excerpt" box?
  • 07. Juni 2010
    I have looked in the post area and I have filled in the excerpt box and I have left it blank, but still on the "page" page nothing shows up. On the category page if the excerpt box is filled in that shows up, if it is left blank the first few lines show up, but nothing on the "page" page.
    • 07. Juni 2010
      And did you tick the "show the excerpt" box in Settings -> Reading?
  • 07. Juni 2010
    Nope, just found it, thanks, the plugin is awesome, donation heading your way.
  • 09. Juni 2010
    Hi, Dennis. I ticked on the "show the excerpt" box in Settings-Reading and got the whole text of the posts on the page instead. Any ideas? Th!
    • 09. Juni 2010
      Did you try to deactivate the other plugins? I am sure the excerpt mode works fine on my test system.
  • 09. Juni 2010
    You were right. It was the "Post teaser" plugin interfering with yours. Thank you!
  • 11. Juni 2010
    Hi Dennis, Loved your plugin until I updated to 1.2.10. Now the excerpts of posts choice is showing a fatal error on the page. Help!!! Don't want to have to throw this down. Sharon
    • 11. Juni 2010
      Can you post the error message please?
  • Gurdain
    15. Juni 2010
    Hi there When activating your plugin I get the following error: Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected T_VARIABLE in /homepages/9/d101452752/htdocs/5eWP/wp-content/plugins/post-page-association-plugin/wp-plugin-associate-posts-and-pages.php on line 145 Any ideas?
    • 15. Juni 2010
      Which PHP Version are you using?
  • Gurdain
    15. Juni 2010
    Ah its PHP Version 4.4.9 I need 5 don't I - is it easy to upgrade without ruining the website?
    • 15. Juni 2010
      Yes, you need PHP5. I think there is no problem to upgrade to PHP5 if you have no components out of primitive times which require PHP4. If you are on a shared host maybe you can easy change your account to PHP5 via the htacces. Please ask your provider.
  • 17. Juni 2010
    hi dennis.. thanks for your plugin. it is so usefull. i have some problem after upgrade the plugin, in one of my page which is i associate was error. the message is : Fatal error: __clone method called on non-object in /home/cheese01/public_html/wp-content/plugins/post-page-association-plugin/wp-plugin-associate-posts-and-pages.php on line 154 why?is it something wrong? btw my php version is 5.2.1.1
    • 17. Juni 2010
      Thanks for the notice. I fixed this in 1.2.12 :)
  • 17. Juni 2010
    Hello Dennis, I have been trying to install this plug-in however in doing so I receive this error Parse error: syntax error, unexpected T_OBJECT_CAST in /homepages/46/d330067604/htdocs/wp-content/plugins/post-page-association-plugin/wp-plugin-associate-posts-and-pages.php on line 150 Am I doing something wrong?
    • 17. Juni 2010
      Hey Vanessa. Please take a look in the readme first. I try an educated guess: You are not using PHP5. Am i right? ;)
  • 17. Juni 2010
    I have followed the instructions within the readme file when I installed it. I am using PHP5.5
  • Avinash
    17. Juni 2010
    Haie dennis, Recently i have upgraded the plugin... i am unable to see the admin page where we can select the list of categories to be displayed... please help me...
    • 18. Juni 2010
      Are there any error messages? What exactly can you see and what not? Please try to clean your browser cache first. I've changed some css.
  • Avinash
    19. Juni 2010
    Its now ok dennis... i hav cleared the cache and checked it... its working...
  • 19. Juni 2010
    Hai Dennis, There is a option to set the number of posts to show in a page. But a real nice thing would be a set a number, per page with some sort of 'show older' [1][2][3][4] etc. Dont know how to explain, but more like the way categories work, so split in pages of for example 10 associated posts. Hope thats something for a next version, or maybe its a lot of work, or impossible (dont know :) ) Thanks
    • 20. Juni 2010
      Hi Marcel, i also thought about that. But there is no WordPress interface i can use for so i cannot realize it as clean as want to... But it's in progress. ;)
  • 20. Juni 2010
    Is there a way to modify it to show the contents of the post in the page?
    • 20. Juni 2010
      You needn't to modify it. There is already an option for.
  • Mark
    24. Juni 2010
    Is there a way to display the posts in multiple columns?
    • 24. Juni 2010
      Hi Mark, there is a 17 hours old thread about the post appearance directly on the plugin page on wordpress.org. And i've written a short description how you can write your own template. If you need a fast and smart solution you can hire me. I could write a template for you. Just send me a mail. ;)
  • 28. Juni 2010
    Hi Dennis. I've been using PPA, and it's working fine for categories, except tonight I tried to create new pages for each of the 3 authors for our site, and even though I have the checkbox (and drop down) set to show a single author's posts, the page comes back blank. (this is using the "Select post by author" section) Is there something else I need to set? Thanks Dave
    • 28. Juni 2010
      Hi Dave, i tried to replicate the error but i couldn't. Do you get any error messages from PHP? What other options you set up in the association box on the edit page section?
  • 28. Juni 2010
    No php errors, the page comes back with no articles. I have set "Do not care about categories" "Do not care about tags" "Filter my selection: Only posts by these authors" Have one author selected ("Tbinns") Reading options are "Show an excerpt" "Show a thumbnail". As I mentioned, we are currently using 3 other pages that are set to categories, and those are functioning properly. Thanks again.
    • 28. Juni 2010
      Hehe, ok. Please select as selection mode for the author: "Add to my selection..." ;) "Filter my selection" means the plugin filters the posts you have already selected with categories and tags.
  • 28. Juni 2010
    Dennis: It seems when you read things properly, everything works :) Thanks for your help, sorry for my daftness! thecorrectness.com has made a paypal donation as thanks for your excellent plugin! Dave (One suggestion for future versions: We have hundreds of tags, and the tag menu takes forever to scroll past. If you could make the checkbox menus so that they can be collapsed, that would save my fingers some work.)
    • 29. Juni 2010
      Thank you for your donation. I updated the backend of the plugin. I added a maximal height of the selection boxes. Please let me know if this works for your. Best regards, Dennis!
  • 01. Juli 2010
    Hi Dennis, Great Plugin, but I'm having a small issue. After upgrading the blog page lists all blog posts, it's not filtering the posts by category, instead it shows all posts. I have made sure to assign the posts to the correct category, I have selected the following options on the blog page: - Filter My Selection: Only posts that appear in one of these categories ((I chose the blog category from the posts category)) - Both tag and author are set to Do Not Care - No specific posts are checked off - Number of posts is set to show all - And Order posts by and Order are set to the default I'm using a theme developed in Artisteer 2, it was working before with the previous version and with the upgrade it stopped working, I tried to go back to the old version and it wasn't working. I couldn't find the "my theme is not compatible" in the admin. Not sure what to do and I'm working against a deadline. Any help would be greatly appreciated. Thank you
    • 01. Juli 2010
      Easy solution: Please select for the category selection: "Add to my selection". "Filter my selection" means the plugin filters the posts you have already selected with tags and authors. ;) And thank you very much for you donation! :)
  • Sasha Rodriguez
    06. Juli 2010
    Hi Dennis, I tried what you said and it's still not filtering out the other posts that don't belong to the category I selected. I used Add to my selection: All posts which are at least in one of these categories. I selected the one category I have designated for blog posts only and left posts by tag and author as "do not care" and still nothing. I can see all posts listed from all categories from the site instead of showing only the posts from the one category I selected.
    • 06. Juli 2010
      i tested this on my system and it works fine. What WP Version are you using? Did you try to deactivate all other plugins to find out if there is a evildoer that does not want to play ball with the Post-Associator? ;)
  • Sasha
    06. Juli 2010
    I'm using Wordpress 3.0, deactivated all plug ins and still nothing. Not sure what the issue is.
    • 06. Juli 2010
      Do you use the current version of the post-associator? Which theme are you using?
  • 07. Juli 2010
    Hi there, I'm trying to activate the Post Page Associator the newest version and i get the following when i activate: Parse error: parse error, unexpected T_VARIABLE in /home/content/s/a/c/sacredjourney/html/wp-content/plugins/post-page-association-plugin/wp-plugin-associate-posts-and-pages.php on line 150 could you help me?
    • 07. Juli 2010
      Are you using the right PHP Version?
  • 07. Juli 2010
    i downloaded it from wordpress? how can i check?
  • 07. Juli 2010
    it installs ok i just can't activate it
    • 07. Juli 2010
      This plugin requires PHP5. You can check this at your hosting providers admin panel.
  • 07. Juli 2010
    ok i have go daddy and i'm building this for someone else...i'm gonna look, it is an option i have to check "yes" to? It's not in WordPress i assume, and let's just say i don't have PHP 5 available can i download an older version by any chance if so where? It's the basis of my whole site, nothing works without it!
    • 07. Juli 2010
      I do not know if and how you can change the current PHP version at GoDaddy. But i'm sure you can find this answer in the support forum. And of course there is no "older" release which works with PHP4 because PHP5 was released in 2004, six year earlier than the first release of the post-page-associator. ;)
  • 07. Juli 2010
    found it thank you so much...you're very helpful and it worked and installed! THANK YOU THANK YOU
  • Adrian
    07. Juli 2010
    This plugin is wonderful. Thank you so much.
  • 08. Juli 2010
    Hi Dennis, This is a wonderful plugin, but at the same time, it is one of those plugins, which make my heart beat go berserk everytime I see an update. I have broken my site twice due to updates. Please do not change the class, my custom css goes haywire and I'm technically a nOOb. I promise to donate as I'm much thankful to you for this beautiful piece of software. :)
    • 08. Juli 2010
      Hi Nitin, i'm sorry but it was necessary to add and change classes. But i added associated-posts.css and associated-posts.php as template file you can copy them to your theme directory and so they will not overwritten at the next update. ;)
  • 09. Juli 2010
    Hi Dennis! Just found your plugin and am working with it. A question: is there a way to split a list of posts across two or more pages, and have them link to each other? In other words, if I wanted to create a "Top Ten" list of posts but split it across two pages, would I just have to create two pages, or is there a way to do that within the plugin?
    • 09. Juli 2010
      Hi! Pagination is not included at the moment but i am working on the plug-in continually. If you are familiar with jQuery or JavaScript in general you could add the pagination functionally with JS.
  • 10. Juli 2010
    Hello there ! Thanks for that totally INDISPENSABLE plugin ! Well, noticed a little non compatibility with many other plugin displayng specific things so somes pages (web invoice, Frace book simple connect, or any other working in the same way). I beleive that suggest that the content should be returned instead of printing it when it hooks to the_content. Hope I made sense. (??) Cause the result is : - Dupplication of text on static page even without any association with your plugin when another one intend to associate some content (see http://mgr-artagency.com/a-propos/facturation/) with the "Do not append the associated posts to the pages automaticly." activated, or the mention of [associated_posts] mentioned on top of page if this option is uncecked :) Thanks anyway ! Great one !
    • 10. Juli 2010
      Hi Aphrodite, I cannot reproduce any errors about duplicated content in any configuration. Did you try to deactivate all other plug-ins and use another theme? About incompatibilities with other plug-ins: I know about twenty other WordPress extensions which are not compatible with Post-Page-Associator but the problem in the most cases the dirty code of the other plug-in (No OOP Code, faulty usage of hooks and filters and so on...). Post-Page-Associator follows all Guidelines of PHP5 and WordPress 3. I'm working very accurate on this extension because there will be a premium version of it in the near future. Btw: What do you mean with "the content should be returned instead of printing"?
  • Stephen
    13. Juli 2010
    Hi Dennis, First of all your plugin is really great! A small feature you can include: It would be a really nice feature if you can add the OffSet setting in the Page settings for the posts. I have a small scenario where I have to display latest news as 'flash news' (top 3) and the news in the same page however I dont want to re show posts with flash news. So the offset there would be really useful. Just a suggestion :) Thanks.
    • 13. Juli 2010
      Hi Stephen, this sound interesting. I will put this on my todo list for the PPA. ;)
  • 13. Juli 2010
    I like just the way it came out, I'm a regular end user student of web design playing Sr. Developer lol I love it! is simple, uncomplicated and quick to put to work keep it up Dennis!
    • 13. Juli 2010
      Thank you for your Feedback, Jennyfer! :)
  • Mieru
    14. Juli 2010
    Hi, Dennis great piece of code!, i''m having a problem (mybe) If there aren't aricles associated to a category it do not show the category in the "page editor". thanks.
    • 14. Juli 2010
      By default you cannot see empty categories, unused tags and authors without posts. I would say this is a feature. Can you tell me a good reason why you want to associate empty categories, unused tags and authors without posts with a page?
    • Mieru
      14. Juli 2010
      I'm new to WP and i see it's better in this way, my problem is that i had to prepare pages that will display only a det category because i'm not the one how will insert articles... I undestand that is not a problem of structure but is a problem of skills. Thenks for your time
    • 15. Juli 2010
      Hm ok. I will see to add this feature in future releases.
  • Bethany
    15. Juli 2010
    Love your plugin! Using it now to finish a site for a client...exactly what I needed. I see you're working on adding pagination and wanted to let you know that I'd definitely find that to be useful. Also, I second Mieru's request to be able to assign empty categories, etc. to a page. My client will be adding content later and I'd love to have the pages all set up so she doesn't have to touch them. Thanks!
    • 15. Juli 2010
      To show empty categories and unused tags is feature i try to include in the next release but pagination is not so easy to include but i will see what i can do. :)
  • 19. Juli 2010
    Hi Dennis, I have used your plug-in on another site and it worked fine. The environment is exactly the same, and I am also using the same theme. For some reason it does not pull through the thumbnail. I have it checked in settings, but only displays the title? Pse assist. Thanks in advance, Gilfer
    • 19. Juli 2010
      Hi Gilfer, Thumbnails will only work if you have activated the "show the excerpt" option. Have you ticked the excerpt box?
    • 19. Juli 2010
      Thanks that did the trick!
  • 20. Juli 2010
    Hellow Dennis :) I like your plugin very much. Great idea and great job. However I am not seeing anything on my pages and I can not Select any cateories or tags. Even if I pick up "Select posts by category". When I want to edit the page there is always: "Do not care about categories". The same with tags and authors. I have installed WP 3.0. How can I solve the problem? Thanks for your engagenemt :) - Justyna
    • 20. Juli 2010
      Wow, i never heard about such problems with the PPA. Is it possible that you create an account for me in your WP so i can take an eye on it?
  • Sophie Mitchell
    21. Juli 2010
    Hi Dennis Thanks for a great plugin. One problem I have is that using the plugin, it seems to override the Read More functionality that you can add and you can only show the full post on the page. I know you can show an excerpt of the post but at the end of the excerpt it shows [...] which is not clickable. Is there anyway to make this clickable or to say Read More? Thanks alot. Sophie
    • 21. Juli 2010
      Hi Sophie, thanks for the notice. I think this should be fixed in future releases. But for now you could have an eye on this: Better Excerpt Plugin. Please let me know if this works. :)
    • Sophie Mitchell
      21. Juli 2010
      Hi Dennis That works brilliantly, thank you! Sophie
  • 21. Juli 2010
    Hi Dennis, ich hab vor kurzem dein Plugin ausprobiert und bin begeistert. Ich habe aber trotzdem eine kurze Frage, und zwar: Gibt es ein Parameter oder eine Möglichkeit auf einer bestimmten Seite nur die Textlinks anzuzeigen während ich auf anderen Seiten die gesamten Artikel anzeigen möchte? Liebe Grüße Bella
    • 21. Juli 2010
      Hallo Bella, leider ist es im Moment nur möglich alle assoziierten Artikel im gleichen Design erscheinen zu lassen (außer dein Theme unterstützt etwas anderes). Die Fragen nach einem derartigem Feature häufen sich inzwischen so dass ich mir da wohl etwas einfallen lassen muss. ;) Liebe Grüße zurück.
    • 29. Juli 2010
      Hallo Dennis, es wäre auf jeden Fall super falls dir eine Möglichkeit einfällt, dass im Plugin noch einzubauen! Ich benutze das "neue" Standardtheme "Twenty Ten" von Wordpress. Liebe Grüße Bella
  • bolescao
    23. Juli 2010
    Hello Dennis, first of all this is a graet plugin.. tahk you very much for the good work. So, i was using ppa just fine until update and now a i cant have only thunbnails without excerpt. what you recomend me? Maybe if i downgraded it will work again, but i dont have the old versions os the plugin thansk again for you time. bolescao
    • 23. Juli 2010
      Hi Bolescao, the only way you can go is to fix it by your self. Or: You wait until i fix it in the next release. ;)
  • bolescao
    23. Juli 2010
    yo Dennis, thanks anyway for your time. I was wondering if you can send me an older version of the plugin. thanks again. Bolescao
    • 23. Juli 2010
      Ok, here is quick fix: Go to the plugin directory and open the "associated-posts.php". Scroll to line 9 and remove exactly this part: $this->get_option('show_content') == 'excerpt' && Then save the file and reupload it. And then try to show thumbnails without excerpt... ;)
  • 23. Juli 2010
    Hi Denis, Thanks a lot for this wonderfull plugin. It give a new dimension to Wordpress websites ! I have just a little problem with it, i'm forced to create at least an article each time i want a category check box appears on a page settings. It's a very long work and i spend a lot of time creating "fake articles" because they will be created after the pages (by the owner). Is there a way to display all categories on pages settings even if there is no associated post ? I'm ready to rate the plugin on WP central and to make a donation if it works ! Thanks forward for your answer
    • 25. Juli 2010
      Yes, this is possible in the new version. :)
  • Alan
    23. Juli 2010
    Dennis, thanks for your help with sorting out the problem with getting your program working. It's just a bit overwhelming - the php, Wordpress, Widgets, and Plugins - the site is working perfect now! I sent another second small donation to show my appreciation, thanks!
    • 23. Juli 2010
      No problem! Let me know if you need more help.
  • bolescao
    26. Juli 2010
    whassup Dennis, just pass by to tell you that the last update of pps solve the problem i was having with thumbals not showing proporly.. thank you for all the feedback.. kepp the good work.. best wishes!! Bolescao
  • 28. Juli 2010
    I Denis, when i'm tring to display the thumbnails of posts with your plugin, i got this error : Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/content/09/6441709/html/wp-content/plugins/post-page-association-plugin/wp-plugin-post-page-associator.php on line 501. I'm using NextGen gallery to manage a huge photo collection (bottles of wine) and it's very bad if i'm forced to use the worpress default tool which is a hell to organize. Thanks a lot for your wonderfull plugin, Wordpress is not much longer a blogging engine !
    • 28. Juli 2010
      Thanks for the notice. I fixed this in the current release.

Verknüpfungen

Hinterlassen Sie eine Antwort