Profiles

  • Member Since: March 30th, 2015
  • Find me on:
  • Posted a reply to Pagination returning same posts on each page, on the site WordPress.org Forums:
    I believe that's working perfectly now! Thanks again for all your help on this, hopefully…

  • Posted a reply to Pagination returning same posts on each page, on the site WordPress.org Forums:
    Ah apologies, that code is still there, I just didn't paste it in. So having…

  • Posted a reply to Pagination returning same posts on each page, on the site WordPress.org Forums:
    Yeah, I've been using $offset and removed $paged from my query, so it now just…

  • Posted a reply to Pagination returning same posts on each page, on the site WordPress.org Forums:
    I think that's what my current code is supposed to be doing, but could be…

  • Posted a reply to Pagination returning same posts on each page, on the site WordPress.org Forums:
    Ok, so I've reverted back to my original code and what I'm not quite understanding…

  • Posted a reply to Pagination returning same posts on each page, on the site WordPress.org Forums:
    Hey bcworkz! I've had a look at the article you linked and tried out the…

  • Created a topic, Pagination returning same pages, on the site WordPress.org Forums:
    Hi, So I have a custom loop for my front page that re…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ah ok. So if it's a case of just having them appear the same, I…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok, the good news is that the pagination you posted works perfectly on my archive…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Hi @bcworkz, Apologies for dragging this up again but I've just stumbled upon something I…

  • Posted a reply to Pagination for a custom loop, on the site WordPress.org Forums:
    Hi @nuancedesignstudio, Thanks for your reply. You're right about the content, so I have added…

  • Posted a reply to Pagination for a custom loop, on the site WordPress.org Forums:
    Ok I now have numbered pagination displaying and it changes the page url (eg. localhost/page/2…

  • Posted a reply to Pagination for a custom loop, on the site WordPress.org Forums:
    Hi @nuancedesignstudio, I tried your suggestion too, replacing my own query with your code. The…

  • Posted a reply to Pagination for a custom loop, on the site WordPress.org Forums:
    Hi @dipakcg , I tried your suggestion and couldn't get it to work, though wasn't…

  • Created a topic, Pagination for a custom loop, on the site WordPress.org Forums:
    Hi, Apologies if this topic has been covered but I've…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    I think it works perfectly! I've tried my custom taxonomies, tags, author and search results…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    I've discovered something that might make the author situation a lot easier! Since we changed…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ah right. I have added that tag to a standard post which now shows, so…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok, this is what I get when I try to view /tag/action. There are definitely…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    No, I removed the pre_get_posts add_action() action in the archive.php file. I'm just concerned that…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Aha, I checked my template and the if have posts was missing the while have…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Also, a quick follow-up question: given that I don't want to use this exact query…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    So the good news is...it works! It's now pulling in posts from every taxonomy, regardless…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    So I think there's some progress, though it's still not really working yet! You're right…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Hmm unfortunately there are still no posts showing. I'll copy in the code I've got…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Yep, the taxonomy_term_id, term_id and slug all match up for all three IDs. I've checked…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok cool, I've done that and got the following... SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok, I've tried the above code and still having some issues, but think I've managed…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ah, I knew it would be a simple formatting thing somewhere! There are no posts…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    I added if ( ! isset( $person )) return; and now the other pages work…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok for some reason the forum won't let my replies through with my current code…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    I think I'm getting there, though I'm not quite understanding this piece of code: $tentative…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok I've cobbled something together from my previous code and the examples on the pre…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Hi @bcworkz, thanks again for your help. I'll try to provide as much detail as…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok, that makes sense but I'm still not understanding how to make 'terms' => '$act'…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Ok, I've tried adding the specific number directly to the 'terms' part and it displays…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Hi @bcworkz , thanks again for your help. Unfortunately I'm still having issues getting this…

  • Posted a reply to Linking custom taxonomies, on the site WordPress.org Forums:
    Thanks for the replies. I currently have Trailers, Features and Reviews set up as custom…

  • Created a topic, Linking custom taxonomies, on the site WordPress.org Forums:
    Hi, I'm having an issue with custom taxonomies in th…