I have added a image size by code add_image_size( ‘medium_post_thumbnails’, 87, 63, true); by default the WordPress has full/original image…
WordPress(backend) and Cordova App
I have a wordpress blog and I am trying to get posts using json data. I need the post to…
Highlight a menu point in navigation if users are in a certain blog category
On this website I would like to highlight some points in the navigation depending on the post category that users…
WP_Query: Query posts only if their access is restricted to logged user’s role
So this is what i’m trying to do. I have some posts that are visible only to users with a…
Is there SEO or related limitations to using Custom Post Types instead of WPMU?
With regard to the structure of a multi language wordpress site, I read articles discussing the pros and cons of…
How to change ”href’=” in a specific widget?
My wordpress theme has a widget like write your own post for other users. I mean they can write articles…
Remove pipe in views admin page filter
I want to remove the pipes wich are beetween the links in views in the admin page ( For instance…
WordPress Images Not Showing When FTP
Could someone explain or show me a link to learn why when you ftp an image to uploads/sites// folder it…
In WPjobmanager Plugin How to change title of my form?
Hi I am using WPjobmanagerplugin in my WordPress site. Here I want to change my title of the form Normally…
How to Add Hover grids for showcasing apps like this one?
I want to add content to my site in a similar fashion to this Site. https://www.labnol.org/internet/best-android-apps/28644/ I am using Genesis…
Sort by Featured products, shows some which are not
I’ve added the code below to my functions.php to make it possible to ‘sort by featured’. Although, some items do…
Need assistance debugging Theme
I am having trouble getting my Google Maps search API function to work on a theme. I have come to…
WordPress User 3rd Party Authentication/Verification:
I need help figuring out how to authenticate/authorize a user upon registration. I have a homeowners’ association WordPress multisite I…
Single post with a Custom Post Type returns 404, when archives of the CPT work correctly
I have created a custom post type called “medya” with the codes below: <?php function create_posttype() { register_post_type( ‘medya’, array(…
How do I quickly hide a hierarchy of pages from search engines and external users?
I use Multisite to manage the various languages of a web site. The original language site has a huge page…
woocommerce Shortcodes – Change display between mobile and Desktop
Currently, on my website homepage, I am using woocommerce shortcodes to display products from certain categories and have opted to…