http://wordpress.org/support/topic/problem-log-out-with-wordpress
http://wordpress.org/support/topic/error-when-trying-to-logout/page/2
http://wordpress.org/support/topic/error-when-trying-to-logout?replies=7
http://wordpress.org/support/topic/problem-log-out-with-wordpress
http://wordpress.org/support/topic/error-when-trying-to-logout/page/2
http://wordpress.org/support/topic/error-when-trying-to-logout?replies=7
http://blogsessive.com/blogging-tools/latest-posts-by-category-archive/
http://codex.wordpress.org/Function_Reference/in_category
<strong>http://codex.wordpress.org/Function_Reference/get_the_category</strong>
<div>LATEST ARTICLES</div>
$args = array(‘orderby’ => ‘name’, ‘numberposts’ =>3, ‘category’ => 3, ‘order’=> ‘ASC’, ‘orderby’ => ‘title’ );
$postslist = get_posts( $args );
foreach ($postslist as $post) : setup_postdata($post); ?>
<div>
<div>ID, ‘thumbnail’);
echo get_the_post_thumbnail($page->ID, ‘full’);
?></div>
$category = get_the_category();
$category_id = get_cat_ID(‘3′);
// Get the URL of this category
$category_link = get_category_link($category_id);
//echo $category[3]->cat_name; ?>
<h4>cat_name.'”>’.$category[3]->cat_name.”; ?></h4>
</div>
that’s all :)
The first thing you want to do is goto /catalog/template/ and copy the “default” folder to a new name like “mytheme”.
Now goto ‘Admin->Configuration->Setting->Shop tab’ and set the template to the new one.
Reference Site :
http://forum.opencart.com/viewtopic.php?f=29&t=2657
1. Go to Prestashop Back officce
2. Click Employees
3. Then click contacts
now you change your style contact.
And one more
You want any modules view or disable.
Go to back office then click modules
and change your option.
🙂
You need page redirect very slowly Or scrolling the script in your page top to bottom you can use below code :
<script language=”javascript” type=”text/javascript”>
//var end = 1550;
var end = 350;
var tr;
var _flag=0;
function vertsc() {
deelay=10;
del2add=deelay;
entDel=deelay+(deelay)*end+10;
for(i=0; i<end; i++){
doscr(deelay);
deelay+=del2add;
}
tr = setTimeout(‘go()’,entDel);
}
function doscr(deelay){
setTimeout(“top.scrollBy(0,-5)”,deelay);
//setTimeout(“top.scrollBy(0,1)”,deelay);
}
function go(){
clearTimeout(tr);
window.location=”http://www.google.com/german-chat-trading/amazon.php”;
}
onload = vertsc();
</script>
that’s all fine. 🙂
You Before Edit Coding Part in Prestashop go to backoffice.
Then you can change below Modification. Then you can do the coding edit part. It will work perfectly.
Backoffice—>performance—>Force compile:Yes
🙂
1. Copy the default theme
And rename your theme name.
2. Change your theme css
../themes/MyStoreTheme/
), locate the /css
folder.global.css
and modify it according to your needs.maintenance.css
located in the same folder controls the layout of the Maintenance Mode page./img
folder (e.g., ../themes/MyStoreTheme/img
).Tips from the PrestaShop development team
Prestashop Theme Screenshot changes:
Theme’s root folder (e.g., ../themes/MyStoreTheme
) preview.jpg. This file must be a 100 x 100 pixels only.
Prestashop Theme Changes :
More reference : http://www.prestashop.com/wiki/Themes/
🙂
You remove below Hypen Symbol in the Example Line.
Ex: test | 247 | Ram | Tiger
Below is the particular Query :
explode(‘|’, $item_number);
And You want fixed that value in Array Type, Use Below Query :
$array=explode(‘|’, $item_number);
Below line is above Array value Display one by one :
foreach($array as $key => $value){
echo “Client Purchasing Item: <a href='”.$DOMAIN.”/items/item.php?itemid=”.$array[$key].”&id=”.$item_id.”‘>Items</a><br />”;
}
This is simple example. You use your idea 🙂
function disableBackButton()
{
window.history.forward();
}
setTimeout(“disableBackButton()”, 0);
1. And Go to Html Page
2. Put the body onunload section area Below Code :
<body onUnLoad = “disableBackButton();”>
🙂