kodap
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom Post Order] Reodering limit@visi19 silly me! I didn’t notice the option on the default wordpress screen options pagination for posts, I can change the offset up to a query of hundreds, turns out I never needed that until now, and It´s all good with your plugin, that could be a problem when a user has to make thousands of queries to the db, but not for me. Thanks!
Forum: Plugins
In reply to: [Simple Custom Post Order] Reodering limitI wanted to see this solved as well… I promised to a client this will get fixed soon… Thanks
Forum: Plugins
In reply to: [AJAX Read More] Read less?I’d be interested in this feature as well, it would ease and enhance a lot the user’s experience on any site that could simply open/close dynamically a post.
I guess that’s pretty straight forward with a little knowledge of jquery, assuming that by finding the opened element id, can then be switched or hidden in it’s css id or properties by a click trigger or href from another element… but I’m just guessing here…
Forum: Fixing WordPress
In reply to: RSS feed links to external sitehave you tried wp-o-matic ? works great. It does import the feed content, however, has a lot of options, like link to the original content/post
Forum: Fixing WordPress
In reply to: RSS only shows the title of the postsHave you tried:
Settings > Reading > For each article in a feed, show (check “Full Text”) otherwise I can’t figure what’s the problem.you can alternatively burn your feed via feedburner or check all the options there, and see if your problem persists..
Forum: Your WordPress
In reply to: advanced commentsI’d like to create the same as shmar77, I’ve searched but I only found TDO-mini forms and Cforms7, but I can’t add them in my template to replace the comments template. Any suggestions?
Forum: Fixing WordPress
In reply to: the_category(‘ ‘,TRUE) and orderI give up…
So Far, and thanks to this topic: http://wordpress.org/support/topic/237653?replies=13 , it has helped me a lot, but just half-progress to what I want to achieve:
(excuse my lack of php skills, I can only understand to integrate the portions of code)I have followed and applied these add-ons to my category-template.php as seen here: http://trac.wordpress.org/attachment/ticket/7251/subcat-separator.diff
but I have more than one assigned parent and further childs on each post: see image here: http://kodap.com/the_category.png (parent names in brown, childs in black) and I managed to add a class to style them; the above blue links are tags
all I want is that the parent categories don’t repeat themselves, alowing all corresponding childs to be nested / inherited:
Parent1>> Child1.1, Child1.2, child1.3,
Parent2>> Child2.1, Child2.2…Am I missing something? do I have to hack the php so it doesn’t make the parents repeat? unorder alphabetically? – where?
The alphabetical order of the childs is causing the parents to repeat themselves.
btw. I’m using WP 2.6
Thank you!
Forum: Fixing WordPress
In reply to: the_category(‘ ‘,TRUE) and orderMichael and Maccy, thanks a lot for the tips on this, it has helped me a lot, but just half-progress to what I want to achieve:
(excuse my lack of php skills, I can only understand to integrate the portions of code)I have followed and applied these add-ons to my category-template.php as seen here: http://trac.wordpress.org/attachment/ticket/7251/subcat-separator.diff
but I have more than one assigned parent and further childs on each post: see image here: (parent names in brown, childs in black) http://kodap.com/the_category.png and I managed to add a class to style them.., the above blue links are tags,
all I want is that the parents don’t repeat themselves, alowing all corresponding childs to be nested.
Parent1>> Child1.1, Child1.2,
Parent2>> Child2.1, Child2.2…
Am I missing something? do I have to hack the php so it doesn’t make the parents repeat? unorder alphabetically? – where? – it seems to be the alphabetical order of categories that is causing this..
– Should I write another support post on this issue?btw. I’m using WP 2.6
Thank you!
Forum: Fixing WordPress
In reply to: the_category(‘ ‘,TRUE) and orderI think this is an IDEA to consider, I’m also trying to achieve the same output for organized categories within the loop, but I cant have an answer in the forums neither in any plugin.
Here’s an example on how I want the_category bellow the post to be listed:Parent 1 > child 1.1, child 1.2, child 1.3
Parent 2 > child 2.1, child 2.2, child 2.3Any help?
I am sill looking for a solution for this, must not be so hard… sorry for the bumping, but I’m kinda desperate to clean and organize my listing of categories in each looped post.. Thanks.
Forum: Plugins
In reply to: next gen gallery installation/upgrade problemsI have downgraded to 0.99 to work with wp2.6, and works by now…
Forum: Fixing WordPress
In reply to: How to get rid of all the js frameworksHello, I have also searched and I’d like to know as well if there are any easy ways to get rid of all those js files that load on the front-end without having the need.. besides having to dig on the unnecessary javascripts that are also triggered by the plugins…
anyone?
Basically now I just want to find where I can change the code to output this html inside the tag<a CLASS="categoryID" href="...blog/category" rel="category" >… of the listed category within the loop…Forum: Themes and Templates
In reply to: Changing BannerIf you have a theme that doesn’t allow that change, you have to replace your image via FTP program.
first, if you haven’t installed wordpress with a “single-click” installer, you need to access your blog files via FTP, find the path to the folder where is original image (the one you want to replace) most probably on your theme folder, and replace your image with that one. if you have or want a different name for the image, you might want to consider changing the url path to the image at your “style.css” file, replacing the url even if hosted outside your host(I.e: Flickr or photobucket)I hope this can help you.