ozaibi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Safari Mac/ iOS devices won’t load WordPressLet me explain that
I already done all of that / also health-check
everything seems fine and works perfectly on every brower I use (as long as the DNS for cloudflare isn’t going through cloudflare )
but once i make it through cloudflare every other brower works except ( safari and iOS devices )Forum: Fixing WordPress
In reply to: could not establish a secure connection to ww.wp.xz.cnjust changed the permission of the folder wp-includes/certificates/ca-bundle.crt and worked …
Forum: Fixing WordPress
In reply to: could not establish a secure connection to ww.wp.xz.cnother websites on the same server don’t have the same problem…
Forum: Fixing WordPress
In reply to: could not establish a secure connection to ww.wp.xz.cnAn error occurred while updating Email Templates: Download failed. error setting certificate verify locations: CAfile: /var/www/ozident.com/wp-includes/certificates/ca-bundle.crt CApath: /etc/ssl/certs
Forum: Themes and Templates
In reply to: change the orderso help me 🙂
Forum: Themes and Templates
In reply to: change the orderthanks for the quick reply 🙂
i kinda understand whats the concept , but because its a custom theme , its difficult to find the correct concept.Forum: Themes and Templates
In reply to: change the order</div>
<?php
the_content(”);
wp_link_pages( array( ‘before’ => ‘<p>‘ . __( ‘Pages:’, ‘themater’ ) . ‘‘, ‘after’ => ‘</p>’ ) );
?></div><!– Post ID <?php the_ID(); ?> –>
<?php
if(comments_open( get_the_ID() )) {
comments_template(”, true);
}
?>