• Resolved konpyuuta

    (@konpyuuta)


    Hello people,
    I’m makin’ my own blog, and I need some missing functions or plugins, hope you can help or advice me.
    Sorry in advance for the extreme length of my post, but I like to be precise, maybe some answers will help others.

    — A little background —
    I’m new to bloggin’ (but not website making), and I must confess, I’m not a programmer neither (even if I know a little how it does work, and some HTML).
    In fact, I’m a graphical designer, and I’d like to have a personal blog featuring some functionalities I haven’t seen until now.
    After a lot of searches, I’m OK to say that WordPress is the nearest to my needs, but still “limited” for my needs with its unique “category” and “Tags”.
    PS: My blog will be hosted at my own with my own design template (already finished), so no problems for me to edit CSS or PHP.
    —————————

    Ok, go to facts now:
    My 3 needs:
    1) A multilingual blog: not a blog translated into many languages, but my posts de generally have multiple languages on them (not always the same, in ex. En and Kr, Jp and Fr … and so), so, i need to “tag” posts with the adequate languages present in (I need people to have flags, so, when they click on the Japanese flag for example, only posts featuring the adequate language will show).

    2) A two sections blog: one for Pros, and another one that will list all my posts (in fact, I still can use “Main” for general purpose, but I need a “page” that will only list selected posts).

    3) A cross-over categories or hierarchical tags (or category dependant tags): For example, I would have some “main” categories, two of them “Design” and “Software”, a sub category (or tag) would be “Silverlight” … when I’ll have a post tagged “Silverlight”, I’d like this post to show if the visitor clicks any of the two categories above.
    This will also help displaying the right posts in adequate pages (if we are on the “Pro” page and hit “MicroSoft” tag, it wouldn’t display posts with this tag from “Main” page … this is like an “And” function for tags).

    Is this possible? Does a Hack, code or plugin even exist?

    I’ve searched a little to see, here is what I’ve found:
    1) Multiple languages: Xili’s plugins.
    Cons: This would be OK only If the full blog was translated into many languages, which isn’t my case, I just need to “list” posts featuring the adequate language (which can be done using categories or tags, but I need categories for other things, and I’d like to avoid having billions of tags under every post).

    1) Flags for languages: Can be done with a plugin using images for tags.
    Cons: Adds an (or multiple) extra tags to posts.

    2) Two section blog: Can be done for example by using the “Inline Posts” plugin.
    Cons: For this one, it’s OK, I just wonder if there is an easier way, such as a hack for dashboard to have, like for categories, a “check box” for languages (no need to display the “language” tag or flag on the posts, it would be great to have this as internal data, like an ID … but no problems if I have to display it).

    3) Cross over categories, hierarchical tags or category dependant tags: NOTHING FOUND.

    Here it is, those were my questions, I hope some of you people could help me find a solution, or propose another way of work, or design idea to reach my needs … As I don’t know every single WordPress plugin, maybe my a solution already exists.
    Thank you.

    PS: I’ve posted this topic in wordpress.COM but they told me doin’ it here, so assume I have a private server and local version for tests.
    I’ve just created a “test” blog in wordpress.COM, with some posts, pages, categories and tags … this can give you a visual idea of what I want to say.
    https://einho.wordpress.com

    Sincerely

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter konpyuuta

    (@konpyuuta)

    Hi,

    I resolved points 1 and 2. (check here)
    Still need help for point 3 thought.

    If someone needs help / to know how I did, here are my steps:

    – Looked for “register_taxonomy” in the recent WP2.8
    – Tried to figure it out, how it works and so, by lookin’ at some plugins like Custom/Simple Taxonomies and Series also (I’m really new to PHP).
    – Registered two hierarchical taxonomies (languages & audience), and registered their “sub” taxonomies (a list of languages, and private/pro for audience).
    – With Mod-Rewrite, I had “nice” urls.
    – Changed permalinks for “Pages” to redirect to my audience (we can also have a page as a container for our taxonomies, or event just have the same name in “slug” for page/taxonomy … the taxonomies have always priority on pages, it will show you a list of posts instead of the page).
    – Added a simple “text” widget, with flags redirecting to my language taxonomies.

    This is it.

    Now, if someone can help with “crossover” links (in eg. if I click “pro”, I would have all posts tagged as pro, now, I would like to see all posts tagged “MicroSoft” in the “pro” category … but clickin’ “MicroSoft tag will show all posts tagged “MicroSoft”, even those on public/private section … any idea?)
    By the way, I don’t list my taxonomies on my posts, but I think it would be great to attach “flags” of featured languages on top of a post … But I don’t know how to correctly do this with PHP (I could just add them in pure HTML, but it would be nice to be done auto) … any help?

    Thank you.
    Have fun.

    Hi, same problem as you, hierarchical tags. And, no, no solution so far. But some link:

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need functions! Ask for help and/or ideas for general function design.’ is closed to new replies.