-
-
posts-in-page
... WordPress is set to), essentially adds blog "page" to page.
* `[ic_add_posts post_type='post_type']` - Show posts from a custom post type ... ID(s) (specify all post types).
* `[ic_add_posts exclude_ids='4,5,6']` - Exclude specific post ID(s) from the query.
...
-
posts-for-page
... or set show_full_posts='true' to show full post content.
Example Usage:
[posts-for-page cat_slug='asp-net-programming-2 ... 'prev_text' and 'next_text'
* show_full_posts='true' - will show the full post content.
= 1.6 =
* Number of display issues resolved
...
-
fzTagPlugin
... are:
* fz_tag - for tags list
* fz_tag_show - for tag's show page
###Tasks###
* fzTag:calculate-weight - this task should update ... 's [TagCanvas](http://www.goat1000.com/tagcanvas.php) (1.6.1)
* elbeanio's [jquery.tagsphere](http://bitbucket.org/elbeanio ...
-
simplelayout.base
... link, which will be displayed in the page.
6.) Add another page:
The parent page acts as a container in which ... as a whole, go to
"Site Setup" => "Simplelayout Configuration", and check "Show Design".
A "Design" dropdown will be added to your SimpleLayout ...
-
2checkout-rails-tutorial
... to refund a sale from the admin on the orders#show page in case the buyer's order is not ... @response = @sale.refund!({:comment => "Item(s) not available", :category => 6})
@order.status = "refunded"
@order.save
flash[:notice] = @response[: ...
-
PayPal-Express-Checkout-Example-6
Customizing Express Checkout - Changing the Locale, Page Style, Shipping discount and Show minus amount for discount item
2checkout-rails-integration
... to refund a sale from the admin on the orders#show page in case the buyer's order is not ... @response = @sale.refund!({:comment => "Item(s) not available", :category => 6})
@order.status = "refunded"
@order.save
flash[:notice] = @response[: ...
-
blogin
... at "blogdir/blogin.json"
4. `blogin update`
5. `blogin server`
6. Open `http://127.0.0.1:3000` in browser.
... post, show post tree, delete post.
page Create page, show page tree, delete page.
init Init the blog directory.
help ...
-
mura-show.com
... ! You're now ready to use Symfony.
From the `config.php` page, click the "Bypass configuration and go to the
Welcome page" ... .html
[5]: http://symfony.com/doc/2.1/index.html
[6]: http://symfony.com/doc/2.1/bundles/SensioFrameworkExtraBundle/index.html
[7 ...
-
activeadmin-seo
... branch](//github.com/nebirhos/activeadmin-seo/tree/0-6-stable).
### :warning: Unmaintained :warning:
Sorry, but I no ... provides these methods:
app/controllers/pages_controller.rb:
```ruby
def show
@page = Page.find_by_url params[:url]
render text: ...
-