- Anybody know why my WP dashbaord is like this?
- Anybody know why my WP dashbaord is like this?
- Anybody know why my WP dashbaord is like this?
- Web Designer Magazine Subscription
-
Web Designer Magazine Subscription
I bagged myself a cheeky bargain today! I got myself 6 issues of Web Designer Mag for just £5.15! Basically, I tried my luck with this competition and won £20 off: http://www.magazine.co.uk/spin-2-win-promotion There's no harm in giving it a go, as I got pretty lucky! There are plenty of magazine choices there- some are cheaper than the minimum prize of £5 off.
- Removing category and comments links from blog posts (Wordpress)
-
Removing category and comments links from blog posts (Wordpress)
Hmm.... It doesn't seem to be in my index.php: <?php get_header(); ?> <?php nectar_page_header(get_option('page_for_posts')); ?> <div class="container-wrap"> <div class="container main-content"> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> <?php if(!is_home()) { ?> <div class="row"> <div class="col span_12 section-title blog-title"> <h1><?php wp_title("",true); ?></h1> </div> </div> <?php } ?> <div class="row"> <?php $options = get_option('salient'); $blog_type = $options['blog_type']; if($blog_type == null) $blog_type = 'std-blog-sidebar'; $masonry_class = null; //enqueue masonry script if selected if($blog_type == 'masonry-blog-sidebar' || $blog_type == 'masonry-blog-fullwidth') { wp_enqueue_script('blogmasonry'); $masonry_class = 'masonry'; } if($blog_type == 'std-blog-sidebar' || $blog_type == 'masonry-blog-sidebar'){ echo '<div id="post-area" class="col span_9 '.$masonry_class.'">'; } else { echo '<div id="post-area" class="col span_12 col_last '.$masonry_class.'">'; } if(have_posts()) : while(have_posts()) : the_post(); ?> <?php $wp_version = floatval(get_bloginfo('version')); if ( $wp_version < "3.6" ) { //old post formats before they got built into the core get_template_part( 'includes/post-templates-pre-3-6/entry', get_post_format() ); } else { //WP 3.6+ post formats get_template_part( 'includes/post-templates/entry', get_post_format() ); } ?> <?php endwhile; endif; ?> <?php nectar_pagination(); ?> </div><!--/span_9--> <?php if($blog_type == 'std-blog-sidebar' || $blog_type == 'masonry-blog-sidebar') { ?> <div id="sidebar" class="col span_3 col_last"> <?php get_sidebar(); ?> </div><!--/span_3--> <?php } ?> </div><!--/row--> </div><!--/container--> </div><!--/container-wrap--> <?php get_footer(); ?> .. Any ideas?
- Removing category and comments links from blog posts (Wordpress)
- Removing category and comments links from blog posts (Wordpress)
-
salvagesites reacted to a post in a topic:
Removing category and comments links from blog posts (Wordpress)
- Removing category and comments links from blog posts (Wordpress)
- Wordpress won't let me blog
-
- Wordpress won't let me blog
-
Wordpress won't let me blog
Hi guys, A couple of days ago I encountered this slight hiccup: Firstly.. I apologise if this doesn't belong in content management systems. Please advise me where to post this! Secondly.. Has anybody else encountered this? When I click on 'visual' or 'text' nothing appears. Thirdly.. I have a plugin called Page Builder, that had an update and since then I haven't been able to build pages like I used to! I believe that this all happened at the same time. Looking forward to any productive advice that you could possibly give me (P.S. I have re-installed the latest version Wordpress to make sure.)
-
- Website USED to be responsive.. Is this something in the CSS?
-
salvagesites reacted to a post in a topic:
Website USED to be responsive.. Is this something in the CSS?
-
Trying to switch domains on Wordpress..
Thank you so much, Jack. You are a legend.