wordpress tag

106 questions


1 answers
65 views
0
Get an article with an update date of less than 90 days in WordPress

Current state codearray( 'post_type' = > 'post', 'post_status' = > 'public', 'after' = > date('Y/m/d 0:0:0', strtotime('-3month')',);I was doing this, but with this, do you only get articles ...

1 years ago

2 answers
56 views
0
Configuring and Accessing the Hosts File Shows With an ip Address

Multiple site development environment directories are built in CentOS within VirtualBox.I want to set the path in the directory to be the same as in the production environment.Virtual host configurati...

1 years ago

1 answers
74 views
0
I want to do it in the background immediately after posting a Wordpress article (parallel?)

I'd like to do it in the background right after posting the article on Wordpress.Apparently, the wp_schedule_single_event has not been triggered properly.I would appreciate it if you could point out w...

1 years ago

1 answers
66 views
0
How to delete cached images using WordPress plug-in JetPack's Photon function

in WordPress plug-in JetPackWhen I was using Photon to cache images in my blog I deleted it from the media article because it contained the wrong image.The cached image cannot be erasedPlease tell me ...

1 years ago

1 answers
109 views
0
I want to use PHP and HTML on Wordpress to display the image on the confirmation screen after POSTing the form.

I would like to upload the image from the form on the front page using PHP and HTML on Wordpress, and display the image on the confirmation screen on the fixed page after POST transmission.Using the f...

1 years ago

3 answers
80 views
0
About customizing the comment form when using the blank theme named Wordpress

I'm trying to customize the comment form when using the blank theme named Wordpress, but it doesn't work at all.I couldn't compete with the code I looked up on the web.If you are using naked Wordpress...

1 years ago

1 answers
86 views
0
Pixabay cannot be used with WordPress

certificate subject name (*.opendns.com) does not match target host name 'github.com' while accessing https://github.com/ I can't use the message.What should I do?

1 years ago

1 answers
74 views
0
How to Add a Post Introduction Form to WordPress

How can I add an introduction posting form to WordPress, such as the image below?

1 years ago

1 answers
79 views
0
Lightbox Does Not Work After Loading Page 2 or Later in autopager.js

<div class=contents><?php if(have_posts()):while(have_posts()):the_post();?><div class=post></div><div class=post></div><div class=post></div><div cl...

1 years ago

1 answers
129 views
0
About reflecting wordpress theme from github to production server

Github to production servers What would you recommend?in your current local development environmentvagrantvirtualboxcentrosWe are building a website in the form shown in .There are two patterns of ser...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.