Holstein: Give different priority in hooks.
Rester: Lookinh at the woocommerce CSV importer, its $199 and I am unsure if it will work exactly how I want it to. anyone know a way to demo it?
Reimer: Kenshino__: gotcha, will look at that
Mehl: Mckern: http://www.woothemes.com/refund-policy/
Boldizsar: Kenshino__: 20 days is a long time though lol
Stepanik: If you want to be a real developer, either write your own code or pay some money
Cardenal: Harsh 😛 however I have nowhere near the skillset to write code to do that for me.
Grates: Hi, do you know of a plugin that “learns” which computers log in and sends an email if an old user suddenly logs in with a new client? like google or facebook does
Huerto: Panelli: omg. now i realized that get_template_dir. is separated from ‘/style.css’ by a . and not a ,. that’s why i was confused! Kenshino__
Panelli: Enrom: https://----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/plugins/wp-security-audit-log/ logs a lot of things, but I don’t think it logs user devices.
Huerto: Panelli: using get_template_directory_uri when working on a child theme has the same results as when working on a parent theme?
Panelli: Don’t confuse get_template_directory_uri with get_stylesheet_directory_uri
Panelli: The first returns the parent, the latter the child theme directory uri
Archdale: Thanks Panelli for the link
Dronko: Just have one more question,
Hewlin: Is there a way to “export” a single page to be added to another WP installation?
Panelli: You want to kno how, I guess? ;
Panelli: Create a user “export”, ***ign the page or post to that user, then tools export not all content, but only posts & pages of that user, then import
Casco: I want that user can select the category of post which he/she want to view and only those categories will be visible in menu
Panelli: If you link to the category archive, Edwin but post of that category will be shown
Bartylla: But I want user can select the categories of post when the site is loaded first time
Colclasure: Thanks Panelli for reply
Byman: Hey guys. how the heck does sorting by a meta field value work with get_posts? i’ve tried stuff like ‘orderby’ = Array’lead-order’ = ‘ASC’ but i can’t make any sense how it’s ordering the stuff. in this particular case i have posts with ‘lead-order’ meta values of 0,1 and 2 and the posts come out 0,2,1
Panelli: T4nk091: it’s kind of a selection before the web page loads, if you link to the right category archives. what won’t work is that WordPress gets psychic about potential user demands.
Goettl: Is it possible, using visual editor, set font size of a link ? I am adding a link to a title, but applying font size come small, as i think is the link style.
Hinchcliffe: Wouls like same title size still
Panelli: Mindiswurk have a look at the custm field example at http://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/wp_query#Order_.26_Orderby_Parameters
Clawson: Sorry Panelli, I did’nt get you.
Viramontes: Exactly right I want selection of Menu before the site loads in browser
Panelli: T4nk091: you can’t expect a web page opens and already knows what the visitor desires, if you don’t provide that information ahead. but if the user clicks a link for a special category, you can open the category archive in the browser
Colagiovanni: Panelli: i’ve followed this https://make.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/core/2015/03/30/query-improvements-in-wp-4-2-orderby-and-meta_query/
Caufield: No, Actually I will show all the categories first and will ask user to select the category of news which he/she wants to view
Yeropoli: Then only those categories will appear in menu
Panelli: Mindiswurk: that’s if you want to combine post meta in the query. but if I get it right, you only want to sort by one post meta value?
Fiero: Is there any plugin available or I need to code? Actually I am quit new to wp
Panelli: T4nk091: you are aware what a category archive is?