menu
2 votes
2 answers
How do I toggle the next/previous posts in Wordpress? Hello. I display the 5 most recent publications in a row on the site using this code: <div class="contrast2"><div class="title2">Последние публикации:</d ...
asked May 29, 2022
4 votes
3 answers
Where do I start to create a landing page? I know how to layout sites from 0 without frameworks, but I have never created a website, I only worked with Wordpress. Can you please tell me where to start? Any tutori ...
asked May 25, 2022
1 vote
1 answer
What function can I use to remove code from certain Wordpress tags? For example, there is a code <iframe width="804" height="452" src="https://www.youtube.com" frameborder="0" allowfullscreen></iframe> I need to automatically ...
asked May 25, 2022
2 votes
1 answer
How do I make shema.org markup for video in wordpress? I write the markup for the video manually in a text editor. In Google and Yandex everything is normal and good. Then after a while pieces of markup disappear (wordpress ...
asked May 24, 2022
2 votes
2 answers
How to properly distribute the creation of image copies in Wordpress? I decided to specifically optimize the upload folder. I put in the settings for the site to create thumbnails, and removed the rest. In the post I use 1 thumbnail. For e ...
asked May 24, 2022
1 vote
1 answer
How do I make progressive image loading on wordpress? Suppose I have a gallery with a huge number of pictures. How do I implement progressive loading of images directly on the site? Maybe there is a plugin or I have to relo ...
asked May 21, 2022
1 vote
3 answers
How do I make a link in a select list item? Here is the code for the list: <nav class="menu"><!--начало меню--> <select class="minimenu" style=""><option value="">1</option><optio ...
asked May 21, 2022
1 vote
1 answer
How do I remember a tab after the page reloads? How do you make THATTab remember after the page reloads? <div class="tabs"> <input id="tab1" type="radio" name="tabs" checked> <label for="tab1" tit ...
asked May 21, 2022
1 vote
6 answers
How do I change the wp-login.php page styles? 1. I tried changing login.min.css - nothing happens. 2. Tried to connect their styles - only the picture changes and does not see the file update. Roughly speaking on t ...
asked May 20, 2022
1 vote
1 answer
How to properly write loop and get_field in wordpress? Hello. I need to output a loop if there is an arbitrary field and I can't write it correctly without errors. The cycle itself without this option in my output is as fo ...
asked May 19, 2022
1 vote
1 answer
How do I get rid of redirect errors during login to my Wordpress account? I have code that redirects to my modal window: function redirect_login_page() { $login_page = home_url( '/#login_form' ); $page_viewed = basename($_SERVER'REQU ...
asked May 17, 2022
3 votes
2 answers
How do I move the user screen when I change pages? For example, the user clicks the "Next Page" link and his screen will be 200px lower than the usual one. That is, he will read the content and skip the header. How to im ...
asked May 17, 2022
3 votes
2 answers
How do I get rid of the redirect for a data entry error when registering Wordpress? I have code that redirects to my modal window: function redirect_reg_page() { $reg_page = home_url( '/#join_form' ); $page_viewed = basename($_SERVER'REQUEST ...
asked May 17, 2022
2 votes
1 answer
Is the call to php get_header() or the header code itself in Wordpress? In which case will the page load faster? <?php get_header(); ?> or the code itself? Which is better? ...
asked May 17, 2022
1 vote
2 answers
How does the amount of text in an article affect SEO? Hello! I try to write short articles without too much "water. However, at the top are articles with a lot of extra information (blogs) and the text they have respective ...
1 vote
2 answers
Why doesn't "Comment waiting to be verified" appear in Wordpress? I have two fields before I send a comment. Email and Name. Both fields are optional. When both fields are filled in, the inscription comment awaits verification appea ...
asked May 16, 2022
1 vote
2 answers
How to make a screenshot of the password entry window in Windows 7? A screenshot must be taken before logging in to any account for the article. Normal Print Screen does not work in this situation. In what ways can this be done? Programs ...
asked May 16, 2022
1 vote
1 answer
How do I add a number to a number in a page URL in javascript? I get the url of the current page and want to add a number to it, such as 2. My url is for example mysite/site/29448. document.location.href + 2 This code changes my url ...
asked Apr 17, 2022
1 vote
4 answers
What's wrong with this page-flipping code? <div class='next1'><?php previous_post_link('%link', '<img src="#" width="45" height="35" alt="previous" />'); ?></div><div class='prev1'> ...
asked Apr 17, 2022
1 vote
2 answers
How to implement page turning by pressing the arrows on the keyboard in Wordpress? There is a code: <div class='next1'><?php previous_post_link('%link', '<img src="#" width="45" height="35" alt="previous" />'); ?></div><div ...
asked Apr 17, 2022

251k questions

567k answers

0 comments

413k users