Kesantielu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Lite] Translate 'Older posts / Newer posts'index-one.php:358-359
<div class="nav-previous"><?php previous_posts_link( 'Newer posts') ?></div> <div class="nav-next"><?php next_posts_link( 'Older posts') ?></div>These strings can’t be translated.
Access Keys, please, change it:
<div class="nav-previous"><?php previous_posts_link( __('Newer posts','accesspresslite') ?></div> <div class="nav-next"><?php next_posts_link( __('Older posts','accesspresslite')) ?></div>Forum: Themes and Templates
In reply to: [AccessPress Lite] Version 2.0 theme cause this problem?Version 2.01 solves this mistake.
http://wordpress.org/themes/download/accesspress-lite.2.01.zipForum: Themes and Templates
In reply to: [AccessPress Lite] A bug on AcessPress Lite Verson 2.1xExplosionBlaze, you can try manually replace this:
index-one.php, line 470 and 500
echo $testimonail_category;
replace by
echo get_cat_name($testimonail_category);Forum: Themes and Templates
In reply to: [AccessPress Lite] Version 2.0 has some problem?“400 Bad Request”
Upload your screenshot to another hosting.Forum: Themes and Templates
In reply to: [AccessPress Lite] A bug on AcessPress Lite Verson 2.1xExplosionBlaze, you should to update theme to the version 2.01: http://wordpress.org/themes/download/accesspress-lite.2.01.zip
Forum: Themes and Templates
In reply to: [AccessPress Lite] "Nothing found" in the Blog sectionI have found error.
File
index-one.phpline 339$query5 = new WP_Query('cat=<strong>49</strong>');Instead of the “49” should be this code:
$accesspresslite_settings['blog_cat']Forum: Themes and Templates
In reply to: [AccessPress Lite] "Nothing found" in the Blog sectionThree posts exist in the category, bu the issue still exists.