Welcome Guest. Please Login or Register  


You are here: Index > SitePad Website Builder > General Support > Topic : .HTML tag

2


Threaded Mode | Print  

.HTML tag
carrelwoot
Group: Member
Post Group: Newbie
Posts: 38
Status:
How about the blog post that we publish? :(
IP: --   

.HTML tag
aakash_softac
Group: Member
Post Group: Super Member
Posts: 544
Status:
Hi,

You can do same with the blog post. All you need to do is drag and drop the blog post that you've added to menu with custom links to blog in the menu so it creates a drop-down menu.

Do let us know if you need any other information.

-----------------------
Aakash Gupta
SitePad Developer

Follow us for faster updates
Twitter: https://twitter.com/sitepad_editor
Facebook: https://facebook.com/SitePad
IP: --   

.HTML tag
kumkum
Group: Member
Post Group: Newbie
Posts: 1
Status:
I also tried to apply this code to remove .html or .php from my link and it works. You can check the code to remove .php:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php –f
RewriteRule ^(.*)$ $1.php [NC,L]

Another code to remove .html from link:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html –f
RewriteRule ^(.*)$ $1.html [NC,L]
IP: --   

« Previous    Next »

Threaded Mode | Print  

2


Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 23, 2024, 6:57 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.020