sihibbs
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts for Page] Featured Image ResizingNo problem, nice site btw 🙂
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Feature request: WP-PageNaviOk this has gone onto the list of update requests.
Forum: Plugins
In reply to: [Posts for Page] Add comment countOk have put this on the list of update requests.
Forum: Plugins
In reply to: [Posts for Page] Featured Image ResizingHi yes I see what you mean but without getting the plugin to actually do a physical rescale of the image to new dimensions what you are doing is probably the best solution there is at the moment.
It actually looks okay to me, not sure what else to suggest, sorry I cant be of more help.
I may look into the rescaling in future, but the whole images thing is a lot more complicated than you might think due to the way WordPress handles them (as content, or attachments and thumbnails), so it would need a lot of work 🙂
Forum: Plugins
In reply to: [Posts for Page] Add multiple categoriesHi you should be able to list catergory ids, like =”1,2,5″
It should sort by title, I will check top see if there is a new bug with it.
The plugin uses the standard formatting for titles, there is no way to change that but you can use css to style it – i.e. something like .pfpItem h2{ /* some styles */ }
Forum: Plugins
In reply to: [Posts for Page] Featured Image ResizingHi do you have a link I can take a look at?
Forum: Plugins
In reply to: [Posts for Page] Featured imageHi,
The strip_html=’true’ option will remove all html markup including image tags, try without that option.
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Feature request: WP-PageNaviOk thanks for the input looks good, I will look into including it into the next release.
Forum: Plugins
In reply to: [Posts for Page] Add comment countSorry there is no function for that at the moment, I am looking into expanding on the meta data options for a next release version.
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Num Attribute not workingGreat glad it worked, thanks for reporting so I could fix it quickly. Thanks a lot for the donation too, although it is not something I expect, it is just nice to be able to help others out where I can 🙂
Thanks – Simon
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Num Attribute not workingIts up now. You can force WP to check by simply deactivating, then reactivating rather than wait for it to find the updated version itself.
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Num Attribute not workingOk I found a bug introduced with the order param – updated version 1.73 corrects it, should appear soon on WP.
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Num Attribute not workingNo problem I have responded on the blog site as well.
Can you show your whole short code setting. num=’2′ is correct and it is working on my blog site okay. I wonder if one of the other settings is causing a conflict (shouldn’t do).
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] Where do I place the scriptThat is not the FAQ for this plugin so I am not sure which one you are referring to.
This plugin simply requires shortcode to be added (in html view) of the page to display posts for a category, or tag, or author etc.
Like:
[posts-for-page cat_slug=’your-category-slug’]See http://www.mywebdeveloperblog.com/development/wordpress/posts-for-page-wordpress-plugin
Forum: Plugins
In reply to: [Posts for Page] [Plugin: Posts for Page] How to sort ascendingHi I have added the option – ‘order’ set to ‘ASC’ or ‘DESC'(Default) in the 1.71 update.