闲话少说,上图:
用户名:EAV-54108379
密 码:vckucfdev5
用户名:EAV-54108377
密 码:pnkxjm4rua
Via:雅雨清风
第二个许可证ESET Smart Security 5亲测可用。
如果失效,还可以使用密钥自动获取器自动更新密钥。
内置的就不说了,只有Older posts和Newer posts提示,翻页还得一页一页的翻,极不方便。
目前是用WP Page Numbers替代。
内置五种主题,使用的是第二种,感觉还算蛮配的。
推荐直接后台安装,方便。
使用方法:
Add the code where you find previous_post()
and next_post()
functions. If you can't find these tags, place the code between endwhile;
and endif;
in the_loop.
Code to add in your theme | |
<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?> |
本人用的是Voidy主题,index.php中找不到previous_post()和next_post()。
index.php的结尾部分是这样的:
改成这样:
即可。
需要修改的文件有三个:archive.php,,index.php , search.php 。
效果图:
查看硬盘信息:sudo fdisk -l
编辑fstab文件:sudo gedit /etc/fstab
添加 /dev/sda5 /media/Data ntfs defaults 0 0
其中/dev/sda5是要fdisk中显示的要挂载的分区,/media/Data是挂载地址,ntfs是分区格式。
为了尽量减少自动挂载与手动挂载的差异,尽量选择和手动挂载一样的地址,默认在/media文件夹下。
自动挂载分区配合Transmission开机启动来PT还是不错的。