Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
aragorn
tagDiv Member

Hello,

I have gone through 2 or 3 updates on the whole software, but the problem is not fixed. I`m not able to edit my page structure for more than a month. Could you please provide me professional support in order to fix this ?

Regards!

aragorn
tagDiv Member

Hello,

I mean this – I post the main link of my website – http://www.website.com for example on my facebook wall. and here what appears – none
I want to change this picture. How to do it ?

Thank you

aragorn
tagDiv Member

Hello,

Thanks. I started to post articles in facebook. But when I paste the main website for example, the thumbnail is default one. I want to change it to my logo for example. How can I do this ?

Regards!

aragorn
tagDiv Member

Hello,

Thank you so much for your help. One last question. On the screen shot you can see that I`m reading an artcile. I want to change the menu names in the side bar ( LATEST NEWS and MUST READ ).

MUST READ, LATEST NEWS

How to do it ?

aragorn
tagDiv Member

Hello,

Thank you for the help. At the moment, There is no error when I post comment, but after submit it, the comment does not appear. Here is the comments.php code

->> http://pastebin.com/vfKcyJBK

Regards!

aragorn
tagDiv Member

Hello,

Thank you. the following problem arised – I left only the name and comment fields in the comment form, BUT some part of the code says that the email field is required and now I cannot submit a comment. I reviewed the comment.php code but cannot find anything about this. Can you please guide me ?

aragorn
tagDiv Member

Hello,

I fixed it by myself. I have another question.

I added few ads on the side bar, but all of them are marked as sidebar ads. When I set image for one of the ads, all of them has changed. How can I use separate image for each ad ?

REgards!

aragorn
tagDiv Member

Hello,

Thank your for the answer. Here is what I made :

$count = get_post_meta($postID, self::$post_view_counter_key, true);
if ($count == ”){
update_post_meta($postID, self::$post_view_counter_key, 1);
} else {
$count = ($count*2);
update_post_meta($postID, self::$post_view_counter_key, $count);
}

But, in this case If the article is read 4 times for example, it automatically gets to 8. I just want each read to be counted for 2.

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)