Aspalis_admin
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problem with publisizeI think that the 2.9.2 update resolved all the problems!
I will mark this topic as resolved.Nico, just try to update the jetpack and reconnect to social accounts, it worked for me!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problem with publisizeUPDATE: It is not publisizing only when I post from WordPress App for Android.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problem with publisizeAny help or suggestion?
Someone who had the same problem and found a solution, may suggest something, please!Forum: Themes and Templates
In reply to: [Hueman] pagination button styleI added this:
<?php wp_link_pages(
array(
‘before’ => ‘<div class=”pagenav”>’,
‘after’ => ‘</div>’,
‘next_or_number’ => ‘next’,
‘nextpagelink’ => __(‘<img src=”mydomain.com/files/image.png” />’),
‘previouspagelink’ => __(‘<img src=”mydomain.com/files/image2.png” />’)
)); ?>`
Instead of the your code and it is working perfectly!
Forum: Themes and Templates
In reply to: [MesoColumn] how to Paginate posts?I figured out the problem! I was copy pasting the <!––nextpage––> tag and for some reason it didn’t work, I tried tipping it and everything worked perfectly!
In case someone will have the same problem… try to type it and not copy paste and everything will work perfectly!
Thank you again for the Great theme!
Forum: Themes and Templates
In reply to: [MesoColumn] how to Paginate posts?Hello Richie,
thank you for your respond. I am using the text view but nothing is happening. Should I try something else than the <!––nextpage––> tag?