- Home
- Category: Uncategorized
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 MoreOf 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 MoreFirst 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 Moreif 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