rockdabase
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Advertisement in Post Loop on toppageI understand it. But I have customized it…
Like this
https://wordpress.org/support/topic/showing-most-recent-post?replies=3Forum: Themes and Templates
In reply to: [MesoColumn] Advertisement in Post Loop on toppageI seemed to tell you by mistake. I’m sorry. The cord which you wrote on the top was reflected, but was not as good as I requested.
I want to pour an advertisement into the place of the photograph of this link.
http://goldstandardlabo.com/wp-content/uploads/2014/12/sample.pngThank you so much.
Forum: Themes and Templates
In reply to: [MesoColumn] Advertisement in Post Loop on toppageThank you for your reply. But I could’t do this.
I think that a place adding a cord is wrong. I want to know a more detailed place. Or I will get a wrong how to put on ads code.
Is it correct by how to put in such as follows?
wp-content/themes/mesocolumn/functions.php
↓
/* check if custom function file is active */
if( file_exists( WP_CONTENT_DIR . ‘/meso-custom-functions.php’ ) ):
include_once( WP_CONTENT_DIR . ‘/meso-custom-functions.php’ );
endif;<?php
function dez_top_ads() {
global $postcount; if($postcount==1) { ?>
<script~(ad code)~/script>
<?php } }
add_action(‘bp_before_blog_post’,’dez_top_ads’);
?>?>
Forum: Themes and Templates
In reply to: [Vantage] Nothing Found ProblemHello.
I have a same problem. Please teach me. Thank you.