clickable link? and page navigation
January 2013 WordPress Theme
- GK User
- Mon Feb 09, 2015 10:15 am
Hi...
1_any idea How do I make clickable link? (see photo 1)
2_I have installed Wp-PageNavi, and I want to use it, how to deactive olderPost..(see photo 2).
thank's
1_any idea How do I make clickable link? (see photo 1)
2_I have installed Wp-PageNavi, and I want to use it, how to deactive olderPost..(see photo 2).
thank's
-
- Fresh Boarder
- GK User
- Mon Feb 09, 2015 1:46 pm
Hi,
Regarding your issues:
1). Try to use this plugin: https://wordpress.org/plugins/widget-title-links/
2) please check this similar thread: https://www.gavick.com/forums/rockwall- ... blem-29613
Regarding your issues:
1). Try to use this plugin: https://wordpress.org/plugins/widget-title-links/
2) please check this similar thread: https://www.gavick.com/forums/rockwall- ... blem-29613
-
- Moderator
- GK User
- Wed Feb 11, 2015 1:30 pm
Hi
1_how to change Readmore in my Language?
2_how to deactive comment, date, author only in the homepage.
thank's
1_how to change Readmore in my Language?
2_how to deactive comment, date, author only in the homepage.
thank's
-
- Fresh Boarder
- GK User
- Thu Feb 12, 2015 8:18 am
Hi,
1) You have to translate theme:
https://www.gavick.com/documentation/wo ... y-language
2) You have to find <?php gk_post_meta(); ?> function from layouts/content.post.header.php file and put in into conditional tag:
1) You have to translate theme:
https://www.gavick.com/documentation/wo ... y-language
2) You have to find <?php gk_post_meta(); ?> function from layouts/content.post.header.php file and put in into conditional tag:
- Code: Select all
<?php !is_front_page(); ?>
<?php gk_post_meta(); ?>
<?php endif; ?>
http://codex.wordpress.org/Conditional_Tags
-
- Moderator
- GK User
- Fri Feb 13, 2015 11:15 am
Hi
I did not manage to do anything, Can you help me ..Please
I did not manage to do anything, Can you help me ..Please
-
- Fresh Boarder
- GK User
- Fri Feb 13, 2015 2:47 pm
Hi,
Send me a PM with FTP access, then I'll try to help.
Send me a PM with FTP access, then I'll try to help.
-
- Moderator
6 posts
• Page 1 of 1