Buy All 46 Premium Themes For the Price Of $129.99

Photo Studio Premium WP Theme FAQ



How to install or update WordPress Theme?

1. Go to WP dashboard -> About US.

2. In your WordPress admin panel, go to Appearance -> Themes

indtall

3. Click the Add New button.

indtall

4. Click Upload and Choose File, then select the theme’s ZIP file.

indtall

5 Click Install Now.

indtall

6. Click Activate to use your new theme right away.

indtall

7. If the theme exists just replace the file and it will update.

indtall

HO TO USE SHORTCODE?

Using a shortcode is extremely easy. You simply copy the code and paste it into a separate page, post. The content contained in the code will be displayed where you want.


Shortcode

HO TO USE GALLERY?

For each gallery, you can set a gallery title and images, then embed them with a shortcode on the desired page or post.


Shortcode

HO TO USE ABOUT US?

Set title for about us section


ABOUT US

In the dashboard, you can create your own post type (About Us) by adding a new one. The page title and featured image will be added to the list.

ABOUT US

Then with a shortcode you can embed it in any page or post.

ABOUT US

HO TO USE HEADER IMAGE?

The header image is located in the customizer and allows you to add an additional image that appears after a certain time. You can set your own text for it and set how many milliseconds it takes for it to appear.


Header Image

HOW TO INCRESE PHP upload_max_filesize?

This is a problem caused by the settings in your hosting. Some hosting companies do not allow uploading of larger files, but in some cases this limit is very low. For this, you can contact your hosting company to solve this problem or you can solve it yourself.

To increaes file upload size in PHP, you need to modify the upload_max_filesize and post_max_size variable’s in your php.ini file.

upload_max_filesize = 10M  
post_max_size = 10M

In addition, you can also set the maximum number of files allowed to be uploaded simultaneously, in a single request, using the max_file_uploads. Note that from PHP 5.3.4 and laster versions, any upload fields left blank on submission do not count towards this limit.

max_file_uploads = 25