Simone
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: DynPicWaterMark] Removing Watermark On Thumbnail ONLYmaybe this will help someone give me answers:
https://dolcepixel.com/how-to-watermark-all-your-uploaded-images/
Forum: Plugins
In reply to: [WP-Paginate] WP-Paginate not working with Custom Pagenavi function for indexI also tried
<?php wp_paginate_comments(); ?>
but to no avail
Anyone
?Forum: Plugins
In reply to: WP PageNavi Styling Pagination Elements – with 2 and 3 digits bg imgAnd How would I also do this for the NEXT and Previous Buttons?
<img src=”https://i43.tinypic.com/21vtrl.png”/>
[duplicate: https://www.ads-software.com/support/topic/wp-pagenavi-styling-pagination-elements-with-2-and-3-digits-bg-img-1?replies=1 – closed]
Forum: Fixing WordPress
In reply to: Sidebar goes Vertical under content and not sidebar pagesI am using Chameleon theme from elegant themes
Forum: Themes and Templates
In reply to: Custom Post Type: Image gallery array on INDEX pageThis is what I have so far in my functions.php file:
<?php add_action('init', 'create_portfolio'); function create_portfolio() { $portfolio_args = array( 'label' => __('Women'), 'singular_label' => __('Woman'), 'add_new_item' => __( 'Add New Woman' ), 'public' => true, 'show_ui' => true, 'capability_type' => 'post', 'hierarchical' => false, 'rewrite' => true, 'supports' => array('title', 'editor', 'thumbnail') ); register_post_type('portfolio',$portfolio_args); add_theme_support('post-thumbnails'); register_taxonomy("Category", array("portfolio"), array("hierarchical" => true, "label" => "Categories", "singular_label" => "Category", "rewrite" => true)); } ?>
How can I display them on the home page in a manner to that depicted in this illustration: https://i51.tinypic.com/2dtzn2u.jpg
Forum: Themes and Templates
In reply to: Image gallery on home page, pagination, featured image galleryHow can I pull another theme apart and look for the right functions for this?
Forum: Plugins
In reply to: [Plugin: Nivo Slider for WordPress] Sidebar Widget Not showing L/R ArrowsBump! Come on guys, this is a popular plugin I should be getting bites! ??
From where? Download a plugin or just make one from scratch?
what is the syntax