php, wordpress, widget, require, conflicting-libraries

Stack Overflow

I recently changed from one domain to another, in that new domain i copied my wordpress files/databases, everything was working fine, until i found some posts without any categories in it, when i …

tagged: php, wordpress Apr 18 at 20:16
Stack Overflow

my host company activated on my page SSL certificate. In WordPress settings I changed the website URL from http://www.aden-reality.cz/ to https://www.aden-reality.cz/ Then I put into the htaccess: …

tagged: wordpress, .htaccess, ssl Apr 18 at 16:28
Stack Overflow

I’m trying to display the taxonomy term of a custom post type (like using <?php the_category( ‘ ‘ ); ?> in regular posts). The code below works but need to specify the taxonomy name, is there a …

tagged: wordpress Apr 18 at 18:26
Stack Overflow

I’m using a WordPress plugin to create users for my site and I need to check if a user if logged in and then execute something in a jquery function. The plugin states they have public functions set up …

tagged: php, jquery, wordpress Apr 18 at 15:15
Stack Overflow

please help me with this i’ve been working on it for 2. I am sorry if the title isn’t the exact explanation of the problem but i just can’t figure out how to handle this problem. I created a php …

tagged: javascript, php, ajax, wordpress Apr 18 at 13:35
Stack Overflow

I am working on this site which which redirects to https except of when someone writes a url starting with www and opens a page except of homepage. For example,www.demacmedia.com/work Here is the …

tagged: wordpress, mod-rewrite Apr 18 at 17:14
Stack Overflow

I want to export each page on my WordPress individually to keep as a backup and move others to another WordPress site. I installed WordPress Exporter which allows me to easily export one page at a …

tagged: xml, wordpress, editing Apr 18 at 15:57
Stack Overflow

I want to show the the archives of only standard post format e.g. i have a post format ‘aside’,’qoutes’ and the archive list should show normally like April 2016 March 2016 etc but once clicked on …

tagged: php, wordpress Apr 18 at 11:53
Stack Overflow

I am trying to make a custom nav menu using a walker, that has a mega menu. What I am trying to achieve is when someone adds a class of “has-megamenu” to a nav item in the dashboard, the sub-menu gets …

tagged: php, wordpress, wp-nav-walker Apr 18 at 12:42
Stack Overflow

I have installed wordpress on my server and trying to send emails using cron jobs. So if even someone is not visiting the site the cron job should send an email to the user. So for achieving this I …

tagged: php, wordpress, email, cron Apr 18 at 16:44
Stack Overflow

I have a wordpress multisite installation running on an AWS EC2 (t2.medium). After messing around trying to get phpmyadmin installed on the server I accidentally deleted httpd,mysql-server etc. It …

tagged: php, mysql, wordpress, amazon-web-services, amazon-ec2 Apr 18 at 14:41
Stack Overflow

I am facing a problem with the homepage of http://www.personaleyes.com.au/. The site is made with WordPress. All other pages except the homepage have the status code of 200 but only the homepage has …

tagged: wordpress, .htaccess, server, hosting Apr 18 at 8:31
Stack Overflow

I am changing permalink structure from http://www.example.com/blog/index.php/2017/04/17/reasons-high-anxious-levels/ to http://www.example.com/reasons-high-anxious-levels/ by going in …

tagged: wordpress Apr 18 at 4:59
Stack Overflow

I’m very new at this. So what I’ve manage to do so far. I’ve used the following code to generate a element with all my first level categories: <?php $args = array( ‘show_option_all’ …

tagged: wordpress, categories, permalinks Apr 18 at 12:26
Stack Overflow

I am trying to pass an array via AJAX to an external php file. It’s a hard-coded list of post IDs to be excluded from the query. This is where I’m setting the post IDs in an array, these IDs exist in …

tagged: javascript, php, jquery, arrays, wordpress Apr 18 at 2:06
Stack Overflow

I’ve been searching similar examples but I was not able to find the answer in WordPress. In google analytics I can see various string types for the same url’s coming in. I looked at the htaccess …

tagged: wordpress, .htaccess, redirect Apr 18 at 9:10
Stack Overflow

I am a beginner and wanted the insert the values into the database from a custom template page but the values are not stored. This is my Edited code and added the full template code, am not find why …

tagged: wordpress Apr 18 at 12:56
Stack Overflow

I’m using the wordpress plugin Dflip flipbook, on this page, and it takes about 2 minutes to load the pdf file which is about 5MB, any advices on how to make it load faster than this?

tagged: wordpress, loading Apr 18 at 16:47
Stack Overflow

I defined a user role in wordpress add_role( ‘custom_role’, ‘Custom Role’, array( ‘read’ => true) ); I want to give that users access to blow url. …

tagged: php, wordpress Apr 18 at 20:29
Stack Overflow

Here is my code for register widget Sidebar // Sidear Register add_action(‘widgets_init’, ‘comet_sidebar’); function comet_sidebar() { register_sidebar(array( ‘name’ => …

tagged: php, wordpress, widget, require, conflicting-libraries
wordpress , MySQL , Oracol