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: Wordpress
Articles on configuring wordpress
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 …
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 …
Add Google Analytics to WordPress Website
Adding google analytics code to your wordpress website is easy. This article will describe how to accomplish that without any plugin, manually in a simple manner. Step 1 : Creating the widget area. We shall first create a widget area to which you can add the google analytics code using a text widget from the Continue Reading …
Show Adsense Ads Below Post Title in WordPress Blog
I am going to tell you how to show your google adsense ads below the title of the post.We are going to modify the theme directly and create a widget area below the post title.The Ad is going to show below the post title and the content will follow after the ad has finished. Step Continue Reading …