sitegod
Weezy ok then what other nextwapblog site can i request its code???
See my site:
http://flowbaze.tk
sitegod
Weezy Hmmmm.ok
but wat i wanted was just
home.html
page.html
Weezy
sitegod Copy page.html code below
<div id="content" class="content singlepost">
{% if page == null %}
<div class="alert alert-danger post-not-found">
Page not found.
</div>
{% else %}
<div class="post" id="post-{{ page.id }}">
<div class="post-heading">
<h2 class="post-title">
{{ page.title }}
</h2>
</div>
<div class="post-body">
{{ page.content|raw }}
</div>
{% if site.author_id == user.id %}
<div class="admin-post-action">
<a href="{{ powered.url }}/account/switch_blog/{{ site.id }}?redirect_uri={{ (powered.url~'/pages/edit/'~page.id)|url_encode }}">Edit</a>
{% if page.status == 'draft' %}
<a href="{{ powered.url }}/account/switch_blog/{{ site.id }}?redirect_uri={{ (powered.url~'/pages/publish_page/'~page.id)|url_encode }}">Publish</a>
{% endif %}
<a href="{{ powered.url }}/account/switch_blog/{{ site.id }}?redirect_uri={{ (powered.url~'/pages/delete/'~page.id)|url_encode }}">Delete</a>
</div>
{% endif %}
</div>
{% endif %}
</div>
Copy code
sitegod
Weezy Boss pls i want a file upload jscipt so dat i can paste in my site
Weezy
sitegod you mean public file upload system for blog?
sitegod
Weezy Yes boss a public upload file system code pls
Weezy
sitegod sorry but u cant create a public upload system site with a blog