Written in response to something cmwwebfx wrote.
Would love to know as well. PayPal has been down for weeks now and I have not seen any updates as of yet
| Answers Given: | 5 (see them all) |
|---|---|
| Contests Won: | 1 |
| Prize Money Earned: | $2 |
| Questions asked: | 9 (see all of them) |
| Questions refunded: | 1 (see all?) |
| Is a top asker (has the power to vote on anything): | |
| Subscribes to all the discourse posted to the site?: | No |
| Country: | Russia |
| City: | Moscow |
| Netvotes this month (upvotes minus downvotes): | 0 |
| Netvotes of all time (upvotes minus downvotes): | 0 |
| Joined the site: | August 16, 2011 |
The community is grateful to those experts who take the time to vote on questions.
This member has not made any recommendations. If you are one of the top experts, please offer one now!
Written in response to something cmwwebfx wrote.
Written in response to index showing a-z instead of previous + 3 columns underneath:
Written in response to Different Blog Title per User Group using Genesis Child Theme:
add_action( 'genesis_seo_title', 'child_seo_title' );
function child_seo_title( $title ) {
if( /*put condition here*/ )
$title = 'Insert Title Here';
elseif( /*put condition here*/ )
$title = 'Insert Title 2 Here';
return $title;
}
Written in response to Different Blog Title per User Group using Genesis Child Theme: