Hi, there's a categories widget in the Paga Edit screen, but no categories listed. Running 2.9.1. Please fix, I am royally screwed without it :(
Sent by hermit
on Feb 05 2010
Hi,
Thanks for the plugin. Works fine for me. I would like to be able to display a page excerpt and a thumbnail. Would it be possible for me to modify your code and add somewhere? I use the Page Excerpt plugin and the Thumbnai
Sent by Chantal
on Jan 25 2010
Doesn't seem to work with 2.9.1... :-(
Sent by Walter
on Jan 11 2010
Hi,
I just installed your plugin 2.1 i keep getting this error when i click on new catagory
Parse error: syntax error, unexpected $end in E:\xampp\htdocs\bethany\wp-content\plugins\misiek-page-category\categories.php on line 147
I am using Wordpres
Sent by Darryl B
on Dec 29 2009
Maaan!! Have you fled the country?! :)
Shame you don't seem to be much around here, Im kinda stuck with your plugin and you're not even showing my posts so no-one can help... :/
I need to re-order my categories but there's no way to that in the adm
Sent by Arnz
on Nov 03 2009
Hi, did you get my previous comment regarding a HTML bug with the list?
thx
A
Sent by Arnz
on Nov 01 2009
Hi,
Nice work!! :)
I haven't upgraded to 2.1 yet, but just to let you know that for up to ver2.0, there was a mistake in the code you wre generating ; in the list the order should be:
[ul]
[li]
[ul]
[li][/li]
[li][/li]
[/ul]
[/li]
Sent by Arnz
on Oct 31 2009
Pages are not the posts so I do not see to make archives for that pages. I see the page categories as a section where you can describe more about that category, its just the blank page.
Sent by misiek303
on Oct 29 2009
I created pages for my page categories, but the posts don't show up in them. It seems to use my page.php template instead of archive.php, and even displays the comment box. Here's an example:
Just realized that the template coding I just put up will pull all pages, even scheduled ones. I went into the plug-in file and create a new function:
function mpc_get_published_page_category($id, $order_by = “post_title”) {
global $wpdb;
return $wpd
Sent by George - SeeHowTwo
on Oct 10 2009
Sorry, spoke too soon – my eyes are getting weak – there are double quotes everywhere… sorry
Sent by George - SeeHowTwo
on Oct 10 2009
Regarding extra quotes – you can see in my code above that it added extra quotes around the post_title section – other than it looks clean enough to use.
Sent by George - SeeHowTwo
on Oct 10 2009
I wanted to show lists of pages in a category, but not in the widget, so I grabbed one of the functions out of the latest version of the plugin, and got this:
I noticed this isn't working, as far as posting goes. @Misiek: Please send me an email at brandon@metaforgestudios.com. I'll send you the code and you can post it. I don't think I can do it through the quick submit. Thanks.
Sent by Brandon
on Jun 06 2009
Just a side note. I've seen issues in the past with forums, or email, or any number of medium, encoding quotes/double quotes in their own style. So you'll probably need to watch out for that when copying and pasting.
Just a friendly warning.
I've miss
Sent by Brandon
on Jun 06 2009
Alright guys. Here's what I got. I'm hoping I can just post some php code here without it getting parsed. I don't see a tag for posting code in this submit box.
@misiek
No worries man. We all appreciate the free plugin. That's the beauty of open s
Sent by Brandon
on Jun 06 2009
Brandon
Please go ahead and post it.
Sorry guys for not dealing with that how I promised weeks ago. Just so so busy . If you have any ideas to get some stuff better please feel free to post all the code here or the patc
Sent by misiek
on Jun 05 2009
Hi Everybody,
I see a lot of people asking for a way to get pages by category outside of the widget. I actually needed this so I could use this plugin to categorize pages into different navigation areas on the page. As in I need some pages to be in the
Sent by Brandon
on Jun 05 2009
misiek: im glad that u will answer my wish, i can't wait to show ur plugin in my post/page (not widget sidebar) thx..lookin forward to it :)
Sent by fairyfly
on May 24 2009
yes, this all is of course possible and i will implement when i get a chance. I am not lazy at all just super busy now. I will try do it as soon as i can maybe by the end of the weekend ?
Sent by misiek
on May 18 2009
Hi, nice plugin!
Will be very useful for an upcoming site build. I would also like to be able to use a function in a template to call all pages in a category, and show the total number of pages within that category, eg:
Categories:
- Category A (4)
- C
Sent by Jack McIntyre
on May 18 2009
Is it possible to not show some pages?
Like in the standard Pages menubar?
I'm looking forward to hear from you.
Best regards,
David
Sent by David Furland
on May 17 2009
how if i wanna put the category on a page not on sidebar widget? can u give me the code pls? i'll be waiting for ur reply..thank u..
Sent by fairyfly
on May 16 2009
Yes I don't need this at the moment, but thank you for helping me with this.
Sent by undrskor
on Apr 21 2009
there is no way at this moment, but if you'll give me few days I will make this happen for you, I am just super busy this week
Sent by misiek
on Apr 21 2009
Thanks for the update.
Actually I wanted to display a specific category's pages in a post or page, not in the widget. Just like querying a specific category for posts using query_posts('category_name=blah'); Is there a way I can do something like this?
Sent by undrskor
on Apr 21 2009
glad you like it.
That is good question, and I came back to the code discovered few bugs, I released 1.2 version now.
I added also for you order by post_title for displaying pages in category.
Sorry, but it would take more time for adding this option in
Sent by misiek
on Apr 20 2009
Hello,
Great plugin! I've been looking everywhere for something like this. I was wondering how can I query a category to display the pages within that category?