| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | yesterday | |
| stats | profile views | 6 |
|
Mar 5 |
comment |
Wordpress get_page 'read more' tag Yep, that's right, the ---more--- separator inside of the content field. Any ideas? |
|
Mar 5 |
comment |
Wordpress get_page 'read more' tag I'm not necessarily looking to get the post_excerpt, more a truncated post_content via the get_page function |
|
Mar 5 |
comment |
Wordpress get_page 'read more' tag That works if you add: "add_post_type_support( 'page', 'excerpt' );" to functions.php and then add in an excerpt into the page via the separate WYSIWYG but it doesn't achieve the original issue in that it's not truncating the content. But I'll probably go with this solution if the alternative method can't be done? |
|
Mar 5 |
asked | Wordpress get_page 'read more' tag |
|
Dec 3 |
revised |
jQuery Masonry appending items with 'load more' ajax call added 4 characters in body |
|
Dec 3 |
comment |
jQuery Masonry appending items with 'load more' ajax call thanks kleinohad but that line is works ok either way. What I'm after is a way to pass the 'slice' parameters to the populateBlocks function |
|
Dec 3 |
asked | jQuery Masonry appending items with 'load more' ajax call |
|
Nov 8 |
awarded | Tumbleweed |
|
Nov 1 |
asked | Shopify, accessing extended object attributes within liquid templates |
|
Oct 20 |
comment |
Nested group_by and sorting ruby on rails Perfect, exactly what I was looking for, thank you! |
|
Oct 20 |
accepted | Nested group_by and sorting ruby on rails |
|
Oct 20 |
comment |
Multiplying decimals and integers ruby on rails It was returning nul for one row which causing the error, thanks |
|
Oct 20 |
accepted | Multiplying decimals and integers ruby on rails |
|
Oct 20 |
asked | Nested group_by and sorting ruby on rails |
|
Oct 16 |
comment |
Multiplying decimals and integers ruby on rails You're right, that prevented the error but then the output was 0, which obviously means that both values are nil. What I can't understand is that when I output these in the view individually they both return values |
|
Oct 16 |
comment |
Multiplying decimals and integers ruby on rails Yep, in the view. Perhaps I should go step back and perform the calc in the controller first. Thanks |
|
Oct 16 |
comment |
Multiplying decimals and integers ruby on rails I tried your example but then get the following error: "nil can't be coerced into Fixnum" |
|
Oct 16 |
comment |
Multiplying decimals and integers ruby on rails When I output just "invoice.quantity" on it's own it returns a value though? |
|
Oct 16 |
comment |
Multiplying decimals and integers ruby on rails When I output just "invoice.quantity" on it's own it returns a value though? |
|
Oct 16 |
asked | Multiplying decimals and integers ruby on rails |