finesse185
Forum Replies Created
-
MY SITE IS STILL IN DEVELOPMENT SO I DONT GET ANY HITS AT ALL THE ONLY PERSON VIEWING MY SITE IS ME. AND I JUST ADDED W3 TOTAL CACHE. SO U TELLING ME THE ONLY OPTION IS TO NOT HAVE THE PLUGIN 🙁
Forum: Fixing WordPress
In reply to: how do i add this to my home pagethats my home page index
Forum: Fixing WordPress
In reply to: how do i add this to my home page[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: how do i add this to my home pageim not great at coding can i post my index php here to show u?
and its still telling me email fail it wont allow me to upload anything on your site
@ajaydsouza.com ??
do u have a direct email because its not letting me send u anything on your site
they don”t understand this is my home page php
<?php /* Template Name: Widgetized Page */get_header(); global $post; $widgetpage = $post->post_title;?> <?php dynamic_sidebar($widgetpage." Slider Widget"); ?> <div id="widget-block" class="clearfix"> <ul class="widget-list"> <?php dynamic_sidebar($widgetpage." Body"); ?> </div> <?php get_footer(); ?>[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
can i put it in there somewhere
thanks ajay so to make things clear im adding this code
<?php if(function_exists(‘echo_tptn_post_count’)) echo_tptn_post_count(); ?>
to one of my theme files to make it work ?