how to use a different domain/subdomain for authors/catagories on single site?
I’m not sure if I phrased this question correctly…
I’m not sure if I phrased this question correctly…
I have a mult-author site where the author page gets high traffic. People want to know more about them. I have modified the author page to show more info, some custom fields, etc. but what I’d really like to do is turn on Comments for the author.php page (so that OTHER logged in users can leave review-like messages for the Author), and ultimately offer a star-ratings type of effect so that Users can “rate” the author. I have searched for plugins and other functions but it seems like everything is for Posts or Products or something. Any insight is greatly appreciated!
Just wondering, how can remove slugs from some URLS. I’m using a custom post type called exhibitors, and some taxonomies to define those exhibitors (eg: featured-guests, publishers etc.):
im trying to update a posts date (-1 year), when you hit update. but it causes an infinite loop.
I’ve created a custom taxonomy for attachments.
Everything ok, but now I want the ability to bulk assign its terms to attachments using the default wordpress media admin (‘upload.php’) bulk actions.
Need to insert custom post type objects from code. Haven’t been able to add using the default method
Here’s my very simple shortcode:
As per the title, what I want to do is run a custom query that (using WP-Cron) will run once a day to check for users who registered exactly 360 days before the current date (don’t need time, just date) and gather their ID. I have this:
I have my page template pulling one specific category & pulling the featured image & title into 3 different columns on my site. The problem is they all pull the CSS class .proj-left how can I get my page to pull the featured image, title, & use the specific column CSS class that should be assigned to it?
I have been working on a project where I will have to call a method(that accepts user id as an input) from a click of a submit button(Accept button).