Amit
  • Home
  • Category: Uncategorized

Photo-about
Uncategorized

How To Enable or upload SVG files in WordPress Media without a plugin

If you prefer getting your hands dirty to using a plugin, you can manually enable your WordPress site to accept SVG files. Next, we’ll take a look at how that process works.Edit Your Site’s Functions.php File Step 1 : Edit Your Site’s Functions.php File To get started, you’ll need to…

Learn More

By Amit Bera

2 years ago
Share
Comments
Uncategorized

Duplicating a Page and Post in WordPress Without a Plugin

Of course, you don’t have to use a plugin to clone a page or post in WordPress. This can also be done manually, by either editing the funtions.php file or copying and pasting the relevant code. You’ve to copy and paste the following code to the theme functions file: Theme…

Learn More

By Amit Bera

2 years ago
Share
Comments
Uncategorized
Uncategorized

Get next 6 days from the current date in PHP

First of all, you must know how to increment a date by PHP +1 day. We have to run a for loop based on the range of days to echo each of the dates between the start date and end date. For example, if we want to print the dates…

Learn More

By Amit Bera

3 years ago
Share
Comments
Uncategorized

How to Adding new Row class for every 3 post in WordPress loop

if you want to add row after 3 post hare is the solution. use below code wherever you want. NOTE: I’m using bootstrap class for html structure and while loop for post repeat. you can use your own html structure and loop.

Learn More

By Amit Bera

4 years ago
Share
Comments
View more