badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Homepage Slider – can we input like this?

#23300

Hi I have removed your post from next forum. I would like you to check your .htaccess file. Go to the root of you ftp (public_html) and under it go to wordpress directory (there you can see wp-content, wp-admin, wp-includes and with other php files such as wp-config.php etc.). There is also available .htaccess file open it and paste the below code

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Hope this may help you

Thank you!