does anyone have wordpress combined with digital ocean experience?
Anderson Torres
@atorresbr
@s31181 -- yep
Rob
@s31181
Trying to change domain of my wordpress site hosted on digital ocean
Is it as simple as changing the domain name in the general tab?
Rob
@rm-rf-etc
Does anyone know where I can find a central chat room for all things related to WordPress development?
@s31181 You have to make DNS changes so that your new domain points to your server using the IP address.
Never mind. I found some links.
darthvader04
@darthvader04
has anyone worked with Fluid Player plugin in wordpress? need some help here
Emmanuel Akodia
@akodiaemma
hello guys i need urgent help! Im using wp residence theme and im trying to cange the hyperlink of an "add listing" button but it has refused. Can anyone please help me out
_
Emmanuel Akodia
@akodiaemma
ANYONE?
zkenstein
@zkenstein
Hi all, in WordPress is it possible to force auto logout for users if they access a specific page?
I know about the auto logout with idle time, but just curios is it possible to do auto logout if access a page
Hasan Baig
@hasan4it
Help me please: how we can sort categories of custom post type to some specific order
without using any plugin, via code
cooltronic
@cooltronicpl
Help me please to list multiple posts from category in templat.
cooltronic
@cooltronicpl
??
Rob Moore
@RM54x
@rm-rf-etc What did you find? I'd like to check that out, too.
Henster
@henstercoza
Hi, all I'm looking for the fastest theme just wondering what you guys are using ?
sofia6831
@sofia6831
@cooltronicpl Hi I can help you please reach me on [[Skype : Skype : live:sofia_6831 Email : sofia@cisinlabs.com]]
Ayandam2021
@Ayandam2021
Will be converting my Wordpress from PHP to .NET Core and host the app on MS Azure hyper scaled Cloud platform
Hasters
@Hasters5_twitter
I just love to read books and different ones. But I can tell you that it is even more interesting to read special essays on certain works. That's why I recommend everyone to study as well as I studied good essays about Romeo and Juliet https://studydriver.com/romeo-and-juliet/ . As for me it is one of the most interesting and vital works, not for nothing it is considered a European classic. That's why it is necessary for everyone to study essays about it. For example, even for general development.
Best Singles Dating Site
@DatingSites12_twitter
In today’s world, the opportunity to be https://topforeignbrides.com/best-country-to-find-wife/ online is very much appreciated. Having a convenient mobile version for iOS and Android devices is an additional advantage. A high-quality application will allow you to communicate with real mail order wives anywhere where there is an Internet connection and be available 24/7. Also, find out how the support service works and what services it provides in case of problems.
Niyaz Ahamed
@Niyaz-nizu16
Hi
Govind
@govindchinnasamy27
Hi
My techies. Anyone knows that filter woocommerce products by specific attribute price. I have variations products with an attribute name as size which has 3 options small, medium and original. 3 options has different prices. I need to filter prices from only original price. This is my code and when i am run the code, the results are not i'm expected. $query = array( 'post_status' => 'publish', 'post_type' => array('product', 'product_variation'), 'posts_per_page' => 10, 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'pa_size', 'field' => 'slug', 'terms' => 'original', ), ), 'meta_query' => array( array( 'key' => '_regular_price', 'value' => array(100, 1000), 'compare' => 'BETWEEN', 'type' => 'NUMERIC' ), ), );