Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t get what you mean “set the woocommerce pages” ??? And I’m not a newbie. That doesn’t make any sense to me.

    Install them? They are installed already. I can’t get into the WP Admin dashboard for this site due to the 500 error. I can get to the public site.

    thanks…

    Bump for email FROM address problem when sharing by Email.

    I just got an email FWD from wordpress@mydomain.org … which got trapped by our email admin’s account.

    a. It’s not a great user experience — the recipient replied to a post sent via email using JetPack Share tool.
    b . The email simply has a pat line with the link, is from wordpress@mydomain.org, and also has the reply-to set the same.
    c. I could hack the plugin file and find this but would rather see it resolved in code to future proof the install.

    Would love to see a reply. This is a deal breaker for my work as it really breaks the visitor’s and a recipient’s experience.

    Thread Starter Robert

    (@rino)

    petit: I don’t know if your question is sincere or if you are trolling. Here is my answer:

    Nope. The logic is strict.
    A simple example with more natural language:

    if post-categories contain category==17
    then do not show post
    else
    show post

    Nothing here is contradictory. It actually depends on what you want to do doesn’t it?

    It could be this:
    if post-categories contain category==17 && category==1
    then show post normally
    else
    show post with pink background

    Thread Starter Robert

    (@rino)

    I took out the is_home() check and it works suddenly. Weird, I must have had something out of place.

    Thread Starter Robert

    (@rino)

    Yah I did, and found another peculiar situation. If I run query posts nothing changes. If I run this line <?php while (have_posts()) : the_post(); ?>
    <?php if ( !(in_category('17')) && is_home() ) { ?>
    nothing changes but I can create a section below restricting to one category successfully, it’s the main body that still comingles the attempted excluded cat.

    Now. If I run this: <?php query_posts("cat=-17"); ?> that category DOES get excluded from the main body of entries ONLY if the post is tagged with cat id#17 only — but if for instance the post is tagged with three categories, 3, 5, && 17 then it still gets listed.

    Not sure why this is so queer. Thanks in advance. I’ll be away for a day or so but happy to answer questions if anyone has them.

    Ditto — this worked for me. I had tried like crazy to set up a rewrite, redirectmatch, and alias all to no avail. I just don’t have the time right now to sift it all out.

    thanks

Viewing 6 replies - 1 through 6 (of 6 total)