preethamchandra
Forum Replies Created
-
Ok..
In that case, At-least can i publicize posts in bulk???
Forum: Fixing WordPress
In reply to: WordPress Import Export for Non – AdminI used “add_cap” and was able to solve.
Forum: Fixing WordPress
In reply to: WordPress Import Export for Non – AdminI understand, I am getting to know wordpress better.
Thing is, All i want to do is make tools available to one other non admin user.
Which is be possible with few lines of code than to install a plugin.
I really have no other need, Hence i find it better to use code here.
Anyone help with code is appreciated.
Forum: Fixing WordPress
In reply to: WordPress Import Export for Non – AdminI already have too many plugins installed, Don’t think can afford another one.
Any alternative with code?
Forum: Themes and Templates
In reply to: [BirdFLAT] Visual issues and Jetpack integrationHI.
Sorry for little confusion here.
I want Image tile and alt tag to be copied from post title.
Currently image title and alt tag is blank.
I think this should be possible.
Forum: Fixing WordPress
In reply to: Unable to Login (redirect loop)How do i check that?
Forum: Fixing WordPress
In reply to: Unable to Login (redirect loop)i think its issue with .htaccess?
Anyone can help on that?
Thanks.
I did go thru that.
However, I quite don’t get where to put those jQuery code?
In theme’s JQuery or else where..
I did actually implement on my website, doesn’t seem to work.
Also my theme support is as below, any changes needed here?
function test_scrol() { add_theme_support( 'infinite-scroll', array( 'container' => 'content', 'type' => 'click', 'wrapper' => 'masonry-wrapper', 'footer' => 'page', 'posts_per_page' => '8' ) ); } add_action( 'after_setup_theme', 'test_scrol' );
Hi,
I’m facing the same issue.
I added above code into my theme’s js file and it didn’t work.
Also i use caching , does that cause any issue?
You can check it here.
https://www.itdealraja.com/MY theme js file is
https://www.itdealraja.com/wp-content/themes/birdflat/birdflat/js/birdflat.js
And My theme support is
function test_scrol() { add_theme_support( 'infinite-scroll', array( 'container' => 'content', 'type' => 'click', 'wrapper' => 'masonry-wrapper', 'footer' => 'page', 'posts_per_page' => '8' ) ); } add_action( 'after_setup_theme', 'test_scrol' );
Any help appreciated.
Forum: Fixing WordPress
In reply to: how to I make a wp-admin user?If you have cpanel or FTP access.
Open wp-config.php
Get database name, username , password.
Then in your database, check wp_users table
Found the answer.
I enabled Stats and when i checked my widgets, Top pages was added.
hi,
I have created some meta boxes.
Lets assume meta1 and meta2.
What is what to do is,
in post by email
—
Post Contents
[category x,y,z]
[custommeta meta1=”hello” meta2=”world”]—
This in turn should the set the value of my meta.
if shortcode is not possible, any other way to get this done.
Thanks for answering.
Just a thought
Is there anyway to call the function defined in functions.php without using shortcode?Forum: Fixing WordPress
In reply to: Mobile Based Site suggestion1. WP Touch
2. UppSite
3. Duda Mobile
4. MobilePress
5. WP mobile Edition