projects
/
WP-Themes
/
meetmtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69790cb
)
fixing recent posts sidebar filter on single blog pages as well
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Apr 2019 13:53:08 +0000
(09:53 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Apr 2019 13:53:08 +0000
(09:53 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
322a0a2
..
71906e7
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-745,7
+745,7
@@
function fusion_doing_ajax() {
/* Omit closing PHP tag to avoid "Headers already sent" issues. */
add_action('wp', 'check_home');
function check_home() {
- if(is_home() || is_category()) {
+ if(is_home() || is_category()
|| is_single()
) {
function modify_widget() {
$r = array( 'cat' => '-70');
return $r;