Jeng , u remember the code.

 
Zarrabi: Yeah this website is just one of the lingering headaches that I am facing at this job. so much to clean up

Baremore: Yeah i thought you might have been somewhere in the north, if not why would you want to escape

Bauerkemper: Mr_Midnight do you mind sharing the link

Reyez: Http://www.grundyco.org

Jeng: VectorX: the sopranos was very relevant. :-

Jeng: I’ve driven through Grundy, but aside from maybe a gas stop, I don’t think I’ve ever “been” there.

Golia: Mr_Midnight seems like a simple enough site, not sure why its being a pain to you

Jeng: VectorX: one TLA: IIS

Voves: VectorX: Yeah no clue. MySQL just takes about 30 minutes to start up.

Guley: Did you upgrade yet ?

Provines: Jeng: Not much to see around here. I live about 45 min – 1 hr NorthEast

Hemby: VectorX: Nope I’ll be doing the upgrade this weekend probably either tonight or tomorrow night

Mcclanan: Mr_Midnight: We can put you on a dedicated mysql server :

Klis: No weekend work for you!

Moultrie: Thestepafter: I have a dedicated mysql server

Mullings: I just need to upgrade it

Uhrich: Thestepafter: thanks : luckily it’s a virtual running inside of Hyper-V so step one is take a snapshot of the server so I can roll back if needed

Rappleyea: Does anyone know how I’d go about getting a list of all posts which are not categorized?

Brittingham: Note that I don’t want post in the “Uncategorized” category. But posts which literally are not ***igned to any category

Knipping: Will I loose my custom sidebars and page templates when my theme is updated?

Gomzalez: Cintax: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Cl***_Reference/WP_Query

Lokan: Cintax: http://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Cl***_Reference/WP_Query#Taxonomy_Parameters

Lokan: You want the “NOT_IN” operator

Filo: Noahmg123: you should make a child theme

Mehr: Noahmg123: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Child_Themes

Lokan: Noahmg123: if you’ve not made a child theme, yes.

Dethomas: Opsec: will I loose post types?

Lokan: Noahmg123: if you’ve made them in your theme, which is inherently wrong no matter what, then yes.

Lokan: Noahmg123: if you have, make a simple plugin that has your cpt code

Lokan: Get it out of your theme, cpt’s don’t belong tied to a specific theme

Brennick: Opsec: I already hace that. thx

Lokan: Ok, then you’re all set with that at least

Pitre: Hey all, had a quick question about The Loop / WP_Query. Im reading the docs https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/The_Loop_in_Action and https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Cl***_Reference/WP_Query

Skafidas: And I see that they both have examples of a wordpress loop, but the WP_Query shows the loop using WP_Query. and the example in Loop_in_action does not mention WP_Query

Marovich: Is WP_Query used when you only want to show certain attributes from the post title, exceprt, thumbnail etc

Kitson: Hi, I want to embed a specific page in my sidebar widget area

Lapointe: Such that this post will be in the sidebar permanently

Jeng: Momo_: wp_query is used when you want to retrieve posts

Lokan: Https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Cl***_Reference/WP_Query

Jeng: Momo_: so what is it you want to do?

Filo: Reavengrey: you could make a simple widget that uses get_post to retrieve a post, and display title and content of it

Oxborough: Just display four most recent blog posts except 1 category on the home page.

Filo: Reavengrey: there might be simple Post widgets on wordpress.org

Jeng: That’s a good use for wp_query or you could use https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/wp_get_recent_posts

Fara: Jeng , u remember the code from yesterday?