OfficialKHAN
Forum Replies Created
-
bump
Forum: Plugins
In reply to: [Plugin: Disqus] How to get disqus commenting to show up on single.php pageNevermind i forgot to add the footer, so that it loads the javascript files.
Forum: Installing WordPress
In reply to: Upgrading to 4.0.1 Using FTP On Local Dev Machine@tara i know how to manually upgrade, the purpose of my question was to do it using FTP. I just want to know where these FTP username credentials is kept.
Forum: Fixing WordPress
In reply to: FlexSlider Custom Post Type – Order By Posts Not Working@countentiskey
No it’s not, it’s just a common feature to add separately when using this plugin.
Forum: Themes and Templates
In reply to: Blog Posts Date WidgetI’ve looked for a few, but i cnt find these “good resources” you speak off. Could you link one?
Forum: Themes and Templates
In reply to: Blog Posts Date WidgetNo they don’t the archives widget shows a drop down menu which i don’t want.
I just want to list it like this:
2013
September
October
November
December
2014
January
FebruaryHow can i create a widget which does this.
Forum: Themes and Templates
In reply to: Developing A Custom Theme – Static Front Page And Blog Page.ty
Forum: Themes and Templates
In reply to: Developing A Custom Theme – Static Front Page And Blog Page.e.g. if i wanted to customize the style of each posts page separately.
About-us uses the page.php i assume.
so a specific post would need to use another file? to customize it.Forum: Themes and Templates
In reply to: Developing A Custom Theme – Static Front Page And Blog Page.Ok so i rly dont need index.php
or i could just leave it like this and there would be no issue.
<?php get_header(); if(have_posts()) : while(have_posts()) : the_post(); ?> <?php endwhile; else : echo '<p> No Content found</p>'; endif; get_footer(); ?>
One final point, regarding posts. is there a designated post template? like home.php being blog and blogs consisting of many posts.
Forum: Themes and Templates
In reply to: Developing A Custom Theme – Static Front Page And Blog Page.is there example code u could show me of page.php index.php front-page.php ( static ) and home.php( blog)
Forum: Themes and Templates
In reply to: Developing A Custom Theme – Static Front Page And Blog Page.i thought front-page handles the front page? and not index.php
Forum: Themes and Templates
In reply to: Developing A Custom Theme – Static Front Page And Blog Page.I think this may be the solution.
https://wordpress.stackexchange.com/questions/95902/stop-blog-page-from-using-index-php
Basically index.php should be left alone. As the default template for all other pages. Except blog and front page. This is where i was getting confused.
front-page.php ( static )
home.php ( blog )
index.php ( fallback )Whats the difference between index.php and page.php then?
Forum: Themes and Templates
In reply to: Static Index Page And Seperate Blog Template PageAdditionally when i set blog as the posts page, my blog.php template does not take effect.
Forum: Themes and Templates
In reply to: Static Index Page And Seperate Blog Template PageWhen i go to reading settings i cnt set index.php as my front static page. it’s not on the list.
Forum: Themes and Templates
In reply to: Static Index Page And Seperate Blog Template PageI am creating a custom theme, so does what pangolin still apply said to me?
My index.php will be static, blog.php will be posts.
I know why template was not shwoing because i needed to add the comments Template Name: in my blog.php