This article is about moving WordPress site to a new domain. There are three Methods described here Method 1 – WordPress site is working on the old domain If your WordPress site is working on the old domain and you want to move it to a new domain try the WordPress plugin duplicator https://wordpress.org/plugins/duplicator/ Install Continue Reading …
Category: Web Development
WordPress dompdf installation in page template example
Using the pdf library dompdf in your WordPress page to convert some HTML you already have generated to a PDF file will be explained in this article. We will be doing that by creating a WordPress page template. The page template will include the dompdf library and convert an example HTML to a PDF file Continue Reading …
WordPress : Using syntaxighlighter plugin with gutenberg editor causes error
Do you use Syntaxhighlighter Evolved Plugin to highlight code in gutenberg block editor and it creates error in the form of replacing the code with funny characters while publishing or updating the post ? If yes then this article will describe exactly how to fix this error from occurring and breaking the code. If you Continue Reading …
WordPress : Replace string in content of all pages
Don’t want to open the wordpress post editor for individual posts to change text in order to replace a specific string that is found in all posts or pages of your website, then this method is far better than doing a Search replace on your mysql db for a given text. You will learn to Continue Reading …
How to create custom nameservers for your or any domain
If you own a domain name and would like to add custom name servers like ns1.yourdomain.com or ns2.yourdomain.com using the name servers your hosting provider has provided you then read this article to know how you can do that very easily. Your hosting provider will provide you with nameservers like ns1.yourhostincompany.com and ns2.yourhostingcompany.com.You can make Continue Reading …
Moving a wordpress site from one server to another
If you have changed your hosting provider and you want to move your WordPress site from one server to another then this article will describe exactly how to do it.There are two scenarios, first moving from one server to another with to the same domain name and second changing the domain name while you move Continue Reading …
WordPress insert page break into post
You must have seen long wordpress posts spanning multiple pages.The bottom of the posts will contain the page numbers.Numbering the page breaks contained in your posts is the feature of your theme and almost all modern themes have this feature,However you will have to insert the page break manually inside your wordpress post at the Continue Reading …
Change The Excerpt Length In WordPress
If you want to change the excerpt length in wordpress from the default length of 55 words to custom excerpt length,then there is a simple way to do it.Here is the code that you must add to your theme’s function.php file in order to change the excerpt length and customize it as per your requirement Continue Reading …