projects
/
WP-Themes
/
Wequetonsing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
417f757
)
Added casino club as a blog category, trying to fix Art
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 17 Jun 2015 15:23:02 +0000
(11:23 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 17 Jun 2015 15:23:02 +0000
(11:23 -0400)
parts/blog-feed.php
patch
|
blob
|
history
diff --git
a/parts/blog-feed.php
b/parts/blog-feed.php
index
f8e3325
..
2d5dc19
100644
(file)
--- a/
parts/blog-feed.php
+++ b/
parts/blog-feed.php
@@
-1,5
+1,5
@@
<?php
-if (is_page(array(
'art', "events","recreation","sailing","tennis","activities","beach
"))) {
+if (is_page(array(
"art","events","recreation","sailing","tennis","activities","beach","casino-club
"))) {
$cat_name = get_query_var('name');
} else if (is_front_page()) {
$cat_name = "Home Page";