pagination

Stack Overflow

A user avatar is saved in ../wordpress/wp-content/uploads/ folder with name and extension as that of input. That is, If a PNG file is uploaded, the extension becomes user_avatar0.png, otherwise if …

tagged: php, wordpress, file-upload, avatar Jan 3 at 7:26
Stack Overflow

I am trying to give clients an option to either replace an item in the cart or just lower the price to 30% of the full price. The use case is giving users a choice to either pay full price right away …

tagged: wordpress, woocommerce Jan 2 at 18:33
Stack Overflow

I have a WordPress website with custom tables that I store data into that was entered by customers. The site owner wants to develop a barcode app that can access this data. When I need the data from …

tagged: wordpress, mobile Jan 2 at 20:05
Stack Overflow

I am a debutant in WordPress. I have a custom WordPress search page and I want to add pagination my loop. <div class=”content active” id=”panel1″> <?php global $paged, $wp_query, …

tagged: php, wordpress, pagination Jan 3 at 13:00
Stack Overflow

I sell screws online on a small Woocommerce shop, and because i’m selling screws i need to sell prederminated quantity (5, 10, 60, 155, 300). Since I can’t code i’ve tried to search online for a free …

tagged: php, wordpress, woocommerce Jan 2 at 18:11
Stack Overflow

I am trying to workout how to filter my attributes low to high with the orderby function within WordPress. I found someone else its code on the internet and tried changing it for my filter. …

tagged: wordpress, woocommerce Jan 2 at 16:14
Stack Overflow

Situation : I have a hosting account having unlimited mysql database but one db can hold up to 500mb only. Expecting solution I am expecting 10GB data in my wordpress site, so i can create 20 …

tagged: mysql, wordpress Jan 3 at 14:38
Stack Overflow

I currently have a WPML installation on a standard wordpress website. I have the feeds translated at http://subdomain.domain.com/pt-pt/feed/ . The main feed at http://subdomain.domain.com/feed/ shows …

tagged: wordpress, rss, wpml Jan 2 at 16:13
Stack Overflow

I’m converting an existing WordPress site to and Angular 2 front end, keeping the backend as is. I’m at the routing stage and according to the official docs the recommended routing pattern is to have …

tagged: wordpress, angular2, angular2-routing Jan 3 at 10:00
Stack Overflow

I have a WordPress blog pulling an RSS feed from Flickr. A plugin is grabbing the <description> tag in the XML and creating a pending post. I have a PHP function which modifies the embedded …

tagged: php, wordpress Jan 2 at 19:12
Stack Overflow

I want to add such intro (that I have found on Codepen) to my website, i.e. to the top full-width widget on the home page, but its’ styles contradict with theme’s CSS. How can I make this work on my …

tagged: html, wordpress, css3 Jan 3 at 14:54
Stack Overflow

I’m developing a custom WordPress theme for my website, and I’ve hit a snag. I have a news page which I’ve set up to display posts. The posts display correctly on the news page, but when I click on …

tagged: php, html, wordpress, post Jan 3 at 6:07
Stack Overflow

I installed the “Collapsing Archives” plugin on a client blog I’m working on (http://www.astromaria.no). The javascript drop down function worked just fine until recently. I have no idea what’s wrong. …

tagged: javascript, wordpress Jan 2 at 23:44
Stack Overflow

I have this action that retrieves the crop values when I crop an image in the image editor and update the value in the db record (with update_field(). So I can update the value of the field in the …

tagged: php, wordpress, advanced-custom-fields Jan 2 at 19:32
Stack Overflow

I have been searching for a while trying different methods to try and remove white space between my images on the home screen on my mobile version. It only occurs on my mobile version. My url for the …

tagged: css, wordpress, jquery-mobile Jan 3 at 14:52
Stack Overflow

Is there any wordpress plugin that would help me to choose what tag page to index. There is a lot of tags on my page with noindex. But some of them are worthy and able to be index by Google bot.

tagged: wordpress, indexing, tags Jan 3 at 9:43
Stack Overflow

I am converting a very simple html site to WordPress. I made a very simple folder like, custom_theme header.php front-page.php about.php footer.php I cut all the code from index.html and spared …

tagged: wordpress Jan 3 at 9:03
Stack Overflow

I am just working wordpress create short code function..its all done and working good for last 1 week.but now Uncaught TypeError: Cannot read property ‘execCommand’ of undefined at execCmd at …

tagged: jquery, wordpress Jan 3 at 7:28
Stack Overflow

I’ve been racking my brains apart trying to solve this issue that comes up randomly every few hours on my production server hosting a single WordPress blog (with decent traffic: 2000 users realtime on …

tagged: php, wordpress, nginx, fastcgi Jan 3 at 7:07
Stack Overflow

I am a beginner to WooCommerce. I am trying to override the template but it’s not working. I copied the whole template file from the WooCommerce plugin and pasted it into my Theme folder (ie. from …